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
I
ignorableWhitespace(char[], int, int)
- Method in class com.qizx.api.util.
SAXToPushStream
importDocument(String, InputSource)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by parsing a SAX InputSource.
importDocument(String, InputSource, XMLReader)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by parsing a SAX InputSource, using a custom XML parser.
importDocument(String, ContentImporter)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by using an implementation of ImportMethod.
importDocument(String, URL)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by parsing XML text from an URL.
importDocument(String, File)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by parsing XML text from a File.
importDocument(String, String)
- Method in interface com.qizx.api.
Library
Imports a Document into the Library by parsing a string representing a XML fragment.
importNonXMLDocument(String, boolean, InputStream)
- Method in interface com.qizx.api.
Library
Imports a non-XML document into the Library by reading from an InputStream.
ImportOptions
- Class in
com.qizx.api.util
Stores options used when importing documents into an XML Library.
ImportOptions()
- Constructor for class com.qizx.api.util.
ImportOptions
importProgress(double)
- Method in interface com.qizx.api.
LibraryProgressObserver
Monitors the progress of an importDocument operation.
IN_IMPORT
- Static variable in exception com.qizx.api.
LibraryException
Code for errors in import operations.
IN_UPDATE
- Static variable in exception com.qizx.api.
LibraryException
Code for errors in update operations.
INCLUDE_CONTENT_TYPE
- Static variable in class com.qizx.api.util.
XMLSerializer
name of option specifying the Content-Type meta in HTML
incrementalBackup(File)
- Method in interface com.qizx.api.
Library
Makes a snapshot copy of the Library to a directory, transferring only the modified portions of the Library.
incrementalBackup(String)
- Method in class com.qizx.apps.restapi.
RestAPIConnection
Wraps the "incrbackup" command.
INDENT
- Static variable in class com.qizx.api.util.
XMLSerializer
name of option specifying the whether the output is indented: value is a boolean "yes" or "no".
INDENT_VALUE
- Static variable in class com.qizx.api.util.
XMLSerializer
name of option specifying the indentation (extension): value is an integer which represents the number of spaces.
INDEX_USELESS
- Static variable in class com.qizx.api.admin.
Profiling
INDEXABLE
- Static variable in class com.qizx.api.admin.
Profiling
Indexing
- Class in
com.qizx.api
Specification of rules and parameters used to build indexes in a XML Library.
Indexing()
- Constructor for class com.qizx.api.
Indexing
Creates an empty indexing configuration.
Indexing.DateSieve
- Interface in
com.qizx.api
Pluggable analyzer/converter of date-time values, for custom indexing.
Indexing.NumberSieve
- Interface in
com.qizx.api
Pluggable analyzer/converter of numeric values, for custom indexing.
Indexing.Rule
- Class in
com.qizx.api
Indexing properties associated with an element or an attribute (for advanced indexing).
Indexing.Rule(QName, QName[], int)
- Constructor for class com.qizx.api.
Indexing.Rule
Constructs a Rule for an element or for an attribute.
Indexing.Sieve
- Interface in
com.qizx.api
Abstraction of Sieves used for indexing XML data.
Indexing.WordSieve
- Interface in
com.qizx.api
Deprecated.
replaced by
TextTokenizer
info()
- Method in class com.qizx.apps.restapi.
RestAPIConnection
Returns a map of system properties describing the Qizx server.
INFO_FIELDS
- Static variable in interface com.qizx.apps.restapi.
RestAPI
INHERIT
- Static variable in class com.qizx.api.
Indexing
Default value for full-text on a Rule: inherit from parent element or from global setting.
INHERIT
- Static variable in interface com.qizx.api.
XQueryContext
Value used for property NamespaceInheritMode, meaning that namespaces should be inherited in a node copy operation.
instantiate(String)
- Static method in class com.qizx.api.
Configuration
(Internal) instantiates a class name using extended classpath.
instantiate(String, Class<?>)
- Static method in class com.qizx.api.
Configuration
(Internal) instantiates a class name using extended classpath.
instantiateImporter(String)
- Static method in class com.qizx.api.
Configuration
(Internal) instantiates a ContentImporter by its symbolic name.
intValue(Object)
- Method in class com.qizx.api.
Configuration.Property
isAcceptingWildcards()
- Method in interface com.qizx.api.fulltext.
TextTokenizer
Returns true if wildcard characters are recognized.
isAcceptingWildcards()
- Method in class com.qizx.api.util.fulltext.
DefaultTextTokenizer
isAutoCommitting()
- Method in interface com.qizx.api.
Library
Returns the auto-commit flag: if set to true, a commit is performed after the execution of each updating Expression (expression using XQuery Update instructions).
isClosed()
- Method in interface com.qizx.api.
Expression
Returns true if expression was closed by method
Expression.close()
.
isClosed()
- Method in interface com.qizx.api.
Library
Returns true if the session is closed.
isCollection()
- Method in interface com.qizx.api.
LibraryMember
Returns true if the member is a Collection.
isCompressed()
- Method in interface com.qizx.api.
NonXMLDocument
Returns true if the contained data is compressed.
isDocument()
- Method in interface com.qizx.api.
LibraryMember
Returns true if the member is a Document (XML or non-XML).
isElement()
- Method in interface com.qizx.api.
Node
Returns true if the Node is an Element.
isFulltextEnabled()
- Method in class com.qizx.api.
Indexing
Returns true if full-text indexing is globally enabled for elements.
isModified()
- Method in interface com.qizx.api.
Library
Returns true if a transaction is in progress and library members have been created, modified or deleted.
isNode()
- Method in interface com.qizx.api.
Item
Tests whether the item is a Node.
ISODateSieve
- Class in
com.qizx.api.util.text
Default DateSieve implementation: recognizes ISO date and dateTime.
ISODateSieve()
- Constructor for class com.qizx.api.util.text.
ISODateSieve
isParsingSpecialChars()
- Method in interface com.qizx.api.fulltext.
TextTokenizer
Returns true if special characters are recognized.
isParsingSpecialChars()
- Method in class com.qizx.api.util.fulltext.
DefaultTextTokenizer
isProfiled()
- Method in interface com.qizx.api.
Expression
Returns true if the expression was executed by
Expression.profile()
.
isReadOnly()
- Method in interface com.qizx.api.
Library
Returns true if the Library is in read-only mode.
isSubTypeOf(ItemType)
- Method in interface com.qizx.api.
ItemType
Tests is this type is derived from another type.
isUpdating()
- Method in interface com.qizx.api.
Expression
Returns true if the Expression updates a database or more generally the context.
Item
- Interface in
com.qizx.api
An Item of a Sequence returned by the evaluation of an XQuery Expression.
ItemFactory
- Interface in
com.qizx.api
Creates Items and related resources (ItemTypes and QNames).
ItemSequence
- Interface in
com.qizx.api
Sequence of Items returned by the evaluation of a XQuery Expression.
ItemType
- Interface in
com.qizx.api
The type of an Item as defined in the XML Query language.
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