Qizx 2.2 API
A B C D E F G H I L M N O P Q R S T U V W X

L

LC_COMMENT - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of XQuery comments.
LC_FUNCTION - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of XQuery function calls.
LC_KEYWORD - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of reserved keywords.
LC_MISC - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of others tokens.
LC_NAME - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of identifiers.
LC_NUMBER - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of numeric literals.
LC_PRAGMA - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of XQuery pragmas.
LC_SPACE - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of whitespace.
LC_STRING - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of string literals.
LC_TAG - Static variable in class com.qizx.api.util.text.LexicalTokenizer
Lexical category of element constructors.
LENIENT - Static variable in class com.qizx.api.util.text.FormatDateSieve
Name of the parameter used for specifying whether the parsing of date values is lenient.
LOCALE - Static variable in class com.qizx.api.util.text.FormatDateSieve
Name of the parameter used for specifying the locale of parsed dates.
LOCALE - Static variable in class com.qizx.api.util.text.FormatNumberSieve
Name of the parameter used for specifying the locale of parsed dates.
LOCKED - Static variable in class com.qizx.api.LibraryException
Code used when trying to open a locked Library.
LexicalTokenizer - class com.qizx.api.util.text.LexicalTokenizer.
Iterator on tokens of a XQuery script.
LexicalTokenizer(String) - Constructor for class com.qizx.api.util.text.LexicalTokenizer
Constructs a tokenizer of a XQuery script.
Library - interface com.qizx.api.Library.
Work session on a XML Library.
LibraryException - exception com.qizx.api.LibraryException.
A specific class of DataModelException raised by Library operations.
LibraryException(String, Throwable) - Constructor for class com.qizx.api.LibraryException
Constructs a DataModelException from a simple message and an exception.
LibraryException(String) - Constructor for class com.qizx.api.LibraryException
Constructs a DataModelException from a simple message.
LibraryException(QName, String) - Constructor for class com.qizx.api.LibraryException
Constructs a LibraryException with a message and an XQuery error code.
LibraryManager - interface com.qizx.api.LibraryManager.
Manages a group of XML Libraries.
LibraryManagerFactory - class com.qizx.api.LibraryManagerFactory.
Factory used to initialize a LibraryManager, either by opening an existing group of XML Libraries stored in a file-system, or by creating a new group.
LibraryManagerFactory() - Constructor for class com.qizx.api.LibraryManagerFactory
Default constructor is protected on purpose.
LibraryMember - interface com.qizx.api.LibraryMember.
Common interface for objects belonging to a Library, namely Collections and Documents.
LibraryMemberFilter - interface com.qizx.api.LibraryMemberFilter.
Filter for functions searching Documents or Collections inside a Library.
LibraryMemberIterator - interface com.qizx.api.LibraryMemberIterator.
Iterator returned by functions searching Documents or Collections inside a Library.
LibraryMemberObserver - interface com.qizx.api.LibraryMemberObserver.
Observes update operations on a XML Library.
LibraryProgressObserver - interface com.qizx.api.LibraryProgressObserver.
Monitors the progress of diverse operations on a Library.
listLibraries() - Method in interface com.qizx.api.LibraryManager
Returns the names of XML Libraries managed by this object.
locator - Variable in class com.qizx.api.util.SAXToPushStream
 
lock(String[], int) - Method in interface com.qizx.api.Library
Locks one or several Collections or Documents to initiate a safe concurrent update.
lock(int) - Method in interface com.qizx.api.LibraryMember
Starts an update transaction by locking this member (Document or Collection).
lockCollection(String, int) - Method in interface com.qizx.api.Library
Locks a Collection to initiate a safe concurrent update.
lockDocument(String, int) - Method in interface com.qizx.api.Library
Locks a Document to initiate a safe concurrent update.

© 2008 Axyana Software
A B C D E F G H I L M N O P Q R S T U V W X