public class SimplePositionalPatternADJ extends PatternADJ
pattern
Constructor and Description |
---|
SimplePositionalPatternADJ(Pattern p) |
Modifier and Type | Method and Description |
---|---|
Pattern |
applyAxis(byte axis)
Convert a pattern to apply to nodes along a given axis.
|
Pattern |
optimizeForName(int i)
Optimize a pattern with respect to a named node (element or attribute).
|
Pattern |
optimizeForType(int i)
Optimize a pattern with respect to a typed node.
|
copyLocationInfo, evaluateAgainstBoolean, export, getPatternPreconditions, getPreconditions, getRetainedStaticContext, optimizePattern, optimizePattern, unify, unifyingBindings
getExpressionAdjunct, getNodeTestAdjunct, getPatternAdjunct, index, processRewrites
public SimplePositionalPatternADJ(Pattern p)
public Pattern optimizeForName(int i)
PatternADJ
optimizeForName
in class PatternADJ
i
- the fingerprint of the name of the node to be matched.public Pattern optimizeForType(int i)
PatternADJ
optimizeForType
in class PatternADJ
i
- the type of the node to be matched.public Pattern applyAxis(byte axis)
PatternADJ
applyAxis
in class PatternADJ
axis
- The axis to mode this pattern toCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.