Package | Description |
---|---|
org.gcube.informationsystem.collector.impl.resources | |
org.gcube.informationsystem.collector.impl.xmlstorage.exist |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
GCUBEXMLResource.getCollectionName() |
org.w3c.dom.Document |
GCUBEXMLResource.getContent()
Gets the wrapped
BaseDAIXResource 's content |
java.lang.String |
GCUBEXMLResource.getResourceName() |
java.lang.String |
GCUBEXMLResource.toStringFromElement(org.w3c.dom.Document xml,
java.lang.String elementName)
Returns a sub-serialization of the given XML, starting from the element name
|
Constructor and Description |
---|
GCUBEXMLResource(DAIXResource resource) |
Modifier and Type | Method and Description |
---|---|
boolean |
XMLStorage.resourceExists(GCUBEXMLResource resource)
Checks if the resource does exist in the storage
|
void |
XMLStorage.storeResource(GCUBEXMLResource resource)
Stores a XMLDBDocument in the current collection.
|