public abstract class XmlEncodingBase
extends java.lang.Object
Constructor and Description |
---|
XmlEncodingBase() |
Modifier and Type | Method and Description |
---|---|
java.nio.charset.Charset |
getCharset()
Obtain the character encoding of the XML source that was used to
populated this object.
|
void |
setCharset(java.nio.charset.Charset charset) |
public void setCharset(java.nio.charset.Charset charset)
public java.nio.charset.Charset getCharset()
UTF-8
if the encoding could not be determinedCopyright © 2000-1970 Apache Software Foundation. All Rights Reserved.