Source position: StaxCommon.pas line 45
type TXmlNodeType = ( |
||
xntElement = 1, |
|
|
xntAttribute, |
|
|
xntText, |
|
|
xntCDataSection, |
|
|
xntEntityReference, |
|
|
xntEntity, |
|
|
xntProcessingInstruction, |
|
|
xntComment, |
|
|
xntDocument, |
|
|
xntDocumentType, |
|
|
xntDocumentFragment, |
|
|
xntNotation |
|
|
); |
CT Web help |
CodeTyphon Studio |