Click or drag to resize

htmlContentPage Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
2013c: LowLevel resurs
Inheritance Hierarchy

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public class htmlContentPage : contentPage, 
	IContentPage, IContentElement, INotifyPropertyChanged, IObjectWithParent, IObjectWithName, 
	IObjectWithPath, IObjectWithID, IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, 
	IObjectWithRoot

The htmlContentPage type exposes the following members.

Constructors
  NameDescription
Public methodhtmlContentPage
Initializes a new instance of the htmlContentPage class
Top
Properties
  NameDescription
Protected property_nameAbbrevation
skracenica imena
(Inherited from contentElementBase.)
Public propertyblocks
Gets or sets the blocks of page
(Inherited from contentPage.)
Public propertycacheInstanceID (Inherited from contentPage.)
Public propertychunks
Svi chunkovi
(Inherited from contentPage.)
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from contentElementBase.)
Public propertycontentTitle
Naziv sadrzaja
(Inherited from contentPage.)
Public propertycontentUrl
Adresa stranice
(Inherited from contentPage.)
Public propertydocument
referenca prema dokumentu u kojem je sadrzana ova stranica. Ukoliko je null onda je stranica sama za sebe
(Inherited from contentPage.)
Public propertydomainInfo
Informacije o domenu
(Inherited from contentPage.)
Public propertyheadTokens
Tokeni iz naslova, imena domena itd
(Inherited from contentPage.)
Public propertyid
Osnovni ID podatak
(Inherited from contentElementBase.)
Public propertyisFirst
Da li je reč o prvom elementu?
(Inherited from contentElementBase.)
Public propertyisLast
Da li je reč o poslednjem elementu?
(Inherited from contentElementBase.)
Public propertyItemInt32
Gets the Object with the specified key.
(Inherited from contentPage.)
Public propertyItemString
Gets the Object with the specified child name.
(Inherited from contentPage.)
Public propertyitems
Blokovi sadrzaja
(Inherited from contentPage.)
Public propertymatch
Kontent match meta info
(Inherited from contentElementBase.)
Public propertyname
ime objekta - ime tipa i ID - ako je objekat deo glavnog niza
(Inherited from contentElementBase.)
Public propertynext
Referenca prema sledećem slogu
(Inherited from contentElementBase.)
Public propertypage
Referenca prema stranici
(Inherited from contentElementBase.)
Public propertyparagraphs
Bindable property
(Inherited from contentPage.)
Public propertyparent
referenca prema parent objektu
(Inherited from contentElementBase.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from contentElementBase.)
Public propertyproject
referenca prema projektu u kojem je sadrzana ova stranica
(Inherited from contentPage.)
Public propertyroot
Gets the root.
(Inherited from contentElementBase.)
Public propertysentences
Sve rečenice u nlpContent-u
(Inherited from contentPage.)
Public propertysourceContent
Izvorni content
(Inherited from contentElementBase.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from contentElementBase.)
Public propertytokens
Svi tokeni pronadjeni u nlpContentu
(Inherited from contentPage.)
Public propertyUID
imbControl property UID tipa String
(Inherited from contentElementBase.)
Top
Methods
  NameDescription
Public methodacceptSourcePage
Preuzima opisne podatke iz node/crawledpage objekta -- poziva se iz tokenizatora, ne prenosi sam asdrza
(Inherited from contentPage.)
Public methodAppendDataFields
Appends its data points into new or existing property collection
Public methodCount (Inherited from contentPage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodgeneralSemanticsFlaging
#3 Izvlacene generalne semantike stvara osnovne, opste, ne-specificne, tvrdnje na osnovu obradjenog teksta
(Inherited from contentPage.)
Public methodGetEnumerator (Inherited from contentPage.)
Public methodGetFlags (Inherited from contentPage.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodindexOf (Inherited from contentPage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodprimaryFlaging
#1 PrimaryFlaging krece od tokena ka stranici -- od mikro ka makro nivou
(Inherited from contentPage.)
Public methodrecountItems
Popunjava kolekcije> paragraphs, sentences, tokens
(Inherited from contentPage.)
Public methodsecondaryFlaging
#2 SecondaryFlaging krece od makro ka mikro novou
(Inherited from contentPage.)
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase -- i dodaje item u svoju items kolekciju
(Inherited from contentElementBase.)
Public methodspecialSematicsFlaging
#4 Specijalna semantika stvara tvrdnje usko vezane za zadatak obrade
(Inherited from contentPage.)
Public methodToString (Inherited from contentElementBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Protected field_items
Skup pod-itema
(Inherited from contentElementBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodmakeReport
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.)
Top
See Also