-
Fields Field Description org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE This is now managed byParserFeatureSetterFactory
-
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.getRules(String) Callmatch()
on theRules
implementation returned bygetRules()
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.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.org.apache.commons.digester.xmlrules.DigesterRuleParser.RulesPrefixAdapter.match(String) Call match(namespaceURI,pattern) instead.