Class and Description |
---|
org.apache.commons.digester.parser.GenericParser
Create an XMLParser instance yourself, configure validation
appropriately, and pass it as a parameter to the
Digester constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema) for validation. |
org.apache.commons.digester.ParserFeatureSetterFactory
Create an XMLParser instance yourself, configure validation
appropriately, and pass it as a parameter to the
Digester constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema) for validation. |
org.apache.commons.digester.parser.XercesParser
Create an XMLParser instance yourself, configure validation
appropriately, and pass it as a parameter to the
Digester constructor, or use
Digester.setXMLSchema(javax.xml.validation.Schema) for validation. |
Field and Description |
---|
org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE
This is now managed by
ParserFeatureSetterFactory |
org.apache.commons.digester.Digester.schemaLanguage
Use
Schema support instead. |
org.apache.commons.digester.Digester.schemaLocation
Use
Schema support instead. |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.