Skip to content
reduz edited this page Feb 25, 2014 · 9 revisions

XMLParser

####Inherits: Reference ####Category: Core

Brief Description

Member Functions

Numeric Constants

  • NODE_NONE = 0
  • NODE_ELEMENT = 1
  • NODE_ELEMENT_END = 2
  • NODE_TEXT = 3
  • NODE_COMMENT = 4
  • NODE_CDATA = 5
  • NODE_UNKNOWN = 6

Member Function Description

Clone this wiki locally