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

Quick Search    Search Deep

Package org.dom4j.rule.pattern

A org.dom4j.rule.Pattern based XML rule engine which implements the full XSLT processing model while allowing any org.dom4j.rule.Action to be fired if a pattern matches.

See:
          Description

Class Summary
DefaultPattern DefaultPattern a default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern.
NodeTypePattern NodeTypePattern implements a Pattern which matches any node of the given node type.
 

Package org.dom4j.rule.pattern Description

A org.dom4j.rule.Pattern based XML rule engine which implements the full XSLT processing model while allowing any org.dom4j.rule.Action to be fired if a pattern matches. This package can be used as a the base for a full XSLT implementation or alternatives, such as a JSP custom tag implementation of XSLT.