Package org.dom4j.rule
package org.dom4j.rule
-
ClassDescription
Actionrepresents some default action which should occur when a rule matches a node in the XSLT processing model.Modemanages a number of RuleSet instances for the mode in a stylesheet.NullActionrepresents an empty action that does nothing.Patterndefines the behaviour for pattern in the XSLT processing model.Rulematches against DOM4J Node so that some action can be performed such as in the XSLT processing model.RuleManagermanages a set of rules such that a rule can be found for a given DOM4J Node using the XSLT processing model.RuleSetmanages a set of rules which are sorted in order of relevance according to the XSLT defined conflict resolution policy.Stylesheetimplements an XSLT stylesheet such that rules can be added to the stylesheet and the stylesheet can be applied to a source document or node.