Class BaseExtractor
- java.lang.Object
- 
- gov.nasa.pds.harvest.search.registry.BaseExtractor
 
- 
 public class BaseExtractor extends Object 
- 
- 
Field SummaryFields Modifier and Type Field Description protected XPathExpressionxInstrumentprotected XPathExpressionxInstrumentHostprotected XPathExpressionxInvestigationprotected XPathExpressionxTarget
 - 
Constructor SummaryConstructors Constructor Description BaseExtractor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getInstrument(Document doc)String[]getInstrumentHost(Document doc)StringgetInvestigation(Document doc)String[]getTarget(Document doc)
 
- 
- 
- 
Field Detail- 
xInvestigationprotected XPathExpression xInvestigation 
 - 
xInstrumentprotected XPathExpression xInstrument 
 - 
xInstrumentHostprotected XPathExpression xInstrumentHost 
 - 
xTargetprotected XPathExpression xTarget 
 
- 
 
-