Class DynamicAttributeIterator

All Implemented Interfaces:
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 Details

    • DynamicAttributeIterator

      public DynamicAttributeIterator(PropertyOwnerPointer parent, QName qName)
      Constructs a new DynamicAttributeIterator.
      Parameters:
      parent - pointer
      qName - to match properties
  • Method Details