Example usage for Java org.jdom2 Verifier fields, constructors, methods, implement or subclass
The text is from its open source code.
String | checkXMLName(final String name) This is a utility function for sharing the base process of checking any XML name. |
boolean | isAllXMLWhitespace(final String value) This is a utility function for determining whether a specified String is a whitespace character according to production 3 of the XML 1.0 specification. |
boolean | isXMLCharacter(final int c) This is a utility function for determining whether a specified character is a character according to production 2 of the XML 1.0 specification. |