Uses of Interface
com.topologi.diffx.xml.esc.XMLEscape

Packages that use XMLEscape
com.topologi.diffx.xml.esc A set classes and interfaces for escaping XML text. 
 

Uses of XMLEscape in com.topologi.diffx.xml.esc
 

Classes in com.topologi.diffx.xml.esc that implement XMLEscape
 class XMLEscapeASCII
          A singleton for escaping XML data when using the 'ASCII' encoding.
(package private)  class com.topologi.diffx.xml.esc.XMLEscapeBase
          A base implementation for the XML escape classes.
 class XMLEscapeUTF8
          A utility class for escaping XML data when using the UTF-8 encoding.
 

Fields in com.topologi.diffx.xml.esc declared as XMLEscape
static XMLEscape XMLEscapeUTF8.UTF8_ESCAPE
          A static instance of the UTF8 escape class.
static XMLEscape XMLEscapeASCII.ASCII_ESCAPE
          A static instance of the UTF8 escape class.
 

Methods in com.topologi.diffx.xml.esc that return XMLEscape
static XMLEscape XMLEscapeFactory.getInstance(String encoding)
          Returns an instance of a XML Escape based on the given encoding.