org.exist.xquery.value
Interface MemoryNodeSet

All Superinterfaces:
Sequence
All Known Implementing Classes:
InMemoryNodeSet, ValueSequence

public interface MemoryNodeSet
extends Sequence


Field Summary
static MemoryNodeSet EMPTY
           
 
Fields inherited from interface org.exist.xquery.value.Sequence
EMPTY_SEQUENCE
 
Method Summary
 Sequence getAncestors(boolean includeSelf, NodeTest test)
           
 Sequence getAttributes(NodeTest test)
           
 Sequence getChildren(NodeTest test)
           
 Sequence getDescendantAttributes(NodeTest test)
           
 Sequence getDescendants(boolean includeSelf, NodeTest test)
           
 Sequence getFollowing(NodeTest test)
           
 Sequence getFollowingSiblings(NodeTest test)
           
 Sequence getParents(NodeTest test)
           
 Sequence getPreceding(NodeTest test)
           
 Sequence getPrecedingSiblings(NodeTest test)
           
 Sequence getSelf(NodeTest test)
           
 
Methods inherited from interface org.exist.xquery.value.Sequence
add, addAll, clearContext, conversionPreference, convertTo, effectiveBooleanValue, getCardinality, getCollectionIterator, getDocumentSet, getItemCount, getItemType, getState, getStringValue, hasChanged, hasMany, hasOne, isCacheable, isCached, isEmpty, isPersistentSet, itemAt, iterate, nodeMoved, removeDuplicates, setIsCached, setSelfAsContext, toJavaObject, toMemNodeSet, toNodeSet, unorderedIterator
 

Field Detail

EMPTY

static final MemoryNodeSet EMPTY
Method Detail

getAttributes

Sequence getAttributes(NodeTest test)
                       throws XPathException
Throws:
XPathException

getDescendantAttributes

Sequence getDescendantAttributes(NodeTest test)
                                 throws XPathException
Throws:
XPathException

getChildren

Sequence getChildren(NodeTest test)
                     throws XPathException
Throws:
XPathException

getDescendants

Sequence getDescendants(boolean includeSelf,
                        NodeTest test)
                        throws XPathException
Throws:
XPathException

getAncestors

Sequence getAncestors(boolean includeSelf,
                      NodeTest test)
                      throws XPathException
Throws:
XPathException

getParents

Sequence getParents(NodeTest test)
                    throws XPathException
Throws:
XPathException

getSelf

Sequence getSelf(NodeTest test)
                 throws XPathException
Throws:
XPathException

getPrecedingSiblings

Sequence getPrecedingSiblings(NodeTest test)
                              throws XPathException
Throws:
XPathException

getPreceding

Sequence getPreceding(NodeTest test)
                      throws XPathException
Throws:
XPathException

getFollowingSiblings

Sequence getFollowingSiblings(NodeTest test)
                              throws XPathException
Throws:
XPathException

getFollowing

Sequence getFollowing(NodeTest test)
                      throws XPathException
Throws:
XPathException


Copyright (C) Wolfgang Meier. All rights reserved.