org.exist.dom
Interface ExtNodeSet

All Superinterfaces:
NodeList, NodeSet, Sequence
All Known Implementing Classes:
ExtArrayNodeSet, NewArrayNodeSet

public interface ExtNodeSet
extends NodeSet


Field Summary
 
Fields inherited from interface org.exist.dom.NodeSet
ANCESTOR, DESCENDANT, EMPTY_SET, FOLLOWING, PRECEDING
 
Fields inherited from interface org.exist.xquery.value.Sequence
EMPTY_SEQUENCE
 
Method Summary
 NodeProxy hasDescendantsInSet(DocumentImpl doc, NodeId ancestorId, boolean includeSelf, int contextId)
           
 ByDocumentIterator iterateByDocument()
           
 
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, toNodeSet, unorderedIterator
 
Methods inherited from interface org.w3c.dom.NodeList
getLength, item
 

Method Detail

hasDescendantsInSet

NodeProxy hasDescendantsInSet(DocumentImpl doc,
                              NodeId ancestorId,
                              boolean includeSelf,
                              int contextId)

iterateByDocument

ByDocumentIterator iterateByDocument()


Copyright (C) Wolfgang Meier. All rights reserved.