| Package | Description |
|---|---|
| org.apache.tomcat.util.descriptor | |
| org.apache.tomcat.util.descriptor.tld |
Package containing a Java model of the XML for a Tag Library Descriptor.
|
| org.apache.tomcat.util.descriptor.web |
This package contains Java objects that represent complex data structures
from the web application deployment descriptor file (
web.xml). |
| org.apache.tomcat.util.digester |
The Digester package provides for rules-based processing of arbitrary
XML documents.
|
| 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.
|
| 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. |
| 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.
|
| 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.
|
| 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 |
|---|
| 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 © 2014 Mort Bay Consulting. All Rights Reserved.