org.exist.dom
Interface ExtNodeSet
- All Superinterfaces:
- NodeList, NodeSet, Sequence
- All Known Implementing Classes:
- NewArrayNodeSet
public interface ExtNodeSet
- extends NodeSet
| Methods inherited from interface org.exist.dom.NodeSet |
add, add, addAll, contains, deepIntersection, directSelectAttribute, except, filterDocuments, get, get, get, getAncestors, getCollectionIterator, getContextNodes, getDocumentSet, getIndexType, getParents, getProcessInReverseOrder, getSizeHint, getState, hasChanged, hasMixedContent, hasTextIndex, intersection, iterator, parentWithChild, parentWithChild, selectAncestorDescendant, selectAncestors, selectFollowing, selectFollowingSiblings, selectParentChild, selectParentChild, selectPreceding, selectPrecedingSiblings, setProcessInReverseOrder, union |
| Methods inherited from interface org.exist.xquery.value.Sequence |
add, addAll, clearContext, conversionPreference, convertTo, effectiveBooleanValue, getCardinality, getItemCount, getItemType, getStringValue, hasMany, hasOne, isCacheable, isCached, isEmpty, isPersistentSet, itemAt, iterate, nodeMoved, removeDuplicates, setIsCached, setSelfAsContext, toJavaObject, toMemNodeSet, toNodeSet, unorderedIterator |
hasDescendantsInSet
NodeProxy hasDescendantsInSet(DocumentImpl doc,
NodeId ancestorId,
boolean includeSelf,
int contextId)
iterateByDocument
ByDocumentIterator iterateByDocument()
setSorted
void setSorted(DocumentImpl document,
boolean sorted)
Copyright (C) Wolfgang Meier. All rights reserved.