Package | Description |
---|---|
org.apache.commons.digester |
The
xmlrules package provides for XML-based definition of
rules for Digester . |
org.apache.commons.digester.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
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 contains
AnnotationRuleProvider
implementations. |
org.apache.commons.digester.annotations.reflect |
The
reflect package supply missing JVM classes to alow user
manipulate entities as AnnotatedElement . |
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.annotations.utils |
Contains commons utilities classes for Java5 Annotations manipulation.
|
org.apache.commons.digester.parser |
DEPRECATED PACKAGE:
This package contains legacy schema support code used in the v1.x line of Digester releases. |
org.apache.commons.digester.plugins |
The
plugins package provides an easy mechanism whereby new
digestion rules can be added dynamically during a digestion. |
org.apache.commons.digester.plugins.strategies |
The
plugins.strategies package contains "rule-finding" strategy
classes, and their associated "helper" loader classes. |
org.apache.commons.digester.substitution |
The
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 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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.