| Package | Description |
|---|---|
| org.apache.catalina.core | |
| org.apache.catalina.startup | |
| org.apache.catalina.util | |
| org.apache.tomcat.util.digester |
| 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 |
|---|
| 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 related
Rule definitions, possibly associated with
a particular namespace URI, in one operation. |
| RuleSetBase
Convenience base class that implements the
RuleSet interface. |
| 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 |
|---|
| ArrayStack
Imported copy of the
ArrayStack class from
Commons Collections, which was the only direct dependency from Digester. |
| 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.
|
| 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.
|
| 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. |
Copyright © 2019. All rights reserved.