Uses of Class
gov.nasa.pds.harvest.search.policy.XPath
-
Packages that use XPath Package Description gov.nasa.pds.harvest.search.crawler.metadata.extractor gov.nasa.pds.harvest.search.policy -
-
Uses of XPath in gov.nasa.pds.harvest.search.crawler.metadata.extractor
Methods in gov.nasa.pds.harvest.search.crawler.metadata.extractor that return types with arguments of type XPath Modifier and Type Method Description List<XPath>
Pds4MetExtractorConfig. getMetXPaths(String objectType)
Gets XPath expressions for an object type.Method parameters in gov.nasa.pds.harvest.search.crawler.metadata.extractor with type arguments of type XPath Modifier and Type Method Description protected List<Slot>
Pds4MetExtractor. extractMetadata(List<XPath> xPaths)
Extracts metadata -
Uses of XPath in gov.nasa.pds.harvest.search.policy
Fields in gov.nasa.pds.harvest.search.policy with type parameters of type XPath Modifier and Type Field Description protected List<XPath>
Pds4ProductMetadata. xPath
Methods in gov.nasa.pds.harvest.search.policy that return XPath Modifier and Type Method Description XPath
ObjectFactory. createXPath()
Create an instance ofXPath
Methods in gov.nasa.pds.harvest.search.policy that return types with arguments of type XPath Modifier and Type Method Description JAXBElement<XPath>
ObjectFactory. createXPath(XPath value)
List<XPath>
Pds4ProductMetadata. getXPath()
Gets the value of the xPath property.Methods in gov.nasa.pds.harvest.search.policy with parameters of type XPath Modifier and Type Method Description JAXBElement<XPath>
ObjectFactory. createXPath(XPath value)
-