Uses of Interface
org.unbescape.xml.XmlCodepointValidator
-
Packages that use XmlCodepointValidator Package Description org.unbescape.xml -
-
Uses of XmlCodepointValidator in org.unbescape.xml
Classes in org.unbescape.xml that implement XmlCodepointValidator Modifier and Type Class Description (package private) static class
Xml10EscapeSymbolsInitializer.Xml10CodepointValidator
(package private) static class
Xml11EscapeSymbolsInitializer.Xml11CodepointValidator
Fields in org.unbescape.xml declared as XmlCodepointValidator Modifier and Type Field Description (package private) XmlCodepointValidator
XmlEscapeSymbols. CODEPOINT_VALIDATOR
Constructors in org.unbescape.xml with parameters of type XmlCodepointValidator Constructor Description XmlEscapeSymbols(XmlEscapeSymbols.References references, byte[] escapeLevels, XmlCodepointValidator codepointValidator)
-