Class XmlDocumentStart


  • public class XmlDocumentStart
    extends Object
    Beginning of the XML document ... i.e. XML header
    • Constructor Detail

      • XmlDocumentStart

        public XmlDocumentStart​(String encoding,
                                String version,
                                boolean standalone,
                                String encodingScheme)
    • Method Detail

      • encoding

        public String encoding()
        Return defined or guessed XML encoding
      • version

        public String version()
        Return defined XML version or null
      • standalone

        public boolean standalone()
        Return standalonity of the document
      • encodingScheme

        public String encodingScheme()
        Return defined encoding or null
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object