Class BeanPointer

All Implemented Interfaces:
Serializable, Cloneable, Comparable, Pointer

public class BeanPointer extends PropertyOwnerPointer
A Pointer that points to a JavaBean or a collection. It is either the first element of a path or a pointer for a property value. Typically there is a BeanPropertyPointer between two BeanPointers in the chain.
Version:
$Revision: 670727 $ $Date: 2008-06-23 15:10:38 -0500 (Mon, 23 Jun 2008) $
Author:
Dmitri Plotnikov
See Also:
  • Constructor Details

    • BeanPointer

      public BeanPointer(QName name, Object bean, JXPathBeanInfo beanInfo, Locale locale)
      Create a new BeanPointer.
      Parameters:
      name - is the name given to the first node
      bean - pointed
      beanInfo - JXPathBeanInfo
      locale - Locale
    • BeanPointer

      public BeanPointer(NodePointer parent, QName name, Object bean, JXPathBeanInfo beanInfo)
      Create a new BeanPointer.
      Parameters:
      parent - pointer
      name - is the name given to the first node
      bean - pointed
      beanInfo - JXPathBeanInfo
  • Method Details