public class PointingMetadata extends PointingElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
METADATA_TAG |
Constructor and Description |
---|
PointingMetadata() |
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment) |
PointingMetadata |
copy() |
String1d |
getComments() |
int |
getVstpNumber() |
static PointingMetadata |
readFrom(org.w3c.dom.Node node) |
java.lang.String |
toXml(int indent)
Write a XML representation of this element
|
addAttribute, addChild, asDataset, copyFrom, equals, getAttribute, getAttributes, getChild, getChildren, getDescription, getFirstLevelTextContent, getName, getValue, hasAttributtes, hasChildren, regenerate, removeAttribute, removeAttribute, setDescription, setValue, toString, toStringParameter, validate
public PointingMetadata copy()
copy
in class PointingElement
public void addComment(java.lang.String comment)
public String1d getComments()
public int getVstpNumber()
public java.lang.String toXml(int indent)
toXml
in class PointingElement
indent
- The initial indent to be applied to the XMLpublic static PointingMetadata readFrom(org.w3c.dom.Node node)