org.exist.xmldb
Interface XMLResourceImpl

All Superinterfaces:
Resource, XMLResource
All Known Implementing Classes:
LocalXMLResource, RemoteXMLResource

public interface XMLResourceImpl
extends XMLResource

Extends org.xmldb.api.modules.XMLResource with eXist specific extensions.


Field Summary
 
Fields inherited from interface org.xmldb.api.modules.XMLResource
RESOURCE_TYPE
 
Method Summary
 java.util.Date getCreationTime()
           
 java.util.Date getLastModificationTime()
           
 
Methods inherited from interface org.xmldb.api.modules.XMLResource
getContentAsDOM, getContentAsSAX, getDocumentId, getSAXFeature, setContentAsDOM, setContentAsSAX, setSAXFeature
 
Methods inherited from interface org.xmldb.api.base.Resource
getContent, getId, getParentCollection, getResourceType, setContent
 

Method Detail

getCreationTime

public java.util.Date getCreationTime()
                               throws XMLDBException
Throws:
XMLDBException

getLastModificationTime

public java.util.Date getLastModificationTime()
                                       throws XMLDBException
Throws:
XMLDBException


Copyright (C) Wolfgang Meier. All rights reserved.