Package io.netty.handler.codec.xml
XML codec provides asynchronous and non-blocking XML parser based on the
Aalto XML parser.
-
Class Summary Class Description XmlAttribute XML attributes, it is part ofXmlElement
XmlCdata XML CDATA ...XmlCharacters XML characters, e.g.XmlComment XML CommentXmlContent XML Content is base class for XML CDATA, Comments, Characters and SpaceXmlDecoder Async XML decoder based on Aalto XML parser.XmlDocumentEnd End of XML documentXmlDocumentStart 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 SpecificXmlElement
representing end of element.XmlElementStart SpecificXmlElement
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 instructionXmlSpace White space characters