Xindice API
version 1.2m1

org.apache.xindice.xml.dom
Interface DBDocument

All Superinterfaces:
DBNode, org.w3c.dom.Document, org.w3c.dom.Node
All Known Implementing Classes:
DocumentImpl

public interface DBDocument
extends DBNode, org.w3c.dom.Document

DBDocument represents a Xindice Collection-originating Document.

Version:
$Revision: 571948 $, $Date: 2007-09-02 06:51:37 -0400 (Sun, 02 Sep 2007) $

Field Summary
static String CACHE
          'cache' value of the cache control processing instruction
static String CACHE_CONTROL
          Cache control processing instruction
static String NOCACHE
          'no-cache' value of the cache control processing instruction
 
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 isCaching()
          getCaching returns whether or not this Document should be cached by some sort of caching mechanism.
 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

CACHE_CONTROL

public static final String CACHE_CONTROL
Cache control processing instruction

See Also:
Constant Field Values

CACHE

public static final String CACHE
'cache' value of the cache control processing instruction

See Also:
Constant Field Values

NOCACHE

public static final String NOCACHE
'no-cache' value of the cache control processing instruction

See Also:
Constant Field Values
Method Detail

isCaching

public boolean isCaching()
getCaching returns whether or not this Document should be cached by some sort of caching mechanism.

Returns:
Whether or not the Document can be cached

setCaching

public void setCaching(boolean caching)
setCaching sets whether or not this Document should be cached by some sort of caching mechanism.

Parameters:
caching - Whether or not the Document can be cached

Xindice API
version 1.2m1

Copyright (c) 1999-2007 The Apache Software Foundation. All Rights Reserved.