Package gov.nasa.pds.model.plugin
Class GetDOMModelDoc
- java.lang.Object
-
- gov.nasa.pds.model.plugin.GetDOMModelDoc
-
public class GetDOMModelDoc extends Object
Driver for getting document
-
-
Constructor Summary
Constructors Constructor Description GetDOMModelDoc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getDocInfo(HashMap<String,InstDefn> instMap)
get the document infovoid
getModels(String docFileName)
initialize the models (document, information, data dictionaries) and master dictionaries (attribute and class)void
getModels2(HashMap<String,InstDefn> instMap)
get the document modelsvoid
getSectionContent(HashMap<String,InstDefn> instMap)
get the document section contentsvoid
getSections(HashMap<String,InstDefn> instMap)
get the document sectionsString
getSlotMapValue(ArrayList<String> valarr)
Get Slot Valuevoid
printInst(HashMap<String,InstDefn> instMap)
-
-
-
Method Detail
-
getModels
public void getModels(String docFileName) throws Throwable
initialize the models (document, information, data dictionaries) and master dictionaries (attribute and class)- Throws:
Throwable
-
getDocInfo
public void getDocInfo(HashMap<String,InstDefn> instMap) throws Throwable
get the document info- Throws:
Throwable
-
getSections
public void getSections(HashMap<String,InstDefn> instMap) throws Throwable
get the document sections- Throws:
Throwable
-
getModels2
public void getModels2(HashMap<String,InstDefn> instMap) throws Throwable
get the document models- Throws:
Throwable
-
getSectionContent
public void getSectionContent(HashMap<String,InstDefn> instMap) throws Throwable
get the document section contents- Throws:
Throwable
-
-