org.apache.xalan.xsltc.compiler
public abstract class LocationPathPattern extends Pattern
| Method Summary | |
|---|---|
| int | getAxis() |
| double | getDefaultPriority() |
| abstract StepPattern | getKernelPattern() |
| double | getPriority() |
| Template | getTemplate() |
| abstract boolean | isWildcard() |
| boolean | noSmallerThan(LocationPathPattern other)
This method is used by the Mode class to prioritise patterns and
template. |
| abstract void | reduceKernelPattern() |
| void | setTemplate(Template template) |
| String | toString() |
| void | translate(ClassGenerator classGen, MethodGenerator methodGen) |
| Type | typeCheck(SymbolTable stable) |