|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DBDocument represents a Xindice Collection-originating Document.
Field Summary | |
static java.lang.String |
CACHE
|
static java.lang.String |
CACHE_CONTROL
|
static java.lang.String |
NOCACHE
|
Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Method Summary | |
boolean |
isAuthoring()
isAuthoring returns whether or not this Document is in an authoring mode. |
boolean |
isCaching()
getCaching returns whether or not this Document should be cached by some sort of caching mechanism. |
void |
setAuthoring(boolean authoring)
setAuthoring sets whether or not this Document is in an authoring mode. |
void |
setCaching(boolean caching)
setCaching sets whether or not this Document should be cached by some sort of caching mechanism. |
Methods inherited from interface org.apache.xindice.xml.dom.DBNode |
expandSource, getSource, setSource |
Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
Methods inherited from interface org.w3c.dom.Document |
createAttribute, createAttributeNS, createCDATASection, createComment, createDocumentFragment, createElement, createElementNS, createEntityReference, createProcessingInstruction, createTextNode, getDoctype, getDocumentElement, getElementById, getElementsByTagName, getElementsByTagNameNS, getImplementation, importNode |
Field Detail |
public static final java.lang.String CACHE_CONTROL
public static final java.lang.String CACHE
public static final java.lang.String NOCACHE
Method Detail |
public boolean isCaching()
public void setCaching(boolean caching)
caching
- Whether or not the Document can be cachedpublic boolean isAuthoring()
public void setAuthoring(boolean authoring) throws org.w3c.dom.DOMException
|
Xindice API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |