public class AttributeIterator extends AxisIterator
_axis, _lastNode, _match, _next, _node, _parentIter_contextNode, _env, _position, _size, log| Constructor and Description |
|---|
AttributeIterator(NodeIterator parentIter,
AbstractPattern axis,
org.w3c.dom.Node node,
ExprEnvironment env,
AbstractPattern match)
Creates the new AxisIterator.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
clones the iterator
|
SelectedNode |
nextSelectedNode()
Returns the next selected node.
|
java.lang.String |
toString() |
getContextSize, hasNext, nextNodecopy, getContextNode, getContextPosition, getCurrentNode, getFunction, getOwnerDocument, getPositionIndex, getStylesheetEnv, getVar, next, remove, setContextNode, setMorePositions, stringValue, systemPropertypublic AttributeIterator(NodeIterator parentIter, AbstractPattern axis, org.w3c.dom.Node node, ExprEnvironment env, AbstractPattern match) throws XPathException
parentIter - the parent iteratoraxis - the owning axisnode - the first nodeenv - the xpath environmentcontext - the context nodematch - the node matching patternXPathExceptionpublic SelectedNode nextSelectedNode() throws XPathException
nextSelectedNode in class NodeIteratorXPathExceptionpublic java.lang.Object clone()
NodeIteratorclone in class AxisIteratorpublic java.lang.String toString()
toString in class AxisIterator