-
Deprecated ClassesClassDescriptionCreate an XMLParser instance yourself, configure validation appropriately, and pass it as a parameter to the
Digester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.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.
-
Deprecated FieldsFieldDescriptionThis is now managed by
ParserFeatureSetterFactory
UseSchema
support instead.UseSchema
support instead.
-
Deprecated MethodsMethodDescriptionCall match(namespaceURI,pattern) instead.This method now always returns 0. Digester uses the apache jakarta commons-logging library; see the documentation for that library for more information.Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiatedUse
Schema
for validation instead.UseSchema
for validation instead.Call getLogger() and use it's logging methodsCall getLogger() and use it's logging methodsThis method now has no effect at all. Digester uses the apache jakarta comons-logging library; see the documentation for that library for more information.UseSchema
for validation instead.UseSchema
for validation instead.Call match(namespaceURI,pattern) instead.Call match(namespaceURI,pattern) instead.Call match(namespaceURI,pattern) instead.
-
Deprecated ConstructorsConstructorDescriptionThe digester instance is now set in the
Digester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseBeanPropertySetterRule()
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseBeanPropertySetterRule(String propertyName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseCallMethodRule(String methodName,int paramCount)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseCallMethodRule(String methodName,int paramCount, Class [] paramTypes)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseCallMethodRule(String methodName,int paramCount, String [] paramTypes)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseCallParamRule(int paramIndex)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseCallParamRule(int paramIndex, String attributeName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseFactoryCreateRule(Class clazz)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseFactoryCreateRule(Class clazz, String attributeName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseFactoryCreateRule(String className)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseFactoryCreateRule(String className, String attributeName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseFactoryCreateRule(ObjectCreationFactory creationFactory)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseObjectCreateRule(Class clazz)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseObjectCreateRule(String className)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseObjectCreateRule(String attributeName, Class clazz)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseObjectCreateRule(String className, String attributeName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseRule()
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetNextRule(String methodName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetNextRule(String methodName,String paramType)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetPropertiesRule()
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetPropertyRule(String name, String value)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetRootRule(String methodName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetRootRule(String methodName,String paramType)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetTopRule(String methodName)
instead.The digester instance is now set in theDigester.addRule(java.lang.String, org.apache.commons.digester.Rule)
method. UseSetTopRule(String methodName, String paramType)
instead.
Digester
constructor, or useDigester.setXMLSchema(javax.xml.validation.Schema)
for validation.