Package | Description |
---|---|
com.topologi.diffx.xml.esc |
A set classes and interfaces for escaping XML text.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLEscapeASCII
A singleton for escaping XML data when using the 'ASCII' encoding.
|
class |
XMLEscapeUTF8
A utility class for escaping XML data when using the UTF-8 encoding.
|
Modifier and Type | Field and Description |
---|---|
static XMLEscape |
XMLEscapeASCII.ASCII_ESCAPE
A static instance of the UTF8 escape class.
|
static XMLEscape |
XMLEscapeUTF8.UTF8_ESCAPE
A static instance of the UTF8 escape class.
|
Modifier and Type | Method and Description |
---|---|
static XMLEscape |
XMLEscapeFactory.getInstance(String encoding)
Returns an instance of a XML Escape based on the given encoding.
|
Copyright © 2007-2019. All Rights Reserved.