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 and Description |
---|
DynamicAttributeIterator(PropertyOwnerPointer parent,
QName name)
Create a new DynamicAttributeIterator.
|
Modifier and Type | Method and Description |
---|---|
protected void |
prepareForIndividualProperty(String name)
Prepare for an individual property.
|
getNodePointer, getPosition, setPosition
getPropertyPointer, reset
public DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
parent
- pointername
- to match propertiesprotected void prepareForIndividualProperty(String name)
PropertyIterator
prepareForIndividualProperty
in class PropertyIterator
name
- property nameCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.