Source position: xmlutils.pp line 54
type TXMLNodeType = ( |
ntNone, |
ntElement, |
ntAttribute, |
ntText, |
ntCDATA, |
ntEntityReference, |
ntEntity, |
ntProcessingInstruction, |
ntComment, |
ntDocument, |
ntDocumentType, |
ntDocumentFragment, |
ntNotation, |
ntWhitespace, |
ntSignificantWhitespace, |
ntEndElement, |
ntEndEntity, |
ntXmlDeclaration |
); |