| Package | Description |
|---|---|
| jdk7u.jaxp.org.apache.xalan.external.extensions |
Implementation of Xalan Extension Mechanism.
|
| jdk7u.jaxp.org.apache.xml.external.utils |
Implementation of Xalan utility classes.
|
| jdk7u.jaxp.org.apache.xpath.external |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| jdk7u.jaxp.org.apache.xpath.external.jaxp | |
| jdk7u.jaxp.org.apache.xpath.external.operations |
Support for XPath operations, such as +, -, string(), etc.
|
| Modifier and Type | Method and Description |
|---|---|
XObject |
ExpressionContext.getVariableOrParam(QName qname)
Get a variable based on it's qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
static QName |
QName.getQNameFromString(String name)
Given a string, create and return a QName object
|
| Modifier and Type | Method and Description |
|---|---|
QName |
Arg.getQName()
Get the qualified name for this argument.
|
| Modifier and Type | Method and Description |
|---|---|
XObject |
XPathContext.XPathExpressionContext.getVariableOrParam(QName qname)
Get a variable based on it's qualified name.
|
XObject |
VariableStack.getVariableOrParam(XPathContext xctxt,
QName qname)
Get a variable based on it's qualified name.
|
void |
Arg.setQName(QName name)
Set the qualified name for this argument.
|
| Constructor and Description |
|---|
Arg(QName qname,
String expression,
boolean isFromWithParam)
Construct a parameter argument that contains an expression.
|
Arg(QName qname,
XObject val)
Construct a parameter argument which has an XObject value.
|
Arg(QName qname,
XObject val,
boolean isFromWithParam)
Construct a parameter argument.
|
| Modifier and Type | Method and Description |
|---|---|
XObject |
JAXPVariableStack.getVariableOrParam(XPathContext xctxt,
QName qname) |
| Modifier and Type | Field and Description |
|---|---|
protected QName |
Variable.m_qname
The qualified name of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
QName |
Variable.getQName()
Get the qualified name of the variable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Variable.setQName(QName qname)
Set the qualified name of the variable.
|
Copyright © 2018–2021 mhoffrogge. All rights reserved.