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

Quick Search    Search Deep

Package org.dom4j.rule

Interface Summary
Action Action represents some default action which should occur when a rule matches a node in the XSLT processing model.
Pattern Pattern defines the behaviour for pattern in the XSLT processing model.
 

Class Summary
Mode Mode manages a number of RuleSet instances for the mode in a stylesheet.
NullAction NullAction represents an empty action that does nothing.
PriorityTest Tests the priority behaviour of Pattern.
Rule Rule matches against DOM4J Node so that some action can be performed such as in the XSLT processing model.
RuleManager RuleManager manages a set of rules such that a rule can be found for a given DOM4J Node using the XSLT processing model.
RuleSet RuleSet manages a set of rules which are sorted in order of relevance according to the XSLT defined conflict resolution policy.
RuleTest Tests the ordering of Rules
Stylesheet Stylesheet implements an XSLT stylesheet such that rules can be added to the stylesheet and the stylesheet can be applied to a source document or node.
StylesheetTest A test harness to test the use of the Stylesheet and the XSLT rule engine.