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(java.lang.String name, java.lang.String namespace, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
Methods inherited from class io.netty.handler.codec.xml.XmlElement
equals, hashCode, name, namespace, namespaces, prefix
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in classXmlElement
-
-