org.exist.xquery
Class Variable
java.lang.Object
org.exist.xquery.Variable
- Direct Known Subclasses:
- LocalVariable
- public class Variable
- extends java.lang.Object
An XQuery/XPath variable, consisting of a QName and a value.
- Author:
- wolf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Variable
public Variable(QName qname)
setValue
public void setValue(Sequence value)
getValue
public Sequence getValue()
getQName
public QName getQName()
getType
public int getType()
setSequenceType
public void setSequenceType(SequenceType type)
getSequenceType
public SequenceType getSequenceType()
toString
public java.lang.String toString()
getDependencies
public int getDependencies(XQueryContext context)
getCardinality
public int getCardinality()
setStackPosition
public void setStackPosition(int position)
getContextDocs
public DocumentSet getContextDocs()
setContextDocs
public void setContextDocs(DocumentSet docs)
checkType
public void checkType()
throws XPathException
- Throws:
XPathException
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.