org.exist.xmldb
Interface EXistResource
- All Known Implementing Classes:
- AbstractEXistResource, LocalBinaryResource, LocalXMLResource, RemoteBinaryResource, RemoteXMLResource
public interface EXistResource
Defines additional methods implemented by XML and binary
resources.
- Author:
- wolf
getCreationTime
Date getCreationTime()
throws XMLDBException
- Throws:
XMLDBException
getLastModificationTime
Date getLastModificationTime()
throws XMLDBException
- Throws:
XMLDBException
getPermissions
Permission getPermissions()
throws XMLDBException
- Throws:
XMLDBException
getContentLength
int getContentLength()
throws XMLDBException
- Throws:
XMLDBException
setLexicalHandler
void setLexicalHandler(LexicalHandler handler)
setMimeType
void setMimeType(String mime)
getMimeType
String getMimeType()
throws XMLDBException
- Throws:
XMLDBException
getDocType
DocumentType getDocType()
throws XMLDBException
- Throws:
XMLDBException
setDocType
void setDocType(DocumentType doctype)
throws XMLDBException
- Throws:
XMLDBException
Copyright (C) Wolfgang Meier. All rights reserved.