Package | Description |
---|---|
com.caucho.jsp.java | |
com.caucho.xpath |
Finding and selecting XML nodes using XSL patterns.
|
com.caucho.xsl |
The XSLT transformation package.
|
com.caucho.xsl.java |
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
JspNode.getNamespaceContext()
Returns the XPath namespace context.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
JavaJspGenerator.addXPathExpr(java.lang.String value,
NamespaceContext ns)
Adds an expression to the expression list.
|
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
NamespaceContext.getPrev() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
NamespaceContext.find(NamespaceContext ns,
java.lang.String prefix) |
static Expr |
XPath.parseExpr(java.lang.String query,
NamespaceContext namespace)
Parses an XPath expression for later evaluation.
|
static Expr |
XPath.parseExpr(java.lang.String query,
NamespaceContext namespace,
AbstractPattern nodeList)
Parses an XPath expression for later evaluation.
|
static Pattern |
XPath.parseMatch(java.lang.String query,
NamespaceContext namespace)
Create a node match pattern.
|
static Pattern |
XPath.parseSelect(java.lang.String query,
NamespaceContext namespace)
Create a node selection pattern.
|
Constructor and Description |
---|
NamespaceContext(NamespaceContext prev,
java.lang.String prefix,
java.lang.String url) |
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext[] |
JavaStylesheet._namespaces |
Modifier and Type | Method and Description |
---|---|
int |
JavaGenerator.addNamespace(NamespaceContext namespace) |
void |
JavaGenerator.printNamespace(NamespaceContext namespace) |
XMLWriter |
XslWriter.pushAttribute(java.lang.String name,
NamespaceContext namespace)
Adds a new attribute with the given name to the current node, making
the attribute the current node.
|
void |
XslWriter.pushElement(java.lang.String name,
NamespaceContext namespace)
Adds a new element to the current node, making the new element the
current node.
|
void |
XslWriter.setAttribute(java.lang.String name,
NamespaceContext namespace,
java.lang.String value)
Adds a new attribute with the given name to the current node, making
the attribute the current node.
|
Modifier and Type | Field and Description |
---|---|
protected NamespaceContext |
XslNode._matchNamespace |
protected NamespaceContext |
XslNode._outputNamespace |
Modifier and Type | Method and Description |
---|---|
NamespaceContext |
XslNode.getMatchNamespace()
Returns the namespaces.
|
NamespaceContext |
XslNode.getOutputNamespace()
Returns the namespaces.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XslNode.printNamespace(JavaWriter out,
NamespaceContext namespace) |