Uses of Package
org.dom4j.rule

Packages that use org.dom4j.rule
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
A Pattern based XML rule engine which implements the full XSLT processing model while allowing any Action to be fired if a pattern matches.
 
Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model.
A collection of utility classes for the dom4j API.
Provides the core tools needed to use the XPath library
  • Classes in org.dom4j.rule used by org.dom4j
    Class
    Description
    Pattern defines the behaviour for pattern in the XSLT processing model.
  • Classes in org.dom4j.rule used by org.dom4j.rule
    Class
    Description
    Action represents some default action which should occur when a rule matches a node in the XSLT processing model.
    Mode manages a number of RuleSet instances for the mode in a stylesheet.
    NullAction represents an empty action that does nothing.
    Pattern defines the behaviour for pattern in the XSLT processing model.
    Rule matches against DOM4J Node so that some action can be performed such as in the XSLT processing model.
    RuleManager manages a set of rules such that a rule can be found for a given DOM4J Node using the XSLT processing model.
    RuleSet manages a set of rules which are sorted in order of relevance according to the XSLT defined conflict resolution policy.
  • Class
    Description
    Pattern defines the behaviour for pattern in the XSLT processing model.
  • Classes in org.dom4j.rule used by org.dom4j.tree
    Class
    Description
    Pattern defines the behaviour for pattern in the XSLT processing model.
  • Classes in org.dom4j.rule used by org.dom4j.util
    Class
    Description
    Pattern defines the behaviour for pattern in the XSLT processing model.
  • Classes in org.dom4j.rule used by org.dom4j.xpath
    Class
    Description
    Pattern defines the behaviour for pattern in the XSLT processing model.