| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
 Pattern defines the behaviour for pattern in the XSLT
 processing model.
 
| Field Summary | |
| static short | ANY_NODEMatches any node | 
| static double | DEFAULT_PRIORITYAccording to the spec we should return 0.5 if we cannot determine the priority | 
| static short | NONEMatches no nodes | 
| static short | NUMBER_OF_TYPESCount of the number of node types | 
| Method Summary | |
|  String | getMatchesNodeName()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 | getMatchType()DOCUMENT ME! | 
|  double | getPriority()Returns the default resolution policy of the pattern according to the XSLT conflict resolution spec . | 
|  Pattern[] | getUnionPatterns()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 | matches(Node node)DOCUMENT ME! | 
| Field Detail | 
public static final short ANY_NODE
public static final short NONE
public static final short NUMBER_OF_TYPES
public static final double DEFAULT_PRIORITY
| Method Detail | 
public boolean matches(Node node)
matches in interface NodeFilternode - DOCUMENT ME!
public double getPriority()
public Pattern[] getUnionPatterns()
public short getMatchType()
public String getMatchesNodeName()
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||