public class SourceElementAttributeIterator extends Object implements org.apache.commons.jxpath.ri.model.NodeIterator
Constructor and Description |
---|
SourceElementAttributeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent,
org.apache.commons.jxpath.ri.QName qName)
Create a new SourceElementAttributeIterator.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.jxpath.ri.model.NodePointer |
getNodePointer() |
int |
getPosition() |
boolean |
setPosition(int position) |
public SourceElementAttributeIterator(org.apache.commons.jxpath.ri.model.NodePointer parent, org.apache.commons.jxpath.ri.QName qName)
parent
- the parent pointerqName
- the name to testpublic org.apache.commons.jxpath.ri.model.NodePointer getNodePointer()
getNodePointer
in interface org.apache.commons.jxpath.ri.model.NodeIterator
public int getPosition()
getPosition
in interface org.apache.commons.jxpath.ri.model.NodeIterator
public boolean setPosition(int position)
setPosition
in interface org.apache.commons.jxpath.ri.model.NodeIterator
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.