Uses of Interface
com.topologi.diffx.xml.esc.XMLEscape
Packages that use XMLEscape
Package
Description
The events implementations used by the Diff-X.
A set classes and interfaces for escaping XML text.
-
Uses of XMLEscape in com.topologi.diffx.event.impl
Fields in com.topologi.diffx.event.impl declared as XMLEscape -
Uses of XMLEscape in com.topologi.diffx.xml.esc
Classes in com.topologi.diffx.xml.esc that implement XMLEscapeModifier and TypeClassDescriptionfinal classA singleton for escaping XML data when using the 'ASCII' encoding.(package private) classA base implementation for the XML escape classes.final classA utility class for escaping XML data when using the UTF-8 encoding.Fields in com.topologi.diffx.xml.esc declared as XMLEscapeModifier and TypeFieldDescriptionstatic final XMLEscapeXMLEscapeASCII.ASCII_ESCAPEA static instance of the UTF8 escape class.static final XMLEscapeXMLEscapeUTF8.UTF8_ESCAPEA static instance of the UTF8 escape class.Methods in com.topologi.diffx.xml.esc that return XMLEscapeModifier and TypeMethodDescriptionstatic XMLEscapeXMLEscapeFactory.getInstance(String encoding) Returns an instance of a XML Escape based on the given encoding.