public class SimpleXMLDoc.Element
extends java.lang.Object
Constructor and Description |
---|
Element(java.lang.String elementName) |
Modifier and Type | Method and Description |
---|---|
SimpleXMLDoc.Element |
addAttribute(java.lang.String attributeName,
java.util.Date attributeDate) |
SimpleXMLDoc.Element |
addAttribute(java.lang.String attributeName,
java.lang.String attributeValue) |
org.xml.sax.Attributes |
getAttributes()
Returns all attributes of the given Element/Element
|
java.lang.String |
getElementName() |
public Element(java.lang.String elementName)
elementName
- Name of Element including namespace prefixpublic SimpleXMLDoc.Element addAttribute(java.lang.String attributeName, java.util.Date attributeDate)
attributeName
- Attribute name including namespace prefixattributeDate
- Date to be convertedpublic SimpleXMLDoc.Element addAttribute(java.lang.String attributeName, java.lang.String attributeValue)
attributeName
- Attribute name including namespace prefixattributeValue
- Attribute valuepublic org.xml.sax.Attributes getAttributes()
Returns all attributes of the given Element/Element
public java.lang.String getElementName()