Package dap4.core.dmr
Class DapOtherXML
- java.lang.Object
-
- dap4.core.dmr.DapNode
-
- dap4.core.dmr.DapAttribute
-
- dap4.core.dmr.DapOtherXML
-
public class DapOtherXML extends DapAttribute
-
-
Field Summary
Fields Modifier and Type Field Description protected Object
root
-
Fields inherited from class dap4.core.dmr.DapAttribute
basetype, namespaceList, UCARTAGOPAQUE, UCARTAGORIGTYPE, UCARTAGUNLIMITED, UCARTAGVLEN, valuelist
-
Fields inherited from class dap4.core.dmr.DapNode
annotations, attributes, dataset, escapedname, fqn, index, parent, shortname, sort, xmlattributes
-
-
Constructor Summary
Constructors Constructor Description DapOtherXML()
DapOtherXML(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getRoot()
void
setRoot(Object xml)
-
Methods inherited from class dap4.core.dmr.DapAttribute
addNamespace, clearValues, getBaseType, getNamespaceList, getValues, setBaseType, setNamespaceList, setValues
-
Methods inherited from class dap4.core.dmr.DapNode
addAttribute, addXMLAttribute, annotate, annotation, computefqn, findAttribute, getAttributes, getContainer, getContainerPath, getDataset, getEscapedShortName, getFQN, getGroup, getGroupPath, getIndex, getParent, getPath, getShortName, getSort, getXMLAttributes, isTopLevel, overrideParent, removeAttribute, removeXMLAttribute, setAttribute, setAttributes, setDataset, setIndex, setParent, setShortName, setSort, toString
-
-