Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Qizx fe-4.4p2 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
D
DataModelException
- Exception in
com.qizx.api
Exception raised by operations on XML data.
DataModelException(String)
- Constructor for exception com.qizx.api.
DataModelException
Constructs a DataModelException from a simple message.
DataModelException(String, Throwable)
- Constructor for exception com.qizx.api.
DataModelException
Constructs a DataModelException from a simple message and an exception.
DataModelException(QName, String)
- Constructor for exception com.qizx.api.
DataModelException
Constructs a DataModelException with a message and an XQuery error code.
DataModelException(String, String)
- Constructor for exception com.qizx.api.
DataModelException
Constructs a DataModelException with a message and an XQuery error code in string form (uses the err: namespace).
DATE
- Static variable in class com.qizx.api.
Indexing
Indexing type for a rule: attempt to convert element or attribute text content with a DateSieve then put it to date index.
DATE_AND_STRING
- Static variable in class com.qizx.api.
Indexing
Indexing type for a rule: same as both DATE and STRING.
declarePrefix(String, String)
- Method in interface com.qizx.api.
XQueryContext
Adds a predefined namespace declaration.
declareVariable(QName, SequenceType)
- Method in interface com.qizx.api.
XQueryContext
Adds a predefined variable declaration.
deepEquals(Node, Collator)
- Method in interface com.qizx.api.
Node
Deep equality of two subtrees.
DEFAULT_IMPORTERS
- Static variable in interface com.qizx.api.
ContentImporter
Content Importers available by default.
DefaultFullTextFactory
- Class in
com.qizx.api.util.fulltext
Fulltext service provider plugged by default.
DefaultFullTextFactory()
- Constructor for class com.qizx.api.util.fulltext.
DefaultFullTextFactory
DefaultModuleResolver
- Class in
com.qizx.api.util
Default ModuleResolver implementation using a base URL.
DefaultModuleResolver(URL)
- Constructor for class com.qizx.api.util.
DefaultModuleResolver
Creates a resolver using a base URL.
defaultRules()
- Static method in class com.qizx.api.
Indexing
Creates a default indexing configuration.
DefaultScorer
- Class in
com.qizx.api.util.fulltext
Default scorer implementation
DefaultScorer()
- Constructor for class com.qizx.api.util.fulltext.
DefaultScorer
DefaultTextTokenizer
- Class in
com.qizx.api.util.fulltext
Generic Text Tokenizer, suitable for most Western languages.
DefaultTextTokenizer()
- Constructor for class com.qizx.api.util.fulltext.
DefaultTextTokenizer
DefaultWordSieve
- Class in
com.qizx.api.util.text
Deprecated.
use
DefaultTextTokenizer
DefaultWordSieve()
- Constructor for class com.qizx.api.util.text.
DefaultWordSieve
Deprecated.
Default constructor.
defineExtensionDirectory(File)
- Static method in class com.qizx.api.
Configuration
Defines a directory containing extension jars.
defineExtensionJar(File)
- Static method in class com.qizx.api.
Configuration
Defines an extension jars for add-ons.
defineSpecialChar(char)
- Method in interface com.qizx.api.fulltext.
TextTokenizer
Define a character to recognize when parsing of special characters is enabled.
defineSpecialChar(char)
- Method in class com.qizx.api.util.fulltext.
DefaultTextTokenizer
delete()
- Method in interface com.qizx.api.
LibraryMember
Deletes the Document or Collection.
delete(String)
- Method in class com.qizx.apps.restapi.
RestAPIConnection
Deletes a Document or Collection given by its path.
deletedDocumentCount()
- Method in interface com.qizx.api.
PostCommitTrigger.CommitEvent
Returns the number of documents deleted in the transaction.
deletedDocuments()
- Method in interface com.qizx.api.
PostCommitTrigger.CommitEvent
Returns an iterator on documents deleted in the transaction.
deleteLibrary(String)
- Method in interface com.qizx.api.
LibraryManager
Physically destroys a Library.
deleteLibrary(String)
- Method in class com.qizx.apps.restapi.
RestAPIConnection
Wraps the "dellib" command.
deleteMember(String)
- Method in interface com.qizx.api.
Library
Deletes the specified member of the Library.
DETAIL
- Static variable in class com.qizx.api.
Message
Message type returned by
Message.getType()
for an auxiliary information message.
DISABLE_FULL_TEXT
- Static variable in class com.qizx.api.
Indexing
Value for full-text option (global or per rule) disabling full-text.
displayLoc()
- Method in class com.qizx.api.admin.
Profiling
DOC_BLOCK_SIZE
- Static variable in class com.qizx.api.
Configuration
Size of blocks used for XML document storage.
DOC_COMPRESS
- Static variable in class com.qizx.api.
Configuration
Compression for XML document storage.
DOC_INDEX_COMPRESS
- Static variable in class com.qizx.api.
Configuration
Compression for XML dmocument indexes.
DOC_NODE_STATS
- Static variable in class com.qizx.api.
Configuration
Addition of Data-Model statistics as meta-properties of Documents
DOC_SEGMENT_MAX_COUNT
- Static variable in class com.qizx.api.
Configuration
Number of index segments of similar size that triggers a segment compaction (unless this would create a segment larger than specified property DOC_SEGMENT_MAX_SIZE).
DOC_SEGMENT_MAX_SIZE
- Static variable in class com.qizx.api.
Configuration
Maximum size in bytes for document index segments.
DOCTYPE_PUBLIC
- Static variable in class com.qizx.api.util.
XMLSerializer
name of option specifying the Public Id of the DTD declaration
DOCTYPE_SYSTEM
- Static variable in class com.qizx.api.util.
XMLSerializer
name of option specifying the System Id of the DTD declaration
Document
- Interface in
com.qizx.api
Represents a well-formed XML Document stored in a XML Library.
DOCUMENT
- Static variable in interface com.qizx.api.
LibraryMember
Value of the predefined property 'nature' for a Document, equal to "document".
DOCUMENT
- Static variable in interface com.qizx.api.
Node
Node nature (returned by getNodeNature) for a document node.
DOCUMENT_END
- Static variable in interface com.qizx.api.
XMLPullStream
Value returned by moveToNext and getEvent when the end of the document is reached.
DOCUMENT_START
- Static variable in interface com.qizx.api.
XMLPullStream
Value returned by moveToNext and getEvent when the beginning of a document is reached.
documentOrderCompareTo(Node)
- Method in interface com.qizx.api.
Node
Compares the document order of two nodes.
DOMToPushStream
- Class in
com.qizx.api.util
Pushes a DOM document or an element to an
XMLPushStream
handler.
DOMToPushStream(ItemFactory, XMLPushStream)
- Constructor for class com.qizx.api.util.
DOMToPushStream
Builds an adapter from DOM to an implementation of XMLPushStream.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
© 2010 Axyana Software
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X