NodeIterator
public 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, setPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPropertyPointer, reset
public DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
parent
- pointername
- to match propertiesprotected void prepareForIndividualProperty(java.lang.String name)
PropertyIterator
prepareForIndividualProperty
in class PropertyIterator
name
- property name