Package io.netty.handler.codec.xml
Class XmlElementEnd
- java.lang.Object
-
- io.netty.handler.codec.xml.XmlElement
-
- io.netty.handler.codec.xml.XmlElementEnd
-
public class XmlElementEnd extends XmlElement
SpecificXmlElement
representing end of element.
-
-
Constructor Summary
Constructors Constructor Description XmlElementEnd(String name, String namespace, String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class io.netty.handler.codec.xml.XmlElement
equals, hashCode, name, namespace, namespaces, prefix
-
-