|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.lanl.Utility.DomDoc2ObsData
Provides a class to convert an org.w3c.dom.Document to an observation data.
| Constructor Summary | |
DomDoc2ObsData()
Default constructor declaration |
|
DomDoc2ObsData(org.w3c.dom.Document inDoc)
Constructor with the document to use as the current document for converting. |
|
| Method Summary | |
org.w3c.dom.Document |
getDomDoc()
Return the current document. |
ObservationDataStruct |
getObsData()
Generate the observation data representing the current document. |
ObservationDataStruct[] |
getObsDataSeq()
Generate the observation data sequence representing the current document. |
void |
setDomDoc(org.w3c.dom.Document inDoc)
Set the current w3c.dom.Document. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomDoc2ObsData()
public DomDoc2ObsData(org.w3c.dom.Document inDoc)
inDoc - is the to use as the current document| Method Detail |
public void setDomDoc(org.w3c.dom.Document inDoc)
inDoc - is the document to use as the current documentpublic org.w3c.dom.Document getDomDoc()
public ObservationDataStruct getObsData()
public ObservationDataStruct[] getObsDataSeq()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||