Java org.jdom2 Verifier fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 Verifier fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 Verifier.

The text is from its open source code.

Method

StringcheckXMLName(final String name)
This is a utility function for sharing the base process of checking any XML name.
booleanisAllXMLWhitespace(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.
booleanisXMLCharacter(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.