Field | Description |
---|---|
org.apache.commons.digester.Digester.JAXP_SCHEMA_LANGUAGE |
This is now managed by
ParserFeatureSetterFactory |
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 instantiated
|
org.apache.commons.digester.Digester.getRules(String) |
Call
match() on the Rules
implementation returned by getRules() |
org.apache.commons.digester.Digester.log(String) |
Call getLogger() and use it's logging methods
|
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.
|
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.
|
Copyright 2001-2005 The Apache Software Foundation.