Class XMLEscapeBase

java.lang.Object
com.topologi.diffx.xml.esc.XMLEscapeBase
All Implemented Interfaces:
XMLEscape
Direct Known Subclasses:
XMLEscapeASCII, XMLEscapeUTF8

abstract class XMLEscapeBase extends Object implements XMLEscape
A base implementation for the XML escape classes.
Version:
3 September 2004
  • Field Details

    • encoding

      private final String encoding
      The encoding for the implementation.
  • Constructor Details

    • XMLEscapeBase

      XMLEscapeBase(String encoding)
      Creates a new XML Escape.
      Parameters:
      encoding - The encoding used.
  • Method Details