Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.digester3 Classes and Interfaces - 166 results found.
NameDescriptionTypePackageFramework
AbstractMethodRuleAbstract implementation for SetNextRule, SetRootRule and SetTopRule rules.Classorg.apache.commons.digester3Apache Commons
AbstractNamespaceURIBasedRulesModuleA 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).Classorg.apache.commons.digester3.binderApache Commons
AbstractObjectCreationFactoryAbstract base class for ObjectCreationFactory implementations.Classorg.apache.commons.digester3Apache Commons
AbstractParamTypeBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
AbstractRulesImpl AbstractRuleImpl provides basic services for Rules implementations.Classorg.apache.commons.digester3Apache Commons
AbstractRulesModuleA support class for RulesModule which reduces repetition and results in a more readable configuration.Classorg.apache.commons.digester3.binderApache Commons
AddAliasBuilderClassorg.apache.commons.digester3.binderApache Commons
AddressClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
AddressClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
AddressBookClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
AddressBookClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
AnnotationHandlerIntercepts a Class visit performed by the DigesterLoader.Interfaceorg.apache.commons.digester3.annotationsApache Commons
AnnotationHandlerFactoryAn object capable of providing instances of AnnotationHandler.Interfaceorg.apache.commons.digester3.annotationsApache Commons
AnnotationUtilsSimple utility class to introspect annotations.Classorg.apache.commons.digester3.annotations.utilsApache Commons
AtomRulesModuleClassorg.apache.commons.digester3.edsl.atomApache Commons
AudioVisualClassorg.apache.commons.digester3.examples.api.catalogApache Commons
BeanPropertySetterFields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
BeanPropertySetter .ListDefines several @BeanPropertySetter annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.BeanPropertySetterApache Commons
BeanPropertySetterBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
BeanPropertySetterHandlerBeanPropertySetter handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
BeanPropertySetterRule Rule implements sets a bean property on the top object to the body text.Classorg.apache.commons.digester3Apache Commons
BookClassorg.apache.commons.digester3.examples.api.catalogApache Commons
BookFactoryThe Book class doesn't have a no-argument constructor, so the standard digester ObjectCreateRule can't be used to create instancesClassorg.apache.commons.digester3.examples.api.catalogApache Commons
ByRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ByRuleProviderBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallMethodMethods annotated with CallMethod will be bound with CallMethodRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
CallMethod .ListDefines several @CallMethod annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.CallMethodApache Commons
CallMethodBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallMethodHandlerClassorg.apache.commons.digester3.annotations.handlersApache 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.Classorg.apache.commons.digester3Apache Commons
CallParamMethods arguments annotated with CallParam will be bound with CallParamRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
CallParam .ListDefines several @CallParam annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.CallParamApache Commons
CallParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
CallParamHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
CallParamRule Rule implementation that saves a parameter for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
CaseTransformAn implementation of the Transform interface which converts all input text to either upper or lower case.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
CatalogClassorg.apache.commons.digester3.examples.api.catalogApache Commons
Channel Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
CompoundSubstitutorThis Substitutor chains two Substitutors a and b.Classorg.apache.commons.digester3.substitutionApache Commons
CompoundTransformAn implementation of the Transform interface which is configured with a sequence of subtransforms, and applies them one by one to the inputClassorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
DeclarationRepresents 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.Classorg.apache.commons.digester3.pluginsApache 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.Classorg.apache.commons.digester3Apache Commons
DigesterLoaderThis class manages the creation of Digester instances from digester rules modules.Classorg.apache.commons.digester3.binderApache Commons
DigesterLoadingExceptionThrown when errors occur while creating a Digester.Classorg.apache.commons.digester3.binderApache Commons
DigesterRuleMeta-annotation that marks an annotation as part of commons-digester.Classorg.apache.commons.digester3.annotationsApache Commons
EntryClassorg.apache.commons.digester3.annotations.atomApache Commons
EntryClassorg.apache.commons.digester3.edsl.atomApache Commons
ExtendedBaseRules Extension of RulesBase for complex schema.Classorg.apache.commons.digester3Apache Commons
FactoryCreateClasses annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
FactoryCreate .DefaultObjectCreationFactoryDummy ObjectCreationFactory type - only for annotation value type purposes.Classorg.apache.commons.digester3.annotations.rules.FactoryCreateApache Commons
FactoryCreate .ListDefines several @FactoryCreate annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.FactoryCreateApache Commons
FactoryCreateBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
FactoryCreateHandlerFactoryCreate handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
FactoryCreateRule Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.Classorg.apache.commons.digester3Apache Commons
FeedClassorg.apache.commons.digester3.annotations.atomApache Commons
FeedClassorg.apache.commons.digester3.edsl.atomApache Commons
FinderFromClassA rule-finding algorithm which expects the caller to specify a classname and methodname as plugin properties.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltClassClassorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltMethodA rule-finding algorithm which looks for a method with a specific name on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromDfltResourceA 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.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromFileA rule-finding algorithm which expects the user to specify an absolute or relative path in the plugin declaration.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromMethodA rule-finding algorithm which expects the caller to specify a methodname as a plugin property, where the method exists on the plugin class.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderFromResourceA rule-finding algorithm which expects the user to specify a resource name (ie a file in the classpath).Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FinderSetPropertiesA rule-finding algorithm which expects the user to specify whether automatic property setting is desired.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
FromAnnotationsRuleModuleClassorg.apache.commons.digester3.annotationsApache Commons
FromXmlRulesModuleClassorg.apache.commons.digester3.xmlrulesApache Commons
Image Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
InitializableRuleDefines 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.Interfaceorg.apache.commons.digester3.pluginsApache Commons
Item Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
LinkedRuleBuilderBuilder invoked to bind one or more rules to a pattern.Classorg.apache.commons.digester3.binderApache Commons
LoaderFromClassA RuleLoader which invokes a static method on a target class, leaving that method to actually instantiate and add new rules to a Digester instance.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderFromStreamA rule-finding algorithm which loads an xmlplugins-format file.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
LoaderSetPropertiesA 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.Classorg.apache.commons.digester3.plugins.strategiesApache Commons
MainClassorg.apache.commons.digester3.annotations.atomApache Commons
MainClassorg.apache.commons.digester3.edsl.atomApache Commons
MainA simple program to demonstrate the basic functionality of the Commons Digester module.Classorg.apache.commons.digester3.examples.api.addressbookApache Commons
MainA simple program to demonstrate some of the functionality of the Commons Digester module.Classorg.apache.commons.digester3.examples.api.catalogApache Commons
MainA simple program to demonstrate that the Commons Digester module can be used to trigger actions as the xml is parsed, rather than just buildClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
MainA simple test harness which demonstrates how the MarkupDigester class (plus the supporting interface/rule classes) can process document-markupClassorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
MainA simple program to demonstrate the basic functionality of the Commons Digester module with the xmlrules extension.Classorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
MarkupDigesterThis is a subclass of digester which supports rules which implement the TextSegmentHandler interface, causing the textSegment methodClassorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
MethodArgumentClass to supply the missing Java AnnotatedElement for method arguments.Classorg.apache.commons.digester3.annotations.reflectApache Commons
MultiVariableExpander Expands variable references from multiple sources.Classorg.apache.commons.digester3.substitutionApache Commons
NestedPropertiesBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
NodeCreateRuleA rule implementation that creates a DOM Node containing the XML at the element that matched the rule.Classorg.apache.commons.digester3Apache Commons
NodeCreateRuleProviderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
NodeCreateRuleProvider .NodeTypeClassorg.apache.commons.digester3.binder.NodeCreateRuleProviderApache Commons
ObjectCreateClasses annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
ObjectCreate .ListDefines several @ObjectCreate annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.ObjectCreateApache Commons
ObjectCreateBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ObjectCreateHandlerObjectCreateHandler handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
ObjectCreateRuleRule implementation that creates a new object and pushes it onto the object stack.Classorg.apache.commons.digester3Apache Commons
ObjectCreationFactory Interface for use with FactoryCreateRule.Interfaceorg.apache.commons.digester3Apache Commons
ObjectParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
ObjectParamRule Rule implementation that saves a parameter for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
PathCallParamMethods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
PathCallParam .ListDefines several @PathCallParam annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.PathCallParamApache Commons
PathCallParamBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PathCallParamHandlerPathCallParam handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
PathCallParamRule Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.Classorg.apache.commons.digester3Apache Commons
PersonClassorg.apache.commons.digester3.examples.api.addressbookApache Commons
PersonClassorg.apache.commons.digester3.examples.xmlrules.addressbookApache Commons
PipelineThis is the main class for this example.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
PluginAssertionFailureThrown when a bug is detected in the plugins code.Classorg.apache.commons.digester3.pluginsApache Commons
PluginConfigurationExceptionThrown when an error occurs due to the way the calling application uses the plugins module.Classorg.apache.commons.digester3.pluginsApache Commons
PluginContextProvides data and services which should exist only once per digester.Classorg.apache.commons.digester3.pluginsApache Commons
PluginCreateRuleAllows the original rules for parsing the configuration file to define points at which plugins are allowed, by configuring a PluginCreateRule with the appropriate pattern.Classorg.apache.commons.digester3.pluginsApache Commons
PluginCreateRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PluginDeclarationRuleA 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 * /pluginClassorg.apache.commons.digester3.pluginsApache Commons
PluginDeclarationRuleBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
PluginExceptionThrown when some plugin-related error has occurred, and none of the other exception types are appropriate.Classorg.apache.commons.digester3.pluginsApache Commons
PluginInvalidInputExceptionThrown when an error occurs due to bad data in the file being parsed.Classorg.apache.commons.digester3.pluginsApache Commons
PluginManagerCoordinates between PluginDeclarationRule and PluginCreateRule objects, providing a place to share data between instances of these rules.Classorg.apache.commons.digester3.pluginsApache Commons
PluginRulesA custom digester Rules manager which must be used as the Rules object when using the plugins module functionality.Classorg.apache.commons.digester3.pluginsApache Commons
RegexMatcherRegular expression matching strategy for RegexRules.Classorg.apache.commons.digester3Apache Commons
RegexRules Rules implementation that uses regular expression matching for paths.Classorg.apache.commons.digester3Apache Commons
RowClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
Row .ColumnAlas, 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 columnClassorg.apache.commons.digester3.examples.api.dbinsert.RowApache Commons
RowInserterRuleClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
RSSDigester designed to process input streams that conform to the Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
RuleConcrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.Classorg.apache.commons.digester3Apache Commons
RuleFinderEach concrete implementation of RuleFinder is an algorithm for locating a source of digester rules for a plugin.Classorg.apache.commons.digester3.pluginsApache Commons
RuleLoaderInterface for classes which can dynamically load custom plugin rules associated with a user's plugin class.Classorg.apache.commons.digester3.pluginsApache Commons
RuleMatcherInterfaceorg.apache.commons.digester3Apache Commons
RuleProviderAn object capable of providing instances of Rule.Interfaceorg.apache.commons.digester3.binderApache Commons
RulesPublic 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 duringInterfaceorg.apache.commons.digester3Apache Commons
RulesBase Default implementation of the Rules interface that supports the standard rule matching behavior.Classorg.apache.commons.digester3Apache Commons
RulesBinderInterfaceorg.apache.commons.digester3.binderApache 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.Interfaceorg.apache.commons.digester3Apache Commons
RuleSetBase Convenience base class that implements the RuleSet interface.Classorg.apache.commons.digester3Apache Commons
RulesFactoryWhenever 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.Classorg.apache.commons.digester3.pluginsApache Commons
RulesModuleA module is the Digester rule bindings provider.Interfaceorg.apache.commons.digester3.binderApache 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.Classorg.apache.commons.digester3Apache Commons
SetNextMethods annotated with SetNext will be bound with SetNextRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetNextBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetNextHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
SetNextRule Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.Classorg.apache.commons.digester3Apache Commons
SetPropertiesBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetPropertiesHandlerSetProperty handler.Classorg.apache.commons.digester3.annotations.handlersApache Commons
SetPropertiesRule Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.Classorg.apache.commons.digester3Apache Commons
SetPropertyFields annotated with SetProperty will be bound with SetPropertiesRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetProperty .ListDefines several @SetProperty annotations on the same element.Classorg.apache.commons.digester3.annotations.rules.SetPropertyApache Commons
SetPropertyBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetPropertyRuleClassorg.apache.commons.digester3Apache Commons
SetRootMethods annotated with SetRoot will be bound with SetRootRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetRootBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetRootHandlerClassorg.apache.commons.digester3.annotations.handlersApache Commons
SetRootRule Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.Classorg.apache.commons.digester3Apache Commons
SetTextSegmentRuleWhen a text segment is discovered, it calls a specific method on the top object on the stack.Classorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
SetTopMethods annotated with SetTop will be bound with SetTopRule digester rule.Classorg.apache.commons.digester3.annotations.rulesApache Commons
SetTop .ListDefines several @SetTop annotations on the same elementRequired Element SummaryClassorg.apache.commons.digester3.annotations.rules.SetTopApache Commons
SetTopBuilderBuilder chained when invoking LinkedRuleBuilder.Classorg.apache.commons.digester3.binderApache Commons
SetTopHandlerClassorg.apache.commons.digester3.annotations.handlersApache 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.Classorg.apache.commons.digester3Apache Commons
SimpleRegexMatcher Simple regex pattern matching algorithm.Classorg.apache.commons.digester3Apache Commons
StackActionAn 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 toInterfaceorg.apache.commons.digester3Apache Commons
SubstituteTransformAn implementation of the Transform interface which replaces all occurrences of a specified string with a different string.Classorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
Substitutor (Logical) Interface for substitution strategies.Classorg.apache.commons.digester3Apache Commons
TableClassorg.apache.commons.digester3.examples.api.dbinsertApache Commons
TextInput Rich Site Summary DTD, version 0.Classorg.apache.commons.digester3.rssApache Commons
TextSegmentHandlerInterfaceorg.apache.commons.digester3.examples.api.documentmarkupApache Commons
TransformAn interface that any user class must implement if it wishes to be plugged in at the transform tag of a pipeline configuration file.Interfaceorg.apache.commons.digester3.examples.plugins.pipelineApache Commons
VariableAttributesWrapper for an Attributes object which expands any variables referenced in the attribute value via ${foo} or similar.Classorg.apache.commons.digester3.substitutionApache Commons
VariableExpander An Interface describing a class capable of expanding strings which may contain variable references.Interfaceorg.apache.commons.digester3.substitutionApache Commons
VariableSubstitutorSubstitutor implementation that support variable replacement for both attributes and body text.Classorg.apache.commons.digester3.substitutionApache 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.Classorg.apache.commons.digester3Apache Commons