Uses of Class org.dom4j.rule.Rule

Uses in package org.dom4j.rule

Constructors with parameter type org.dom4j.rule.Rule

Rule.Rule(Rule that, Pattern pattern)
Constructs a new Rule with the same instance data as the given rule but a different pattern.

Methods with parameter type org.dom4j.rule.Rule

void
void
void
void
Add a rule to this stylesheet.
Map
Mode.addToNameMap(Map map, String name, Rule rule)
Adds the Rule to a RuleSet for the given name.
int
Compares two rules in XSLT processing model order assuming that the modes are equal.
void
Mode.removeFromNameMap(Map map, String name, Rule rule)
void
void
void
void
Removes the specified rule from this stylesheet.

Methods with return type org.dom4j.rule.Rule

Rule
Rule
RuleManager.getMatchingRule(String modeName, Node node)
Performs an XSLT processing model match for the rule which matches the given Node the best.
Rule
Performs an XSLT processing model match for the rule which matches the given Node the best.
Rule
Performs an XSLT processing model match for the rule which matches the given Node the best.
Rule[]
Returns an array of sorted rules.
Rule[]
If this rule contains a union pattern then this method should return an array of Rules which describe the union rule, which should contain more than one rule.

Copyright B) 2005 MetaStuff Ltd. All Rights Reserved. Hosted by

SourceForge Logo