Package | Description |
---|---|
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 . |
Class and Description |
---|
AbstractRulesImpl
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.
|
Class and 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.
|
Class and 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.
|
Class and Description |
---|
Substitutor
(Logical) Interface for substitution strategies.
|
Class and Description |
---|
AbstractObjectCreationFactory
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. |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.