Uses of Package
org.apache.commons.digester
-
Packages that use org.apache.commons.digester Package Description org.apache.commons.digester Thexmlrulespackage provides for XML-based definition of rules forDigester.org.apache.commons.digester.annotations Theannotationspackage provides for Java5 Annotations meta data-based definition of rules forDigester.org.apache.commons.digester.annotations.internal This package contains internal use only classes, users can ignore it.org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProviderimplementations.org.apache.commons.digester.annotations.rules Classes contained in this package are annotations that reflect Digester rules.org.apache.commons.digester.annotations.spi Contains annotations package SPI definition.org.apache.commons.digester.plugins Thepluginspackage provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion.org.apache.commons.digester.plugins.strategies Theplugins.strategiespackage contains "rule-finding" strategy classes, and their associated "helper" loader classes.org.apache.commons.digester.substitution Thesubstitutionprovides for manipulation of xml attributes and element body text before the data is processed by any Rule objects.org.apache.commons.digester.xmlrules The Digester package lets you configure an XML -> Java object mapping module, which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized. -
Classes in org.apache.commons.digester used by org.apache.commons.digester Class Description AbstractRulesImpl AbstractRuleImplprovides basic services forRulesimplementations.Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.ObjectCreationFactory Interface for use withFactoryCreateRule.RegexMatcher Regular expression matching strategy for RegexRules.Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.Rules Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.RulesBase Default implementation of theRulesinterface that supports the standard rule matching behavior.RuleSet Public interface defining a shorthand means of configuring a complete set of relatedRuledefinitions, possibly associated with a particular namespace URI, in one operation.StackAction An interface that can be implemented in order to get notifications of objects being pushed onto a digester stack or popped from one.Substitutor (Logical) Interface for substitution strategies. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.annotations Class Description Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.RuleSet Public interface defining a shorthand means of configuring a complete set of relatedRuledefinitions, possibly associated with a particular namespace URI, in one operation. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.annotations.internal Class Description Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.annotations.providers Class Description BeanPropertySetterRule Rule implements sets a bean property on the top object to the body text.CallMethodRule Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequentCallParamRulerules or from the body of this element.CallParamRule Rule implementation that saves a parameter for use by a surroundingCallMethodRule.FactoryCreateRule Rule implementation that uses anObjectCreationFactoryto create a new object which it pushes onto the object stack.ObjectCreateRule Rule implementation that creates a new object and pushes it onto the object stack.PathCallParamRule Rule implementation that saves a parameter containing theDigestermatching path for use by a surroundingCallMethodRule.SetNextRule Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.SetPropertiesRule Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.SetRootRule Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.SetTopRule Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.annotations.rules Class Description AbstractObjectCreationFactory Abstract base class forObjectCreationFactoryimplementations. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.annotations.spi Class Description Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.plugins Class Description Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.Rules Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.plugins.strategies Class Description Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.substitution Class Description Substitutor (Logical) Interface for substitution strategies. -
Classes in org.apache.commons.digester used by org.apache.commons.digester.xmlrules Class Description AbstractObjectCreationFactory Abstract base class forObjectCreationFactoryimplementations.Digester A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.ObjectCreationFactory Interface for use withFactoryCreateRule.Rule Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.RuleSet Public interface defining a shorthand means of configuring a complete set of relatedRuledefinitions, possibly associated with a particular namespace URI, in one operation.RuleSetBase Convenience base class that implements theRuleSetinterface.