public class ContextAttributes extends AttributeContainer
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ContextAttributes_java_copyright |
static java.lang.String |
ContextAttributes_java_sourceCodeID |
AttributeContainer_java_copyright, AttributeContainer_java_sourceCodeID
Constructor and Description |
---|
ContextAttributes()
Construct an empty ContextAttributes object.
|
ContextAttributes(Attribute[] attributes)
Construct a ContextAttributes object with an array of Attributes.
|
Modifier and Type | Method and Description |
---|---|
static ContextAttributes |
fromXml(org.w3c.dom.Element element)
Converts XML (in the form of an org.w3c.dom.Element object) into an
ContextAttributes object.
|
java.lang.String |
getElementName()
Returns the name of this ContextAttributes object as a String.
|
attributesFromXml, clear, getAttributeByName, getAttributeByNameAndType, getAttributeIterator, getAttributes, getAttributesByType, getAttributeValueByName, getAttributeValueByNameAndType, getAttributeValuesByName, getAttributeValuesByNameAndType, getNumberOfAttributes, removeAttribute, removeAttributeByNameAndType, removeAttributes, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributes, toXml
public static final java.lang.String ContextAttributes_java_sourceCodeID
public static final java.lang.String ContextAttributes_java_copyright
public ContextAttributes()
public ContextAttributes(Attribute[] attributes)
attributes
- an array of Attributes for this ContextAttributes object.public java.lang.String getElementName()
public static ContextAttributes fromXml(org.w3c.dom.Element element)
element
- the org.w3c.dom.Element from which a ContextAttributes object
will be created.