请参阅: 说明
类 | 说明 |
---|---|
XmlAttribute |
XML attributes, it is part of
XmlElement |
XmlCdata |
XML CDATA ...
|
XmlCharacters |
XML characters, e.g.
|
XmlComment |
XML Comment
|
XmlContent |
XML Content is base class for XML CDATA, Comments, Characters and Space
|
XmlDecoder |
Async XML decoder based on Aalto XML parser.
|
XmlDocumentEnd |
End of XML document
|
XmlDocumentStart |
Beginning of the XML document ... i.e.
|
XmlDTD |
DTD (Document Type Definition)
|
XmlElement |
Generic XML element in document,
XmlElementStart represents open element and provides access to attributes,
XmlElementEnd represents closing element. |
XmlElementEnd |
Specific
XmlElement representing end of element. |
XmlElementStart |
Specific
XmlElement representing beginning of element. |
XmlEntityReference |
XML entity reference ...
|
XmlFrameDecoder |
A frame decoder for single separate XML based message streams.
|
XmlNamespace |
XML namespace is part of XML element.
|
XmlProcessingInstruction |
XML processing instruction
|
XmlSpace |
White space characters
|