|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocationPathPattern | |
|---|---|
| org.apache.xalan.xsltc.compiler | |
| Uses of LocationPathPattern in org.apache.xalan.xsltc.compiler |
|---|
| Subclasses of LocationPathPattern in org.apache.xalan.xsltc.compiler | |
|---|---|
(package private) class |
AbsolutePathPattern
|
(package private) class |
AncestorPattern
|
(package private) class |
IdKeyPattern
|
(package private) class |
IdPattern
|
(package private) class |
KeyPattern
|
(package private) class |
ParentPattern
|
(package private) class |
ProcessingInstructionPattern
|
(package private) class |
RelativePathPattern
|
(package private) class |
StepPattern
|
| Fields in org.apache.xalan.xsltc.compiler declared as LocationPathPattern | |
|---|---|
private LocationPathPattern |
Mode._rootPattern
A reference to the pattern matching the root node. |
| Methods in org.apache.xalan.xsltc.compiler that return LocationPathPattern | |
|---|---|
private LocationPathPattern |
TestSeq.getPattern(int n)
Returns pattern n in this test sequence |
| Methods in org.apache.xalan.xsltc.compiler with parameters of type LocationPathPattern | |
|---|---|
private void |
Mode.addPattern(int kernelType,
LocationPathPattern pattern)
Adds a pattern to a pattern group |
private void |
Mode.addPatternToGroup(LocationPathPattern lpp)
Group patterns by NodeTests of their last Step Keep them sorted by priority within group |
boolean |
LocationPathPattern.noSmallerThan(LocationPathPattern other)
This method is used by the Mode class to prioritise patterns and template. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||