|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Sequence | |
---|---|
de.fraunhofer.ipsi.ipsixq.api | |
de.fraunhofer.ipsi.ipsixq.api.impl | |
de.fraunhofer.ipsi.xquery.datamodel | |
de.fraunhofer.ipsi.xquery.functions | |
de.fraunhofer.ipsi.xquery.io |
Uses of Sequence in de.fraunhofer.ipsi.ipsixq.api |
---|
Methods in de.fraunhofer.ipsi.ipsixq.api that return Sequence | |
---|---|
Sequence |
XQIQueryHandlerDefault.getQueryResult()
Method getQueryResult |
Sequence |
XQIQueryHandler.getQueryResult()
Method getQueryResult |
Methods in de.fraunhofer.ipsi.ipsixq.api with parameters of type Sequence | |
---|---|
void |
AbstractResultHandler.datamodelObject(Sequence item)
Method datamodelObject |
void |
ResultHandler.startElement(java.lang.String qname,
Sequence attributes)
Method startElement |
void |
AbstractResultHandler.startElement(java.lang.String qname,
Sequence attributes)
Method startElement |
Uses of Sequence in de.fraunhofer.ipsi.ipsixq.api.impl |
---|
Methods in de.fraunhofer.ipsi.ipsixq.api.impl that return Sequence | |
---|---|
static Sequence |
QueryHandler.getQueryResult(StaticContext staticContext,
EvaluationContext dynamicContext,
java.util.List<de.fraunhofer.ipsi.ipsixq.coretree.CoreExpression> coreExpressions)
|
Constructors in de.fraunhofer.ipsi.ipsixq.api.impl with parameters of type Sequence | |
---|---|
XQResultSequenceImpl(Sequence sequenceImpl)
|
Uses of Sequence in de.fraunhofer.ipsi.xquery.datamodel |
---|
Subinterfaces of Sequence in de.fraunhofer.ipsi.xquery.datamodel | |
---|---|
interface |
AtomicValue
|
interface |
AttributeNode
|
interface |
CommentNode
|
interface |
DocumentNode
|
interface |
ElementNode
|
interface |
Item
|
interface |
NamespaceNode
|
interface |
Node
|
interface |
ProcessingInstructionNode
|
interface |
TextNode
|
Methods in de.fraunhofer.ipsi.xquery.datamodel that return Sequence | |
---|---|
Sequence |
Node.attributes()
Method attributes |
Sequence |
Node.children()
Method children |
Sequence |
Sequence.distinctDocOrder()
Method distinctDocOrder |
Sequence |
DatamodelManager.emptySequence()
Method emptySequence |
Sequence |
Node.namespaceNodes()
Method namespaceNodes |
Sequence |
DatamodelManager.newSequence()
Method newSequence |
Sequence |
Node.typedValue()
Method typed_value |
Methods in de.fraunhofer.ipsi.xquery.datamodel with parameters of type Sequence | |
---|---|
void |
Sequence.addAll(Sequence seq)
Method addAll |
boolean |
Sequence.deepEquals(Sequence other)
Method deepEquals |
DocumentNode |
DatamodelManager.newDocumentNode(java.lang.String uri,
Sequence children)
Method newDocumentNode |
ElementNode |
DatamodelManager.newElementNode(javax.xml.namespace.QName name,
Sequence attributes,
Sequence children,
javax.xml.namespace.QName type,
java.lang.Boolean nilled,
BidirectedEnvironment<java.lang.String,java.lang.String> inScopeNamespaces,
StaticContext context)
Method newElementNode |
Uses of Sequence in de.fraunhofer.ipsi.xquery.functions |
---|
Methods in de.fraunhofer.ipsi.xquery.functions that return Sequence | |
---|---|
Sequence |
FunctionDefinition.evaluate(Sequence[] values,
StaticContext statEnv,
EvaluationContext dynEnv)
Method evaluate |
Methods in de.fraunhofer.ipsi.xquery.functions with parameters of type Sequence | |
---|---|
Sequence |
FunctionDefinition.evaluate(Sequence[] values,
StaticContext statEnv,
EvaluationContext dynEnv)
Method evaluate |
Uses of Sequence in de.fraunhofer.ipsi.xquery.io |
---|
Methods in de.fraunhofer.ipsi.xquery.io that return Sequence | |
---|---|
Sequence |
DocumentManager.getCollection(java.lang.String systemId)
Finds a collection, is called by the collection() function. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |