|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.apache.commons.digester | |
org.apache.commons.digester | The Digester package provides for rules-based processing of arbitrary XML documents. |
org.apache.commons.digester.plugins | Provides an easy mechanism whereby new digestion rules can be added dynamically during a digestion. |
org.apache.commons.digester.plugins.strategies | This package contains "rule-finding" strategy classes, and their associated "helper" loader classes. |
org.apache.commons.digester.substitution | Provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. |
org.apache.commons.digester.xmlrules | The xmlrules package provides for XML-based definition of
rules for Digester . |
Classes in org.apache.commons.digester used by org.apache.commons.digesterAbstractRulesImpl
|
AbstractRuleImpl provides basic services for Rules implementations.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 with FactoryCreateRule .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 the Rules interface that supports
the standard rule matching behavior.RuleSet
|
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, 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.pluginsDigester
|
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.strategiesDigester
|
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.substitutionSubstitutor
|
(Logical) Interface for substitution strategies. |
Classes in org.apache.commons.digester used by org.apache.commons.digester.xmlrulesAbstractObjectCreationFactory
|
Abstract base class for ObjectCreationFactory
implementations.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 with FactoryCreateRule .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 related Rule definitions, possibly associated with
a particular namespace URI, in one operation.RuleSetBase
|
Convenience base class that implements the RuleSet interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |