Class BeanAttributeIterator

java.lang.Object
org.apache.commons.jxpath.ri.model.beans.PropertyIterator
org.apache.commons.jxpath.ri.model.beans.BeanAttributeIterator
All Implemented Interfaces:
NodeIterator
Direct Known Subclasses:
DynamicAttributeIterator

public class BeanAttributeIterator extends PropertyIterator
An iterator of attributes of a JavaBean. Returns bean properties as well as the "xml:lang" attribute.
Version:
$Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
  • Field Details

    • parent

      private NodePointer parent
    • position

      private int position
    • includeXmlLang

      private boolean includeXmlLang
  • Constructor Details

    • BeanAttributeIterator

      public BeanAttributeIterator(PropertyOwnerPointer parent, QName name)
      Create a new BeanAttributeIterator.
      Parameters:
      parent - parent pointer
      name - name of this bean
  • Method Details