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 classXml10EscapeSymbolsInitializer.Xml10CodepointValidator(package private) static classXml11EscapeSymbolsInitializer.Xml11CodepointValidatorFields in org.unbescape.xml declared as XmlCodepointValidator Modifier and Type Field Description (package private) XmlCodepointValidatorXmlEscapeSymbols. CODEPOINT_VALIDATORConstructors in org.unbescape.xml with parameters of type XmlCodepointValidator Constructor Description XmlEscapeSymbols(XmlEscapeSymbols.References references, byte[] escapeLevels, XmlCodepointValidator codepointValidator)
-