|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.novell.xsl.pattern.OrPattern
Implements XSLT functionality for production: [1] Pattern ::= Pattern '|' LocationPathPattern
| Field Summary |
| Fields inherited from interface com.novell.xsl.pattern.Pattern |
ANY_TARGET, ATTRIBUTE_NAMED_TARGET, ATTRIBUTE_WILDCARD_TARGET, COMMENT_TARGET, ELEMENT_NAMED_TARGET, ELEMENT_WILDCARD_TARGET, NAMESPACE_TARGET, PI_TARGET, ROOT_TARGET, TEXT_TARGET |
| Constructor Summary | |
OrPattern(Pattern lhs,
Pattern rhs)
Construct an OrPattern for the passed left-side and right-side patterns. |
|
| Method Summary | |
void |
dump(PrintWriter writer,
int indent)
Print the pattern in a readable form for debugging. |
double |
getDefaultPriority()
Return the default priority for this pattern. |
Pattern[] |
getPatterns()
Return each alternative pattern from the OrPattern in an array of Patterns. |
int |
getTarget()
Return the target type of this Pattern. |
ExpandedQName |
getTargetName()
Return the name of the patterns target, if there is a target name. |
boolean |
match(Node node,
ExpressionContext context)
Return true or false depending on whether the passed node matches the XSLT Pattern or not. |
String |
toString()
Provide a readable description for debugging. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public OrPattern(Pattern lhs,
Pattern rhs)
lhs - The left-hand-side pattern.rhs - The right-hand-side pattern.| Method Detail |
public String toString()
public boolean match(Node node,
ExpressionContext context)
throws XPathEvaluationException
match in interface Patternnode - The node to match.context - The context for matching.
XPathEvaluationExceptionpublic double getDefaultPriority()
getDefaultPriority in interface Patternpublic int getTarget()
getTarget in interface Patternpublic ExpandedQName getTargetName()
getTargetName in interface Pattern
public void dump(PrintWriter writer,
int indent)
dump in interface Patternwriter - The output device.indent - Number of tabs to indent the result.public Pattern[] getPatterns()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||