| java.lang.Object org.apache.commons.digester.parser.XercesParser
XercesParser | public class XercesParser (Code) | | Create a SAXParser based on the underlying Xerces version.
Currently, Xerces 2.3 and up doesn't implement schema validation the same way
2.1 was. In other to support schema validation in a portable way between
parser, some features/properties need to be set.
since: 1.6 |
JAXP_SCHEMA_LANGUAGE | protected static String JAXP_SCHEMA_LANGUAGE(Code) | | The JAXP 1.2 property to set up the schemaLanguage used.
|
XERCES_DYNAMIC | protected static String XERCES_DYNAMIC(Code) | | Xerces dynamic validation property
|
XERCES_SCHEMA | protected static String XERCES_SCHEMA(Code) | | Xerces schema validation property
|
log | protected static Log log(Code) | | The Log to which all SAX event related logging calls will be made.
|
version | protected static float version(Code) | | A float representing the underlying Xerces version
|
versionNumber | protected static String versionNumber(Code) | | The current Xerces version.
|
|
|