Package org.unbescape.xml
-
Interface Summary Interface Description XmlCodepointValidator 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. -
Class Summary Class Description Xml10EscapeSymbolsInitializer This class initializes theXmlEscapeSymbols.XML10_SYMBOLS
structure.Xml10EscapeSymbolsInitializer.Xml10CodepointValidator Xml11EscapeSymbolsInitializer This class initializes theXmlEscapeSymbols.XML11_SYMBOLS
structure.Xml11EscapeSymbolsInitializer.Xml11CodepointValidator XmlEscape Utility class for performing XML escape/unescape operations.XmlEscape.InternalStringReader XmlEscapeSymbols Instances of this class group all the complex data structures needed to support escape and unescape operations for XML.XmlEscapeSymbols.Reference XmlEscapeSymbols.References XmlEscapeUtil Internal class in charge of performing the real escape/unescape operations. -
Enum Summary Enum Description XmlEscapeLevel Levels defined for XML escape/unescape operations:XmlEscapeType Types of escape operations to be performed on XML text: