Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.digester.xmlrules: Javadoc index of package org.apache.commons.digester.xmlrules.


Package Samples:

org.apache.commons.digester.xmlrules: The xmlrules package provides for XML-based definition of rules for Digester .  

Classes:

DigesterPatternStackTest: This test case tests the behavior of DigesterRuleParser.PatternStack, a specialized stack whose toString() method returns a /-separated representation of the stack's elements. The tests ensure that DigesterRuleParser.PatternStack.toString() returns the properly formatted string.
TestDigesterRulesSource: A test class, for validating FromXmlRuleSet's ability to 'include' programmatically-created rules from within an XML rules file.
CircularIncludeException: Thrown when parsing XML into Digester rules, if a circular inclusion occurred in the xml digester rules files.
DigesterRuleParser: This is a RuleSet that parses XML into Digester rules, and then adds those rules to a 'target' Digester.
DigesterLoader: This class manages the creation of Digester instances from XML digester rules files.
DigesterRulesSource: Interface for classes that initialize a Digester Rules object with Digester Rules.
DigesterLoadingException: Thrown when an error occurs while parsing XML into Digester rules.
XmlLoadException: Thrown when an error occurs while parsing XML into Digester rules.
ThrowExceptionCreationFactory: Object creation factory used for testing exception propagation.
FromXmlRuleSet: A Digester rule set where the rules come from an XML file.
TestObject: Test harness object for holding results of digestion.
DigesterLoaderRulesTest: Tests for digester loader rule implementations,
DigesterLoaderTest: Tests loading Digester rules from an XML file.
DigesterLoaderTestSuite: Tests loading Digester rules from an XML file.
FromXmlRuleSetTest: Tests loading Digester rules from an XML file.
CallParamTestObject: Object for use with testing call param rules.

Home | Contact Us | Privacy Policy | Terms of Service