org.sixdml.dbmanagement
Interface SixdmlResource

All Superinterfaces:
Resource, XMLResource
All Known Implementing Classes:
xiSixdmlResource

public interface SixdmlResource
extends XMLResource

 SixdmlResource.java

 Representation of a resource in the database which should typically be an XML 
 document. 

 Created: Thu Jan 10 19:10:54 2002
 

Version:
1.0
Author:
Dare Obasanjo

Fields inherited from interface org.xmldb.api.modules.XMLResource
RESOURCE_TYPE
 
Method Summary
 String getName()
          Gets the name of the resource.
 
Methods inherited from interface org.xmldb.api.modules.XMLResource
getContentAsDOM, getContentAsSAX, getDocumentId, setContentAsDOM, setContentAsSAX
 
Methods inherited from interface org.xmldb.api.base.Resource
getContent, getId, getParentCollection, getResourceType, setContent
 

Method Detail

getName

public String getName()
Gets the name of the resource.
Returns:
The name of the resource