Unit 'StaxCommon' Package
[Overview][Constants][Types][Classes][Index] [#pl_xmlstreaming]

TXmlNodeType

Declaration

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