|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.ri.model.beans.PropertyIterator
org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
public class BeanAttributeIterator
An iterator of attributes of a JavaBean. Returns bean properties as well as the "xml:lang" attribute.
Constructor Summary | |
---|---|
BeanAttributeIterator(PropertyOwnerPointer parent,
QName name)
Create a new BeanAttributeIterator. |
Method Summary | |
---|---|
NodePointer |
getNodePointer()
Get the NodePointer at the current position. |
int |
getPosition()
Get the current iterator position. |
boolean |
setPosition(int position)
Set the new current position. |
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.PropertyIterator |
---|
getPropertyPointer, prepareForIndividualProperty, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanAttributeIterator(PropertyOwnerPointer parent, QName name)
parent
- parent pointername
- name of this beanMethod Detail |
---|
public NodePointer getNodePointer()
NodeIterator
getNodePointer
in interface NodeIterator
getNodePointer
in class PropertyIterator
public int getPosition()
NodeIterator
getPosition
in interface NodeIterator
getPosition
in class PropertyIterator
public boolean setPosition(int position)
NodeIterator
setPosition
in interface NodeIterator
setPosition
in class PropertyIterator
position
- the position to set
true
if there is a node at position
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |