xml_parser library

Classes

XmlAttlist
An Attribute-list Declaration.
XmlAttribute
An attribute of a XML element.
XmlCdata
A CDATA Section.
XmlComment
A XML comment, delimited with <!-- and -->.
XmlConditional
An XML Conditional Section.
XmlDeclaration
The XML declaration.
XmlDoctype
A XML DocType declaration.
XmlDocument
A XML document.
XmlElement
A XML element.
XmlEntity
A DTD Entity Declaration.
XmlEtd
An Element Type Declaration.
XmlNode
The base class for all XML nodes.
XmlNodeWithAttributes
XmlNodeWithChildren
Base class for nodes with children that can contain XmlElements.
XmlNotation
A Notation Declaration, as known as an unparsed entity.
XmlProcessingInstruction
An XML Processing Instruction.
XmlText
A plain text value.

Enums

XmlAttlistIdentifier
The identifier for an Xml ATTLIST Declaration