public final class XMLEscapeFactory extends Object
Modifier and Type | Method and Description |
---|---|
static XMLEscape |
getInstance(String encoding)
Returns an instance of a XML Escape based on the given encoding.
|
public static XMLEscape getInstance(String encoding)
This method returns null
if the encoding is not supported.
encoding
- The encoding for which an escape implementation is requested.XMLEscape
instance corresponding to the specified encoding
or null
.Copyright © 2007-2019. All Rights Reserved.