Unit 'xmlutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-xml]

TXMLNodeType

Declaration

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

);


Documentation generated on: 2023-03-18