IContentElement Interface |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.Core.contentStructure.interafaces.IContentElement"]
Namespace: imbNLP.Core.contentStructure.interafaces
public interface IContentElement : INotifyPropertyChanged, IObjectWithParent, IObjectWithName, IObjectWithPath, IObjectWithID, IObjectWithPathAndChildSelector, IObjectWithChildSelector, IEnumerable, IObjectWithRoot
The IContentElement type exposes the following members.
| Name | Description | |
|---|---|---|
| content |
Originalni sadržaj koji je pronađen u tokenu
| |
| id | (Inherited from IObjectWithID.) | |
| isFirst |
Da li je reč o prvom elementu?
| |
| isLast |
Da li je reč o poslednjem elementu?
| |
| Item | (Inherited from IObjectWithChildSelector.) | |
| Item | (Inherited from IObjectWithChildSelector.) | |
| items |
Skup pod-itema
| |
| match | ||
| name | (Inherited from IObjectWithName.) | |
| next |
Referenca prema sledećem slogu
| |
| page | ||
| parent |
referenca prema parent objektu
| |
| path | (Inherited from IObjectWithPath.) | |
| prev |
Referenca prema prethodnom slogu
| |
| root | (Inherited from IObjectWithRoot.) | |
| sourceContent |
Izvorni content
| |
| spliter |
Koji je spliter odredio odvajanje tokena
| |
| UID |
| Name | Description | |
|---|---|---|
| Count | (Inherited from IObjectWithChildSelector.) | |
| generalSemanticsFlaging | ||
| GetEnumerator | (Inherited from IObjectWithChildSelector.) | |
| GetFlags | ||
| indexOf | (Inherited from IObjectWithChildSelector.) | |
| primaryFlaging |
izvrsava se od
| |
| secondaryFlaging | ||
| setItem |
Podešava PREV i NEXT za nlpBase klase
| |
| specialSematicsFlaging |
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) |
| Name | Description | |
|---|---|---|
| makeReport |
Generiše izveštaj o contentPage objektu - vraca String Builder objekat
(Defined by contentStructureImportExportTools.) |