Unit 'xml2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libxml2]

xmlParserMode

Declaration

Source position: libxmlparser.inc line 158

type xmlParserMode = (

  XML_PARSE_UNKNOWN = 0,

  XML_PARSE_DOM = 1,

  XML_PARSE_SAX = 2,

  XML_PARSE_PUSH_DOM = 3,

  XML_PARSE_PUSH_SAX = 4,

  XML_PARSE_READER = 5

);


Documentation generated on: 2023-03-18