| Name | Description | Type | Package | Framework |
| AbstractMethodRule | Abstract implementation for SetNextRule, SetRootRule and SetTopRule rules. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractNamespaceURIBasedRulesModule | A support class for RulesModule which reduces repetition and results in a more readable configuration, that sets rules binding for a defined namespace URI (it can be overridden while binding). | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AbstractObjectCreationFactory | Abstract base class for ObjectCreationFactory implementations. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractParamTypeBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AbstractRulesImpl | AbstractRuleImpl provides basic services for Rules implementations. | Class | org.apache.commons.digester3 | Apache Commons |
|
| AbstractRulesModule | A support class for RulesModule which reduces repetition and results in a more readable configuration. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| AddAliasBuilder | | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| Address | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Address | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| AddressBook | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| AddressBook | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| AnnotationHandler | Intercepts a Class visit performed by the DigesterLoader. | Interface | org.apache.commons.digester3.annotations | Apache Commons |
|
| AnnotationHandlerFactory | An object capable of providing instances of AnnotationHandler. | Interface | org.apache.commons.digester3.annotations | Apache Commons |
|
| AnnotationUtils | Simple utility class to introspect annotations. | Class | org.apache.commons.digester3.annotations.utils | Apache Commons |
|
| AtomRulesModule | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| AudioVisual | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| BeanPropertySetter | Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| BeanPropertySetter .List | Defines several @BeanPropertySetter annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.BeanPropertySetter | Apache Commons |
|
| BeanPropertySetterBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| BeanPropertySetterHandler | BeanPropertySetter handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| BeanPropertySetterRule | Rule implements sets a bean property on the top object to the body text. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Book | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| BookFactory | The Book class doesn't have a no-argument constructor, so the standard digester ObjectCreateRule can't be used to create instances | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| ByRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ByRuleProviderBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallMethod | Methods annotated with CallMethod will be bound with CallMethodRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| CallMethod .List | Defines several @CallMethod annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.CallMethod | Apache Commons |
|
| CallMethodBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallMethodHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| CallMethodRule | Rule implementation that calls a method on an object on the stack (normally the top/parent object), passing arguments collected from subsequent CallParamRule rules or from the body of this element. | Class | org.apache.commons.digester3 | Apache Commons |
|
| CallParam | Methods arguments annotated with CallParam will be bound with CallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| CallParam .List | Defines several @CallParam annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.CallParam | Apache Commons |
|
| CallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| CallParamHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| CallParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| CaseTransform | An implementation of the Transform interface which converts all input text to either upper or lower case. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Catalog | | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| Channel | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| CompoundSubstitutor | This Substitutor chains two Substitutors a and b. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| CompoundTransform | An implementation of the Transform interface which is configured with a sequence of subtransforms, and applies them one by one to the input | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Declaration | Represents a Class that can be instantiated by a PluginCreateRule, plus info on how to load custom digester rules for mapping xml into that plugged-in class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| 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 | org.apache.commons.digester3 | Apache Commons |
|
| DigesterLoader | This class manages the creation of Digester instances from digester rules modules. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| DigesterLoadingException | Thrown when errors occur while creating a Digester. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| DigesterRule | Meta-annotation that marks an annotation as part of commons-digester. | Class | org.apache.commons.digester3.annotations | Apache Commons |
|
| Entry | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Entry | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| ExtendedBaseRules | Extension of RulesBase for complex schema. | Class | org.apache.commons.digester3 | Apache Commons |
|
| FactoryCreate | Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| FactoryCreate .DefaultObjectCreationFactory | Dummy ObjectCreationFactory type - only for annotation value type purposes. | Class | org.apache.commons.digester3.annotations.rules.FactoryCreate | Apache Commons |
|
| FactoryCreate .List | Defines several @FactoryCreate annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.FactoryCreate | Apache Commons |
|
| FactoryCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| FactoryCreateHandler | FactoryCreate handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| FactoryCreateRule | Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Feed | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Feed | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| FinderFromClass | A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltClass | | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltMethod | A rule-finding algorithm which looks for a method with a specific name on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromDfltResource | A rule-finding algorithm which looks for a resource file in the classpath whose name is derived from the plugin class name plus a specified suffix. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromFile | A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromMethod | A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderFromResource | A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath). | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FinderSetProperties | A rule-finding algorithm which expects the user to specify whether automatic property setting is desired. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| FromAnnotationsRuleModule | | Class | org.apache.commons.digester3.annotations | Apache Commons |
|
| FromXmlRulesModule | | Class | org.apache.commons.digester3.xmlrules | Apache Commons |
|
| Image | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| InitializableRule | Defines an interface that a Rule class can implement if it wishes to get an initialisation callback after the rule has been added to the set of Rules within a PluginRules instance. | Interface | org.apache.commons.digester3.plugins | Apache Commons |
|
| Item | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| LinkedRuleBuilder | Builder invoked to bind one or more rules to a pattern. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| LoaderFromClass | A RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| LoaderFromStream | A rule-finding algorithm which loads an xmlplugins-format file. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| LoaderSetProperties | A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is This loader ensures that any xml attributes on the plugin tag get mapped to equivalent properties on a javabean. | Class | org.apache.commons.digester3.plugins.strategies | Apache Commons |
|
| Main | | Class | org.apache.commons.digester3.annotations.atom | Apache Commons |
|
| Main | | Class | org.apache.commons.digester3.edsl.atom | Apache Commons |
|
| Main | A simple program to demonstrate the basic functionality of the Commons Digester module. | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Main | A simple program to demonstrate some of the functionality of the Commons Digester module. | Class | org.apache.commons.digester3.examples.api.catalog | Apache Commons |
|
| Main | A simple program to demonstrate that the Commons Digester module can be used to trigger actions as the xml is parsed, rather than just build | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| Main | A simple test harness which demonstrates how the MarkupDigester class (plus the supporting interface/rule classes) can process document-markup | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| Main | A simple program to demonstrate the basic functionality of the Commons Digester module with the xmlrules extension. | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| MarkupDigester | This is a subclass of digester which supports rules which implement the TextSegmentHandler interface, causing the textSegment method | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| MethodArgument | Class to supply the missing Java AnnotatedElement for method arguments. | Class | org.apache.commons.digester3.annotations.reflect | Apache Commons |
|
| MultiVariableExpander | Expands variable references from multiple sources. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| NestedPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| NodeCreateRule | A rule implementation that creates a DOM Node containing the XML at the element that matched the rule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| NodeCreateRuleProvider | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| NodeCreateRuleProvider .NodeType | | Class | org.apache.commons.digester3.binder.NodeCreateRuleProvider | Apache Commons |
|
| ObjectCreate | Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| ObjectCreate .List | Defines several @ObjectCreate annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.ObjectCreate | Apache Commons |
|
| ObjectCreateBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ObjectCreateHandler | ObjectCreateHandler handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| ObjectCreateRule | Rule implementation that creates a new object and pushes it onto the object stack. | Class | org.apache.commons.digester3 | Apache Commons |
|
| ObjectCreationFactory | Interface for use with FactoryCreateRule. | Interface | org.apache.commons.digester3 | Apache Commons |
|
| ObjectParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| ObjectParamRule | Rule implementation that saves a parameter for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| PathCallParam | Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| PathCallParam .List | Defines several @PathCallParam annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.PathCallParam | Apache Commons |
|
| PathCallParamBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PathCallParamHandler | PathCallParam handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| PathCallParamRule | Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Person | | Class | org.apache.commons.digester3.examples.api.addressbook | Apache Commons |
|
| Person | | Class | org.apache.commons.digester3.examples.xmlrules.addressbook | Apache Commons |
|
| Pipeline | This is the main class for this example. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| PluginAssertionFailure | Thrown when a bug is detected in the plugins code. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginConfigurationException | Thrown when an error occurs due to the way the calling application uses the plugins module. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginContext | Provides data and services which should exist only once per digester. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginCreateRule | Allows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginCreateRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PluginDeclarationRule | A Digester rule which allows the user to pre-declare a class which is to be referenced later at a plugin point by a Normally, a PluginDeclarationRule is added to a Digester instance with the pattern {root}/plugin or * /plugin | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginDeclarationRuleBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| PluginException | Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginInvalidInputException | Thrown when an error occurs due to bad data in the file being parsed. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginManager | Coordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| PluginRules | A custom digester Rules manager which must be used as the Rules object when using the plugins module functionality. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RegexMatcher | Regular expression matching strategy for RegexRules. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RegexRules | Rules implementation that uses regular expression matching for paths. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Row | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| Row .Column | Alas, we can't just use a Map to store the (name, value) pairs because the output will look weird if we don't preserve the column | Class | org.apache.commons.digester3.examples.api.dbinsert.Row | Apache Commons |
|
| RowInserterRule | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| RSSDigester | designed to process input streams that conform to the Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| Rule | Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RuleFinder | Each concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RuleLoader | Interface for classes which can dynamically load custom plugin rules associated with a user's plugin class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RuleMatcher | | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RuleProvider | An object capable of providing instances of Rule. | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| 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 | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RulesBase | Default implementation of the Rules interface that supports the standard rule matching behavior. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RulesBinder | | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| 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. | Interface | org.apache.commons.digester3 | Apache Commons |
|
| RuleSetBase | Convenience base class that implements the RuleSet interface. | Class | org.apache.commons.digester3 | Apache Commons |
|
| RulesFactory | Whenever the scope of a plugin tag is entered, the PluginRules class creates a new Rules instance and configures it with the appropriate parsing rules for the plugged-in class. | Class | org.apache.commons.digester3.plugins | Apache Commons |
|
| RulesModule | A module is the Digester rule bindings provider. | Interface | org.apache.commons.digester3.binder | Apache Commons |
|
| SetNestedPropertiesRule | Rule implementation that sets properties on the object at the top of the stack, based on child elements with names matching properties on that object. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetNext | Methods annotated with SetNext will be bound with SetNextRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetNextBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetNextHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetNextRule | Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetPropertiesBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetPropertiesHandler | SetProperty handler. | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetPropertiesRule | Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetProperty | Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetProperty .List | Defines several @SetProperty annotations on the same element. | Class | org.apache.commons.digester3.annotations.rules.SetProperty | Apache Commons |
|
| SetPropertyBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetPropertyRule | | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetRoot | Methods annotated with SetRoot will be bound with SetRootRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetRootBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetRootHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetRootRule | Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SetTextSegmentRule | When a text segment is discovered, it calls a specific method on the top object on the stack. | Class | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| SetTop | Methods annotated with SetTop will be bound with SetTopRule digester rule. | Class | org.apache.commons.digester3.annotations.rules | Apache Commons |
|
| SetTop .List | Defines several @SetTop annotations on the same elementRequired Element Summary | Class | org.apache.commons.digester3.annotations.rules.SetTop | Apache Commons |
|
| SetTopBuilder | Builder chained when invoking LinkedRuleBuilder. | Class | org.apache.commons.digester3.binder | Apache Commons |
|
| SetTopHandler | | Class | org.apache.commons.digester3.annotations.handlers | Apache Commons |
|
| SetTopRule | Rule implementation that calls a set parent method on the top (child) object, passing the (top-1) (parent) object This rule now supports more flexible method matching by default. | Class | org.apache.commons.digester3 | Apache Commons |
|
| SimpleRegexMatcher | Simple regex pattern matching algorithm. | Class | org.apache.commons.digester3 | Apache Commons |
|
| StackAction | An interface that can be implemented in order to get notifications of objects being pushed onto a digester stack or Because objects are pushed onto the main object stack when a rule has created a new object, this gives the ability to | Interface | org.apache.commons.digester3 | Apache Commons |
|
| SubstituteTransform | An implementation of the Transform interface which replaces all occurrences of a specified string with a different string. | Class | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| Substitutor | (Logical) Interface for substitution strategies. | Class | org.apache.commons.digester3 | Apache Commons |
|
| Table | | Class | org.apache.commons.digester3.examples.api.dbinsert | Apache Commons |
|
| TextInput | Rich Site Summary DTD, version 0. | Class | org.apache.commons.digester3.rss | Apache Commons |
|
| TextSegmentHandler | | Interface | org.apache.commons.digester3.examples.api.documentmarkup | Apache Commons |
|
| Transform | An interface that any user class must implement if it wishes to be plugged in at the transform tag of a pipeline configuration file. | Interface | org.apache.commons.digester3.examples.plugins.pipeline | Apache Commons |
|
| VariableAttributes | Wrapper for an Attributes object which expands any variables referenced in the attribute value via ${foo} or similar. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| VariableExpander | An Interface describing a class capable of expanding strings which may contain variable references. | Interface | org.apache.commons.digester3.substitution | Apache Commons |
|
| VariableSubstitutor | Substitutor implementation that support variable replacement for both attributes and body text. | Class | org.apache.commons.digester3.substitution | Apache Commons |
|
| WithDefaultsRulesWrapper | Rules Decorator that returns default rules when no matches are returned by the wrapped This allows default Rule instances to be added to any existing Rules implementation. | Class | org.apache.commons.digester3 | Apache Commons |