Pattern defines the behaviour for pattern in the XSLT
processing model.
| Field Summary | |
|---|---|
| static short |
Matches any node |
| static double |
According to the spec we should return 0.5 if we cannot determine the priority |
| static short |
Matches no nodes |
| static short |
Count of the number of node types |
| Method Summary | |
|---|---|
| String |
For patterns which only match an ATTRIBUTE_NODE or an ELEMENT_NODE then this pattern may return the name of the element or attribute it matches. |
| short |
DOCUMENT ME! |
| double |
Returns the default resolution policy of the pattern according to the XSLT conflict resolution spec . |
| Pattern[] |
If this pattern is a union pattern then this method should return an array of patterns which describe the union pattern, which should contain more than one pattern. |
| boolean |
DOCUMENT ME! |
public static
double
DEFAULT_PRIORITY
public
double
getPriority
(
)