FilterMap
, JspPropertyGroup
, SecurityCollection
, SecurityConstraint
, WebXml
public abstract class XmlEncodingBase
extends java.lang.Object
Constructor | Description |
---|---|
XmlEncodingBase() |
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.
|
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-2019 Apache Software Foundation. All Rights Reserved.