|
Berkeley DB XML version 2.3.10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.dbxml.XmlDocumentConfig
public class XmlDocumentConfig
Used to configure operations that operate on XmlDocument
objects.
Field Summary | |
---|---|
static XmlDocumentConfig |
DEFAULT
The default settings. |
Constructor Summary | |
---|---|
XmlDocumentConfig()
|
Method Summary | |
---|---|
boolean |
getDocumentsOnly()
Gets whether index lookups will return documents or nodes for containers with node indexes. |
boolean |
getGenerateName()
Gets whether to automatically generate a name for the document. |
boolean |
getLazyDocs()
Gets whether to retrieve the document lazily. |
LockMode |
getLockMode()
Get the lock mode for the operation. |
boolean |
getReverseOrder()
Gets whether to sort index lookups in reverse order |
boolean |
getWellFormedOnly()
Gets whether operations that may parse a document use only a well-formed scanner, avoiding the expense of reading any referenced schema or DTD. |
XmlDocumentConfig |
setDocumentsOnly(boolean value)
Sets whether index lookups will return documents or nodes for containers with node indexes. |
XmlDocumentConfig |
setGenerateName(boolean value)
Sets whether to automatically generate a name for the document. |
XmlDocumentConfig |
setLazyDocs(boolean value)
Sets whether to retrieve the document lazily. |
XmlDocumentConfig |
setLockMode(LockMode lmode)
Set the lock mode for the operation. |
XmlDocumentConfig |
setReverseOrder(boolean value)
Sets whether to sort index lookups in reverse order |
XmlDocumentConfig |
setWellFormedOnly(boolean value)
Sets whether operations that may parse a document use only a well-formed scanner, avoiding the expense of reading any referenced schema or DTD. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final XmlDocumentConfig DEFAULT
Constructor Detail |
---|
public XmlDocumentConfig()
Method Detail |
---|
public boolean getDocumentsOnly()
public XmlDocumentConfig setDocumentsOnly(boolean value)
public boolean getLazyDocs()
public XmlDocumentConfig setLazyDocs(boolean value)
public boolean getGenerateName()
public XmlDocumentConfig setGenerateName(boolean value)
public boolean getReverseOrder()
public XmlDocumentConfig setReverseOrder(boolean value)
public LockMode getLockMode()
public XmlDocumentConfig setLockMode(LockMode lmode)
public boolean getWellFormedOnly()
public XmlDocumentConfig setWellFormedOnly(boolean value)
|
Berkeley DB XML version 2.3.10 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |