All Classes and Interfaces

Class
Description
Abstract base class for ObjectCreationFactory implementations.
AbstractRuleImpl provides basic services for Rules implementations.
Rule implements sets a bean property on the top object to the body text.
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.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
Thrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.
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.
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.
This class manages the creation of Digester instances from XML digester rules files.
Thrown when an error occurs while parsing XML into Digester rules.
This is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.
Interface for classes that initialize a Digester Rules object with Digester Rules.
Extension of RulesBase for complex schema.
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
A rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.
A rule-finding algorithm which looks for a method with a specific name on a class whose name is derived from the plugin class name.
A rule-finding algorithm which looks for a method with a specific name on the plugin class.
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.
A rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.
A rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.
A rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).
A rule-finding algorithm which expects the user to specify whether "automatic property setting" is desired.
A Digester rule set where the rules come from an XML file.
Worker class encapsulates loading mechanisms.
Create a SAXParser configured to support XML Schema and DTD.
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.
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.
A rule-finding algorithm which loads an xmlplugins-format file.
A RuleLoader which creates a single SetPropertiesRule and adds it to the digester when its addRules() method is invoked.
Simple utility class to assist in logging.
Expands variable references from multiple sources.
A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
Rule implementation that creates a new object and pushes it onto the object stack.
Interface for use with FactoryCreateRule.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
Creates a SAXParser based on the underlying parser.
Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.
Thrown when a bug is detected in the plugins code.
Thrown when an error occurs due to the way the calling application uses the plugins module.
Provides data and services which should exist only once per digester.
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.
A Digester rule which allows the user to pre-declare a class which is to be referenced later at a plugin point by a PluginCreateRule.
Thrown when some plugin-related error has occurred, and none of the other exception types are appropriate.
Thrown when an error occurs due to bad data in the file being parsed.
Coordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules.
A custom digester Rules manager which must be used as the Rules object when using the plugins module functionality.
Regular expression matching strategy for RegexRules.
Rules implementation that uses regular expression matching for paths.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Each concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin.
Interface for classes which can dynamically load custom plugin rules associated with a user's plugin class.
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.
Default implementation of the Rules interface that supports the standard rule matching behavior.
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.
Convenience base class that implements the RuleSet interface.
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.
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.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument.
Simple regex pattern matching algorithm.
An interface that can be implemented in order to get notifications of objects being pushed onto a digester stack or popped from one.
(Logical) Interface for substitution strategies.
Wrapper for an org.xml.sax.Attributes object which expands any "variables" referenced in the attribute value via ${foo} or similar.
An Interface describing a class capable of expanding strings which may contain variable references.
Substitutor implementation that support variable replacement for both attributes and body text.
Rules Decorator that returns default rules when no matches are returned by the wrapped implementation.
Create a SAXParser based on the underlying Xerces version.
Thrown when an error occurs while parsing XML into Digester rules.