public class SearchRetrieve extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
dcContextIdentifier |
String |
dcSchemaIdentifier |
static org.slf4j.Logger |
logger |
String |
recordSchema |
String |
xmlnsSru |
String |
xmlnsZr |
| Constructor and Description |
|---|
SearchRetrieve(Float version,
String recordPacking,
String host,
String port,
String basePath,
String sruName,
String totalNumRecords) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRecordPacking() |
Float |
getVersion() |
Element |
transformRecord(org.jdom.Element geonetworkRecord,
DocumentBuilder docBuilder)
Transforms the given geonetworkRecord (as returned from the geonetwork client), by applying the
Constants.XSLT2DC_FILE_NAME xstl and returns the record as a DOM Element
|
public static final org.slf4j.Logger logger
public final String xmlnsSru
public final String xmlnsZr
public final String dcContextIdentifier
public final String dcSchemaIdentifier
public final String recordSchema
public SearchRetrieve(Float version, String recordPacking, String host, String port, String basePath, String sruName, String totalNumRecords) throws NotSupportedException, IOException
NotSupportedExceptionIOExceptionpublic Element transformRecord(org.jdom.Element geonetworkRecord, DocumentBuilder docBuilder)
geonetworkRecord - public String getRecordPacking()
public Float getVersion()
Copyright © 2014. All Rights Reserved.