Package | Description |
---|---|
com.caucho.xpath |
Finding and selecting XML nodes using XSL patterns.
|
com.caucho.xsl |
The XSLT transformation package.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Pattern[] |
JavaStylesheet.patterns |