Adempiere 3.5.2a

org.adempiere.pipo
Class Element

java.lang.Object
  extended by org.adempiere.pipo.Element

public class Element
extends Object

XML element structure

Author:
Low Heng Sin

Field Summary
 Attributes attributes
           
 boolean defer
           
 boolean deferEnd
           
 String localName
           
 Element parent
           
 int pass
           
 String qName
           
 int recordId
           
 boolean skip
           
 String unresolved
           
 String uri
           
 
Constructor Summary
Element(String uri, String localName, String qName, Attributes attributes)
           
 
Method Summary
 String getElementValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

public String uri

localName

public String localName

qName

public String qName

attributes

public Attributes attributes

defer

public boolean defer

parent

public Element parent

recordId

public int recordId

unresolved

public String unresolved

pass

public int pass

skip

public boolean skip

deferEnd

public boolean deferEnd
Constructor Detail

Element

public Element(String uri,
               String localName,
               String qName,
               Attributes attributes)
Parameters:
uri -
localName -
qName -
attributes -
Method Detail

getElementValue

public String getElementValue()
Returns:
elementValue

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.