|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.expression |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.expression that return QNameExpr | |
---|---|
QNameExpr |
XQueryPragma.getName()
Returns Name |
Constructors in de.fraunhofer.ipsi.xquery.tree.expression with parameters of type QNameExpr | |
---|---|
XQueryPragma(PositionInfo pos,
QNameExpr name,
java.lang.String content)
|
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.primary |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.primary that return QNameExpr | |
---|---|
QNameExpr |
XQueryFunctionCall.getFunctionName()
Method getFunctionName |
QNameExpr |
XQueryVariable.getName()
Method getName |
Constructors in de.fraunhofer.ipsi.xquery.tree.primary with parameters of type QNameExpr | |
---|---|
XQueryFunctionCall(PositionInfo pos,
QNameExpr n,
java.util.List<XQueryExpression> l)
Constructor |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.prolog |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.prolog that return QNameExpr | |
---|---|
QNameExpr |
XQueryFunctionDecl.getName()
Method getName |
QNameExpr |
XQueryOptionDecl.getOption()
Method getOption |
QNameExpr |
XQueryVarDecl.getSignature()
Method getSignature |
Methods in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type QNameExpr | |
---|---|
void |
XQueryVarDecl.setSignature(QNameExpr name)
Method setSignature |
Constructors in de.fraunhofer.ipsi.xquery.tree.prolog with parameters of type QNameExpr | |
---|---|
XQueryFunctionDecl(PositionInfo pos,
QNameExpr name,
java.util.List<XQueryParameter> params,
XQuerySequenceType type)
Constructor |
|
XQueryFunctionDecl(PositionInfo pos,
QNameExpr name,
java.util.List<XQueryParameter> params,
XQuerySequenceType type,
java.util.List<XQueryExpression> body)
Constructor |
|
XQueryOptionDecl(PositionInfo pos,
QNameExpr option,
java.lang.String literal)
Constructor |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.types |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.types that return QNameExpr | |
---|---|
QNameExpr |
XQueryElementTest.getName()
Method getName |
QNameExpr |
XQueryAttributeTest.getName()
Method getName |
QNameExpr |
XQueryAtomicType.getName()
Method getName |
QNameExpr |
XQueryElementTest.getSchemaType()
Method getSchemaType |
QNameExpr |
XQueryAttributeTest.getSchemaType()
Method getSchemaType |
Constructors in de.fraunhofer.ipsi.xquery.tree.types with parameters of type QNameExpr | |
---|---|
XQueryAtomicType(PositionInfo pos,
QNameExpr qname)
Constructor |
|
XQueryAttributeTest(PositionInfo pos,
QNameExpr name,
QNameExpr type)
Constructor |
|
XQueryElementTest(PositionInfo pos,
QNameExpr name,
QNameExpr type,
boolean nillable)
Constructor |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.xml |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xml that return QNameExpr | |
---|---|
QNameExpr |
XQueryElementConstructor.getName()
Method getName |
QNameExpr |
XQueryComputedConstructorAbstract.getName()
Method getName |
QNameExpr |
XQueryAttribute.getName()
Method getName |
Constructors in de.fraunhofer.ipsi.xquery.tree.xml with parameters of type QNameExpr | |
---|---|
XQueryAttribute(PositionInfo pos,
QNameExpr x,
java.util.List<XQueryExpression> cont)
Constructor |
|
XQueryComputedAttributeConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryExpression> content)
Constructor |
|
XQueryComputedConstructorAbstract(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryExpression> content)
Constructor |
|
XQueryComputedElementConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryExpression> content)
Constructor |
|
XQueryElementConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryAttribute> attributes)
Constructor |
|
XQueryElementConstructor(PositionInfo pos,
QNameExpr namespec,
java.util.List<XQueryAttribute> attributes,
java.util.List<XQueryExpression> content)
Constructor |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.tree.xpath |
---|
Methods in de.fraunhofer.ipsi.xquery.tree.xpath that return QNameExpr | |
---|---|
QNameExpr |
XQueryNameTest.getName()
Method getName |
Constructors in de.fraunhofer.ipsi.xquery.tree.xpath with parameters of type QNameExpr | |
---|---|
XQueryNameTest(PositionInfo pos,
QNameExpr name)
Constructor |
Uses of QNameExpr in de.fraunhofer.ipsi.xquery.util |
---|
Methods in de.fraunhofer.ipsi.xquery.util with parameters of type QNameExpr | |
---|---|
static javax.xml.namespace.QName |
UtilityFunctions.expand(QNameExpr qname,
PositionInfo pos,
StaticContext context,
NamespaceEnum source)
Method expand |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |