public class NodeElement extends Object implements NamedElement
Constructor and Description |
---|
NodeElement(NodeInfo nodeInfo,
List<TimestampElement> timestampElements) |
NodeElement(NodeInfo nodeInfo,
TimestampElement timestampElement) |
Modifier and Type | Method and Description |
---|---|
String |
getElementName()
Returns the root element name.
|
List<TimestampElement> |
getTimestampElements() |
XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
public static final String ELEMENT
public NodeElement(NodeInfo nodeInfo, TimestampElement timestampElement)
public NodeElement(NodeInfo nodeInfo, List<TimestampElement> timestampElements)
public List<TimestampElement> getTimestampElements()
public String getElementName()
NamedElement
getElementName
in interface NamedElement
public XmlStringBuilder toXML(String enclosingNamespace)
Element