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

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

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

Classes in com.topologi.diffx.xml.esc that implement XMLEscapeWriter
 class XMLEscapeWriterASCII
          A utility class for escaping XML data when the intended encoding is ASCII or ASCII compatible.
 class XMLEscapeWriterUTF8
          A utility class for escaping XML data using the UTF-8 encoding.