Class XmlEncodingBase

    • Constructor Summary

      Constructors 
      Constructor Description
      XmlEncodingBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.nio.charset.Charset getCharset()
      Obtain the character encoding of the XML source that was used to populated this object.
      java.lang.String getEncoding()
      Deprecated.
      This method will be removed in Tomcat 9
      void setCharset​(java.nio.charset.Charset charset)  
      void setEncoding​(java.lang.String encoding)
      Deprecated.
      This method will be removed in Tomcat 9
      • Methods inherited from class java.lang.Object

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

      • XmlEncodingBase

        public XmlEncodingBase()
    • Method Detail

      • setEncoding

        @Deprecated
        public void setEncoding​(java.lang.String encoding)
        Deprecated.
        This method will be removed in Tomcat 9
        Parameters:
        encoding - The encoding of the XML source that was used to populated this object.
      • getEncoding

        @Deprecated
        public java.lang.String getEncoding()
        Deprecated.
        This method will be removed in Tomcat 9
        Obtain the encoding of the XML source that was used to populated this object.
        Returns:
        The encoding of the associated XML source or UTF-8 if the encoding could not be determined
      • setCharset

        public void setCharset​(java.nio.charset.Charset charset)
      • getCharset

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