Class BaseExtractor
- java.lang.Object
-
- gov.nasa.pds.harvest.search.registry.BaseExtractor
-
public class BaseExtractor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected XPathExpression
xInstrument
protected XPathExpression
xInstrumentHost
protected XPathExpression
xInvestigation
protected XPathExpression
xTarget
-
Constructor Summary
Constructors Constructor Description BaseExtractor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getInstrument(Document doc)
String[]
getInstrumentHost(Document doc)
String
getInvestigation(Document doc)
String[]
getTarget(Document doc)
-
-
-
Field Detail
-
xInvestigation
protected XPathExpression xInvestigation
-
xInstrument
protected XPathExpression xInstrument
-
xInstrumentHost
protected XPathExpression xInstrumentHost
-
xTarget
protected XPathExpression xTarget
-
-