Class XmlEncodingBase

    • Constructor Summary

      Constructors 
      Constructor Description
      XmlEncodingBase()
      Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.nio.charset.Charset getCharset()
      Deprecated.
      void setCharset​(java.nio.charset.Charset charset)
      Deprecated.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlEncodingBase

        @Deprecated
        public XmlEncodingBase()
        Deprecated.
        Default constructor.
    • Method Detail

      • setCharset

        @Deprecated
        public void setCharset​(java.nio.charset.Charset charset)
        Deprecated.
        Set the character encoding of the XML source used to populate this object.
        Parameters:
        charset - The character encoding
      • getCharset

        @Deprecated
        public java.nio.charset.Charset getCharset()
        Deprecated.
        Obtain the character encoding of the XML source that was used to populate this object.
        Returns:
        The character encoding of the associated XML source or UTF-8 if the encoding could not be determined