| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.xml |
XML codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
|
| 类和说明 |
|---|
| XmlAttribute
XML attributes, it is part of
XmlElement |
| XmlContent
XML Content is base class for XML CDATA, Comments, Characters and Space
|
| XmlDocumentEnd
End of XML document
|
| XmlElement
Generic XML element in document,
XmlElementStart represents open element and provides access to attributes,
XmlElementEnd represents closing element. |
| XmlNamespace
XML namespace is part of XML element.
|