Package org.unbescape.xml
package org.unbescape.xml
-
ClassDescriptionThis class initializes the
XmlEscapeSymbols.XML10_SYMBOLS
structure.This class initializes theXmlEscapeSymbols.XML11_SYMBOLS
structure.Implementations of this interface are used to determine what codepoitns are allowed in XML escaped output (even when escaped), and what codepoints should be simply removed from output.Utility class for performing XML escape/unescape operations.Levels defined for XML escape/unescape operations:Instances of this class group all the complex data structures needed to support escape and unescape operations for XML.Types of escape operations to be performed on XML text:Internal class in charge of performing the real escape/unescape operations.