Click or drag to resize

htmlContentToken Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Core.contentStructureHtml.elements.htmlContentToken"]

Inheritance Hierarchy

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

The htmlContentToken type exposes the following members.

Constructors
  NameDescription
Public methodhtmlContentToken
Initializes a new instance of the htmlContentToken class
Top
Properties
  NameDescription
Protected property_nameAbbrevation
skracenica imena
(Inherited from contentElementBase.)
Public propertyAFreqPoints
Public propertybaseType
osnovna klasifikacija tokena
(Inherited from contentToken.)
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from contentElementBase.)
Public propertydetectionFlags
flagovi dodeljeni prilikom detekcije
(Inherited from contentToken.)
Public propertyflags
flagovi o samom tokenu
(Inherited from contentToken.)
Public propertygenericType (Inherited from contentToken.)
Public propertyhas_tosInstance (Inherited from contentToken.)
Public propertyhtmlClass
Public propertyhtmlId
Public propertyhtmlNode
Public propertyhtmlTag
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 contentToken.)
Public propertyItemString
Gets the Object with the specified child name.
(Inherited from contentToken.)
Public propertyitems
Kolekcija slogova
(Inherited from contentToken.)
Public propertylinkRootParent
if this HtmlToken is contained inside a tag - this property will return IHtmlContentElement. If it is not part of a tag it will return null
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 propertynext_Token
Bezbedno preuzimanje propertija Token iz objekta next
(Inherited from contentToken.)
Public propertynominalForm
Public propertyorigin
poreklo tokena
(Inherited from contentToken.)
Public propertypage
Referenca prema stranici
(Inherited from contentElementBase.)
Public propertyparent
referenca prema parent objektu
(Inherited from contentElementBase.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from contentElementBase.)
Public propertyprev_Token (Inherited from contentToken.)
Public propertyroot
Gets the root.
(Inherited from contentElementBase.)
Public propertysourceContent
Izvorni content
(Inherited from contentElementBase.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from contentElementBase.)
Public propertyUID
imbControl property UID tipa String
(Inherited from contentElementBase.)
Public propertyweight
Public propertyxpath
Top
Methods
  NameDescription
Protected method_getOrigin (Inherited from contentToken.)
Public methodContainsAll (Inherited from contentToken.)
Public methodContainsOneOrMore (Inherited from contentToken.)
Public methodContainsOnly (Inherited from contentToken.)
Public methodCount (Inherited from contentToken.)
Public methodDefine
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
Sprovodi proces izvodjenja generalne semantike
(Overrides contentTokengeneralSemanticsFlaging(Object).)
Public methodGetAllForms
Public methodGetEnumerator (Inherited from contentToken.)
Public methodGetFlags
Gets the flags.
(Inherited from contentToken.)
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 contentToken.)
Public methodisMatch
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodprimaryFlaging
Primarno obelezavanje - od mikro ka makro nivoa
(Overrides contentTokenprimaryFlaging(Object).)
Public methodsecondaryFlaging
Sekundarno obelezavanje -- od makro ka mikro novou
(Overrides contentTokensecondaryFlaging(Object).)
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase -- i dodaje item u svoju items kolekciju
(Inherited from contentElementBase.)
Public methodSetOtherForms
Protected methodsetTokenCaseAndGeneral (Inherited from contentToken.)
Public methodspecialSematicsFlaging
Izvodi specijalnu semantiku> u skladu sa zadatkom analize pravi triplete
(Overrides contentTokenspecialSematicsFlaging(Object).)
Public methodsyllablesDetection
pod FAZA 2.a: detektovanje slogova - poziva ga faza 2, nema potrebe posebno pozivati --- ne radi dobro
(Inherited from contentToken.)
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 MethodgetChildern (Defined by htmlContentExtensions.)
Public Extension MethodlinkRootParent
Returns parent that has link tag in self
(Defined by htmlContentExtensions.)
Public Extension MethodmakeReport
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.)
Top
See Also