|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.xml.nldr.NldrMetadataRecordExporter org.dlese.dpc.xml.nldr.OsmRecordExporter
public class OsmRecordExporter
Specializes NldrMetadataRecordExporter to handle export for the osm framework.
Field Summary | |
---|---|
protected String |
id_path
|
Constructor Summary | |
---|---|
OsmRecordExporter(String xml)
Constructor that loads the given ADN record for editing. |
Method Summary | |
---|---|
List |
getAssetNodes()
Gets the assetNodes attribute of the NldrMetadataRecord object |
static String |
getExportXml(String xml,
String collection,
String repositoryUrl)
|
String |
getId()
Gets the id attribute of the NldrMetadataRecord object |
String |
getUrl()
|
static void |
main(String[] args)
|
static void |
setDebug(boolean db)
Sets the debug attribute of the object |
void |
setUrl(String newValue)
|
Methods inherited from class org.dlese.dpc.xml.nldr.NldrMetadataRecordExporter |
---|
getDateStamp, getTextAtPath, getXml, getXmlNode, getXmlStripped, makeXPath, pp, prtlnErr, selectNodes, selectSingleNode, setTextAtPath, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String id_path
Constructor Detail |
---|
public OsmRecordExporter(String xml) throws DocumentException
adnXML
- The ADN XML to start with
DocumentException
- If error parsing the XMLMethod Detail |
---|
public List getAssetNodes()
NldrMetadataRecordExporter
getAssetNodes
in class NldrMetadataRecordExporter
public String getId()
NldrMetadataRecordExporter
getId
in class NldrMetadataRecordExporter
public String getUrl()
public void setUrl(String newValue)
public static String getExportXml(String xml, String collection, String repositoryUrl) throws Exception
Exception
public static void main(String[] args) throws Exception
Exception
public static void setDebug(boolean db)
db
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |