NodeIteratorpublic class DynamicAttributeIterator extends BeanAttributeIterator
DynamicAttributeIterator is different from a regular
BeanAttributeIterator in that given a property name it
will always find that property (albeit with a null value).| Constructor | Description |
|---|---|
DynamicAttributeIterator(PropertyOwnerPointer parent,
QName name) |
Create a new DynamicAttributeIterator.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
prepareForIndividualProperty(java.lang.String name) |
Prepare for an individual property.
|
getNodePointer, getPosition, setPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertyPointer, resetpublic DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
parent - pointername - to match propertiesprotected void prepareForIndividualProperty(java.lang.String name)
PropertyIteratorprepareForIndividualProperty in class PropertyIteratorname - property name