| Class and Description |
|---|
| 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.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.