Library:Apache Jakarta Commons Digester
Version:1.7
Compatibility:JDK 1.4
Interfaces in library Apache Jakarta Commons Digester.
NamePackageDescription
DigesterRulesSourceorg.apache.commons.digester.xmlrulesInterface for classes that initialize a Digester Rules object with Digester Rules.
InitializableRuleorg.apache.commons.digester.pluginsDefines 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.
ObjectCreationFactoryorg.apache.commons.digester

Interface for use with FactoryCreateRule .

Rulesorg.apache.commons.digesterPublic 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.
RuleSetorg.apache.commons.digester

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.

VariableExpanderorg.apache.commons.digester.substitution

An Interface describing a class capable of expanding strings which may contain variable references.

Search