Package io.netty.handler.codec.xml
Class XmlDocumentStart
java.lang.Object
io.netty.handler.codec.xml.XmlDocumentStart
Beginning of the XML document ... i.e. XML header
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionXmlDocumentStart
(String encoding, String version, boolean standalone, String encodingScheme) -
Method Summary
-
Field Details
-
encoding
-
version
-
standalone
private final boolean standalone -
encodingScheme
-
-
Constructor Details
-
XmlDocumentStart
-
-
Method Details
-
encoding
Return defined or guessed XML encoding -
version
Return defined XML version or null -
standalone
public boolean standalone()Return standalonity of the document -
encodingScheme
Return defined encoding or null -
equals
-
hashCode
public int hashCode() -
toString
-