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.NodeIteratorpublic int getPosition()
getPosition in interface org.apache.commons.jxpath.ri.model.NodeIteratorpublic boolean setPosition(int position)
setPosition in interface org.apache.commons.jxpath.ri.model.NodeIteratorCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.