Uses of Interface
org.basex.query.util.fingertree.NodeLike
Packages that use NodeLike
-
Uses of NodeLike in org.basex.query.util.fingertree
Subinterfaces of NodeLike in org.basex.query.util.fingertreeMethods in org.basex.query.util.fingertree that return NodeLikeModifier and TypeMethodDescriptionTreeSlice.getPartial()Getter for a contained partial node, should only be called ifTreeSlice.isTree()returnsfalse.Removes the element at the given position in this node.Node.slice(long off, long len) Extracts a sub-tree containing the elements at positionsoff .. off + len - 1from the tree rooted at this node.Methods in org.basex.query.util.fingertree with parameters of type NodeLike