Uses of Class
gov.nasa.pds.model.plugin.DOMProp
-
Packages that use DOMProp Package Description gov.nasa.pds.model.plugin -
-
Uses of DOMProp in gov.nasa.pds.model.plugin
Methods in gov.nasa.pds.model.plugin that return DOMProp Modifier and Type Method Description DOMProp
DOMProtAttr. convertToDOMProp()
DOMProp
DOMProtAttr. createDOMProp(String lNameSpaceIdNC, String lTitle, String lNameSpaceIdNC2, String lTitle2)
Methods in gov.nasa.pds.model.plugin that return types with arguments of type DOMProp Modifier and Type Method Description static ArrayList<DOMProp>
DOMInfoModel. getMasterDOMPropArr()
static ArrayList<DOMProp>
DOMInfoModel. getPropArrByTitleStewardClassSteward()
Methods in gov.nasa.pds.model.plugin with parameters of type DOMProp Modifier and Type Method Description static void
DOMInfoModel. DOMPropWriter(DOMProp lProp, PrintWriter prDOMWrite)
void
LDDDOMParser. printDebugProperty(DOMProp lDOMProp, String note)
Method parameters in gov.nasa.pds.model.plugin with type arguments of type DOMProp Modifier and Type Method Description void
LDDDOMParser. printDebugPropertyArr(ArrayList<DOMProp> lDOMPropArr, String note)
-