-
elementTag
java.lang.String elementTag
Name of the element to configure.
-
children
java.util.ArrayList<E> children
List of child element wrappers.
-
attributeMap
java.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.
-
characters
java.lang.StringBuffer characters
Text appearing within the element.
-
proxyConfigured
boolean proxyConfigured
Indicates if the wrapped object has been configured
-
polyType
java.lang.String polyType
the polymorphic type
-
id
java.lang.String id
the "id" of this Element if it has one