Uses of Class
com.caucho.xpath.Pattern

Packages that use Pattern
com.caucho.xpath Finding and selecting XML nodes using XSL patterns. 
com.caucho.xsl The XSLT transformation package. 
 

Uses of Pattern in com.caucho.xpath
 

Methods in com.caucho.xpath that return Pattern
static Pattern XPath.parseMatch(java.lang.String query)
          Create a node match pattern.
static Pattern XPath.parseMatch(java.lang.String query, NamespaceContext namespace)
          Create a node match pattern.
static Pattern XPath.parseSelect(java.lang.String query)
          Create a node selection pattern.
static Pattern XPath.parseSelect(java.lang.String query, NamespaceContext namespace)
          Create a node selection pattern.
 

Uses of Pattern in com.caucho.xsl
 

Fields in com.caucho.xsl declared as Pattern
protected  Pattern[] JavaStylesheet.patterns