Click or drag to resize

IHtmlContentElement Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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

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

The IHtmlContentElement type exposes the following members.

Properties
  NameDescription
Public propertycontent
Originalni sadržaj koji je pronađen u tokenu
(Inherited from IContentElement.)
Public propertyhtmlClass
Public propertyhtmlId
Public propertyhtmlNode
HTML node od koga se formira element
Public propertyhtmlTag
Public propertyid (Inherited from IObjectWithID.)
Public propertyisFirst
Da li je reč o prvom elementu?
(Inherited from IContentElement.)
Public propertyisLast
Da li je reč o poslednjem elementu?
(Inherited from IContentElement.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyItem (Inherited from IObjectWithChildSelector.)
Public propertyitems
Skup pod-itema
(Inherited from IContentElement.)
Public propertylinkRootParent
Public propertymatch (Inherited from IContentElement.)
Public propertyname (Inherited from IObjectWithName.)
Public propertynext
Referenca prema sledećem slogu
(Inherited from IContentElement.)
Public propertypage (Inherited from IContentElement.)
Public propertyparent
referenca prema parent objektu
(Inherited from IContentElement.)
Public propertypath (Inherited from IObjectWithPath.)
Public propertyprev
Referenca prema prethodnom slogu
(Inherited from IContentElement.)
Public propertyroot (Inherited from IObjectWithRoot.)
Public propertysourceContent
Izvorni content
(Inherited from IContentElement.)
Public propertyspliter
Koji je spliter odredio odvajanje tokena
(Inherited from IContentElement.)
Public propertyUID (Inherited from IContentElement.)
Public propertyxpath
Top
Methods
  NameDescription
Public methodCount (Inherited from IObjectWithChildSelector.)
Public methodgeneralSemanticsFlaging (Inherited from IContentElement.)
Public methodGetEnumerator (Inherited from IObjectWithChildSelector.)
Public methodGetFlags (Inherited from IContentElement.)
Public methodindexOf (Inherited from IObjectWithChildSelector.)
Public methodprimaryFlaging
izvrsava se od
(Inherited from IContentElement.)
Public methodsecondaryFlaging (Inherited from IContentElement.)
Public methodsetItem
Podešava PREV i NEXT za nlpBase klase
(Inherited from IContentElement.)
Public methodspecialSematicsFlaging (Inherited from IContentElement.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
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