com.caucho.xpath
Class UnionPattern

java.lang.Object
  |
  +--com.caucho.xpath.Pattern
        |
        +--com.caucho.xpath.UnionPattern

public class UnionPattern
extends Pattern

Implementation of the 'a|b' pattern. It's made public so XSLT can separate the left and right sides.


Fields inherited from class com.caucho.xpath.Pattern
dbg
 
Method Summary
 Pattern getLeft()
          Return left node of the union.
 Pattern getRight()
          Return right node of the union.
 java.lang.String toString()
           
 
Methods inherited from class com.caucho.xpath.Pattern
find, find, getNodeName, getPrefix, getPriority, isMatch, isMatch, select, select, toPatternString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLeft

public Pattern getLeft()
Return left node of the union.

getRight

public Pattern getRight()
Return right node of the union.

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object