Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Qizx/open 4.1 API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
C
cancelEvaluation()
- Method in interface com.qizx.api.
Expression
Cancels the evaluation started by
Expression.evaluate()
.
CANCELLED
- Static variable in exception com.qizx.api.
EvaluationException
Error code used when the evaluation has been explicitly cancelled.
characters(char[], int, int)
- Method in class com.qizx.api.util.
SAXToPushStream
characters(String)
- Method in class com.qizx.api.util.
SAXToPushStream
close()
- Method in interface com.qizx.api.
ItemSequence
Closes the sequence after use, and releases resources immediately, instead of waiting for this to happen automatically.
com.qizx.api
- package com.qizx.api
API of the embeddable version of the Qizx XML Query engine.
com.qizx.api.fulltext
- package com.qizx.api.fulltext
This package represents a simple framework for extending and redefining full-text features.
com.qizx.api.util
- package com.qizx.api.util
Utility classes implementing interfaces from the API, in particular conversion to XML, HTML, DOM, SAX, conversion from DOM and SAX, and connection to JAXP-compatible XSLT engines.
com.qizx.api.util.fulltext
- package com.qizx.api.util.fulltext
This package contains the built-in implementation of full-text features.
com.qizx.api.util.text
- package com.qizx.api.util.text
Text-related utility classes, in particular implementations of base indexing Sieves.
COMMENT
- Static variable in interface com.qizx.api.
Node
Node nature (returned by getNodeNature) for a Comment node.
comment(char[], int, int)
- Method in class com.qizx.api.util.
SAXToPushStream
COMMENT
- Static variable in interface com.qizx.api.
XMLPullStream
Value returned by moveToNext and getEvent when a comment is reached.
CompilationException
- Exception in
com.qizx.api
Thrown at the end of the compilation of an Expression if there are errors.
CompilationException(String)
- Constructor for exception com.qizx.api.
CompilationException
For internal use.
compileExpression(String)
- Method in interface com.qizx.api.
XQuerySession
Creates an executable Expression by compiling a XQuery script.
consumedTokens()
- Method in class com.qizx.api.fulltext.
Thesaurus.LookupResult
Returns the number of consumed input tokens.
contains(Node)
- Method in interface com.qizx.api.
Node
Returns true if this node is an ancestor of the parameter node or the node itself.
convert(String)
- Method in interface com.qizx.api.
Indexing.DateSieve
Attempts to convert the date or date-time contained in the text fragment to a double value (in milliseconds from 1970-01-01 00:00:00 UTC).
convert(String)
- Method in interface com.qizx.api.
Indexing.NumberSieve
Attempts to convert the text fragment to a double value.
convert(String)
- Method in class com.qizx.api.util.text.
FormatDateSieve
convert(String)
- Method in class com.qizx.api.util.text.
FormatNumberSieve
convert(String)
- Method in class com.qizx.api.util.text.
ISODateSieve
Returns a number of milliseconds since 1970-01-01 00:00:00 UTC.
convertDate(Node)
- Method in class com.qizx.api.
Indexing
convertNode(Node)
- Static method in class com.qizx.api.util.
DOMToPushStream
Utility for conversion of DOM to Data Model nodes
convertNumber(Node)
- Method in class com.qizx.api.
Indexing
convertTree(XMLPullStream, XMLPushStream)
- Static method in class com.qizx.api.util.
PullStreamConverter
Reads events from the input stream until a complete well-balanced tree is sent to the output stream.
copy()
- Method in interface com.qizx.api.
Indexing.WordSieve
Deprecated.
Creates a carbon copy of this object.
copy()
- Method in class com.qizx.api.util.
ImportOptions
copy()
- Method in class com.qizx.api.util.text.
DefaultWordSieve
Deprecated.
copySequence(ItemSequence)
- Method in interface com.qizx.api.
ItemFactory
Creates a copy of the specified Sequence.
copyTokenTo(char[], int)
- Method in interface com.qizx.api.fulltext.
TextTokenizer
Copies the current token into a character array.
copyTokenTo(char[], int)
- Method in class com.qizx.api.util.fulltext.
DefaultTextTokenizer
CORE_SCORE
- Static variable in interface com.qizx.api.fulltext.
Scorer
Score returned when the corresponding document does not belong to an XML Library.
countItems()
- Method in interface com.qizx.api.
ItemSequence
Returns the total number of items, without moving the current position.
createItem(Object, ItemType)
- Method in interface com.qizx.api.
ItemFactory
Creates an item from a given object according to the general Java to XQuery type mapping, also used in the Java Binding extension.
createItem(boolean)
- Method in interface com.qizx.api.
ItemFactory
Creates an Item of type xs:boolean.
createItem(double)
- Method in interface com.qizx.api.
ItemFactory
Creates an Item of type xs:double.
createItem(float)
- Method in interface com.qizx.api.
ItemFactory
Creates an Item of type xs:float.
createItem(long, ItemType)
- Method in interface com.qizx.api.
ItemFactory
Creates an Item of type xs:integer, or one of its sub-types.
createItem(InputSource)
- Method in interface com.qizx.api.
ItemFactory
Creates a Document Node item by parsing a document.
createItem(XMLPullStream)
- Method in interface com.qizx.api.
ItemFactory
Creates a Node item by reading a XML stream.
createScorer()
- Method in interface com.qizx.api.fulltext.
FullTextFactory
Returns a scoring algorithm.
createScorer()
- Method in class com.qizx.api.util.fulltext.
DefaultFullTextFactory
createSequence(Object, SequenceType)
- Method in interface com.qizx.api.
ItemFactory
Creates a sequence from a Java object.
createSession()
- Method in class com.qizx.api.
XQuerySessionManager
Creates a new XQuery session.
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
L
M
N
O
P
Q
R
S
T
U
V
W
X