Element Interface

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

This interface is used in OSGI HengSin/2Pack.

Interface variables

  • Each element in the xml is cast to an interface that has:
    • children elements
    • properties elements
    • parent element
    • attributes attributes
    • qName string
    • localName string
    • defer flag
  • During PackInHandler final stage at processElement, the Element object will have stored the whole XML content.