-
Classes Class Description org.apache.commons.digester.parser.GenericParser Create an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to theDigester
constructor, or useDigester.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 theDigester
constructor, or useDigester.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 theDigester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.
-
Fields Field Description org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE This is now managed byParserFeatureSetterFactory
org.apache.commons.digester.Digester.schemaLanguage UseSchema
support instead.org.apache.commons.digester.Digester.schemaLocation UseSchema
support instead.
-
Methods Method Description org.apache.commons.digester.AbstractRulesImpl.match(String) Call match(namespaceURI,pattern) instead.org.apache.commons.digester.Digester.getDebug() This method now always returns 0. Digester uses the apache jakarta commons-logging library; see the documentation for that library for more information.org.apache.commons.digester.Digester.getReader() Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiatedorg.apache.commons.digester.Digester.getSchema() UseSchema
for validation instead.org.apache.commons.digester.Digester.getSchemaLanguage() UseSchema
for validation instead.org.apache.commons.digester.Digester.log(String) Call getLogger() and use it's logging methodsorg.apache.commons.digester.Digester.setDebug(int) This method now has no effect at all. Digester uses the apache jakarta comons-logging library; see the documentation for that library for more information.org.apache.commons.digester.Digester.setSchema(String) UseSchema
for validation instead.org.apache.commons.digester.Digester.setSchemaLanguage(String) UseSchema
for validation instead.org.apache.commons.digester.plugins.PluginRules.match(String) Call match(namespaceURI,pattern) instead.org.apache.commons.digester.Rule.begin(Attributes) org.apache.commons.digester.Rule.body(String) org.apache.commons.digester.Rule.end() org.apache.commons.digester.Rules.match(String) Call match(namespaceURI,pattern) instead.org.apache.commons.digester.RulesBase.match(String) Call match(namespaceURI,pattern) instead.