|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QName | |
|---|---|
| org.apache.xml.utils | Implementation of Xalan utility classes. |
| org.apache.xpath | Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. |
| org.apache.xpath.jaxp | |
| org.apache.xpath.operations | Support for XPath operations, such as +, -, string(), etc. |
| Uses of QName in org.apache.xml.utils |
|---|
| Methods in org.apache.xml.utils that return QName | |
|---|---|
static QName |
QName.getQNameFromString(java.lang.String name)
Given a string, create and return a QName object |
| Uses of QName in org.apache.xpath |
|---|
| Fields in org.apache.xpath declared as QName | |
|---|---|
private QName |
Arg.m_qname
Field m_qname: The name of this argument, expressed as a QName (Qualified Name) object. |
| Methods in org.apache.xpath that return QName | |
|---|---|
QName |
Arg.getQName()
Get the qualified name for this argument. |
| Methods in org.apache.xpath with parameters of type QName | |
|---|---|
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. |
| Constructors in org.apache.xpath with parameters of type QName | |
|---|---|
Arg(QName qname,
java.lang.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. |
|
| Uses of QName in org.apache.xpath.jaxp |
|---|
| Methods in org.apache.xpath.jaxp with parameters of type QName | |
|---|---|
XObject |
JAXPVariableStack.getVariableOrParam(XPathContext xctxt,
QName qname)
|
| Uses of QName in org.apache.xpath.operations |
|---|
| Fields in org.apache.xpath.operations declared as QName | |
|---|---|
protected QName |
Variable.m_qname
The qualified name of the variable. |
| Methods in org.apache.xpath.operations that return QName | |
|---|---|
QName |
Variable.getQName()
Get the qualified name of the variable. |
| Methods in org.apache.xpath.operations with parameters of type QName | |
|---|---|
void |
Variable.setQName(QName qname)
Set the qualified name of the variable. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||