Package io.netty.handler.codec.xml
Class XmlElement
java.lang.Object
io.netty.handler.codec.xml.XmlElement
- Direct Known Subclasses:
XmlElementEnd
,XmlElementStart
Generic XML element in document,
XmlElementStart
represents open element and provides access to attributes,
XmlElementEnd
represents closing element.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
private final List
<XmlNamespace> private final String
-
Constructor Summary
Constructors -
Method Summary