- 
elementTagjava.lang.String elementTag Name of the element to configure. 
- 
childrenjava.util.List<E> children List of child element wrappers. 
- 
attributeMapjava.util.LinkedHashMap<K,V> attributeMap Attribute names and values. While the XML spec doesn't require
  preserving the order ( AFAIK ), some ant tests do rely on the
  exact order.
 The only exception to this order is the treatment of
 refid. A number of datatypes check if refid is set
 when other attributes are set. This check will not
 work if the build script has the other attribute before
 the "refid" attribute, so now (ANT 1.7) the refid
 attribute will be processed first. 
- 
charactersjava.lang.StringBuffer characters Text appearing within the element. 
- 
proxyConfiguredboolean proxyConfigured Indicates if the wrapped object has been configured 
- 
polyTypejava.lang.String polyType the polymorphic type 
- 
idjava.lang.String id the "id" of this Element if it has one