Overview Package Class Use Tree Deprecated Index Help
Prev Class Next Class Frames NoFrames All Classes
Summary: Nested Field Constr Method Detail: Field Constr Method
com.icl.saxon
public class Mode extends Object
Author:
Parameters: p a Pattern obj the Object to return from getRule() when the supplied element matches this Pattern Parameters: node the NodeInfo referring to the node to be matched Returns: the object (e.g. a NodeHandler) registered for that element, if any (otherwise null). Parameters: node the NodeInfo referring to the node to be matched Returns: the object (e.g. a NodeHandler) registered for that element, if any (otherwise null). Constructor Summary Mode()
Method Summary void addRule(Pattern p, Object obj, int precedence, double priority) int getList(int fingerprint, int type) int getNameCode() Object getRule(NodeInfo node, Context context) Object getRule(NodeInfo node, int min, int max, Context context) void setNameCode(int nameCode) Constructor Detail
Mode
Method Detail
addRule
The rule effectively replaces any other rule for the same pattern/mode at the same or a lower
priority.getList
getNameCode
getRule
getRule
setNameCode