Class DynaBeanPointer

All Implemented Interfaces:
Serializable, Cloneable, Comparable, Pointer

A Pointer that points to a DynaBean. If the target DynaBean is Serializable, so should this instance be.
See Also:
  • Constructor Details

    • DynaBeanPointer

      public DynaBeanPointer(NodePointer parent, QName qName, org.apache.commons.beanutils.DynaBean dynaBean)
      Constructs a new DynaBeanPointer.
      Parameters:
      parent - pointer
      qName - is the name given to the first node
      dynaBean - pointed
    • DynaBeanPointer

      public DynaBeanPointer(QName qName, org.apache.commons.beanutils.DynaBean dynaBean, Locale locale)
      Constructs a new DynaBeanPointer.
      Parameters:
      qName - is the name given to the first node
      dynaBean - pointed
      locale - Locale
  • Method Details