Field and Description |
---|
org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE
This is now managed by
ParserFeatureSetterFactory |
Method and Description |
---|
org.apache.commons.digester.Rule.begin(Attributes) |
org.apache.commons.digester.Rule.body(String) |
org.apache.commons.digester.Rule.end() |
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 instantiated
|
org.apache.commons.digester.Digester.log(String)
Call getLogger() and use it's logging methods
|
org.apache.commons.digester.Digester.log(String, Throwable)
Call getLogger() and use it's logging methods
|
org.apache.commons.digester.RulesBase.match(String)
Call match(namespaceURI,pattern) instead.
|
org.apache.commons.digester.AbstractRulesImpl.match(String)
Call match(namespaceURI,pattern) instead.
|
org.apache.commons.digester.Rules.match(String)
Call match(namespaceURI,pattern) instead.
|
org.apache.commons.digester.plugins.PluginRules.match(String)
Call match(namespaceURI,pattern) instead.
|
org.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.
|
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.