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

Quick Search    Search Deep

org.dom4j.rule.pattern: Javadoc index of package org.dom4j.rule.pattern.


Package Samples:

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.  

Classes:

DefaultPattern: DefaultPattern a default implementation of Pattern which can take any XPath implementation or NodeFilter for defining the pattern. WARNING this implementation causes a worst case, brute force XSLT rule evaluation to be performed. Wherever possible the methods getPriority() 55 , getMatchType() 55 and getMatchesNodeName() 55 should be overloaded to allow more rule filtering to occur.
NodeTypePattern: NodeTypePattern implements a Pattern which matches any node of the given node type.

Home | Contact Us | Privacy Policy | Terms of Service