org.exist.xquery.value
Interface MemoryNodeSet
- All Superinterfaces:
- Sequence
- All Known Implementing Classes:
- InMemoryNodeSet, ValueSequence
public interface MemoryNodeSet
- extends Sequence
| 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 |
EMPTY
static final MemoryNodeSet EMPTY
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.