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

G

GlobFilter - class com.qizx.api.util.GlobFilter.
An implementation of LibraryMemberFilter which matches the name of Library members using Unix shell-like regular expressions.
GlobFilter(String) - Constructor for class com.qizx.api.util.GlobFilter
Builds a GlobFilter with a regular expression.
getAccessControl() - Method in interface com.qizx.api.LibraryManager
Returns the current AccessControl object.
getAtomValue() - Method in interface com.qizx.api.Node
Returns the value of an atomic node.
getAttribute(QName) - Method in interface com.qizx.api.Node
Gets an attribute of an element by name.
getAttributeCount() - Method in interface com.qizx.api.Node
Returns the number of attributes of an Element.
getAttributeCount() - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the number of attributes of the element.
getAttributeName(int) - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the name of the N-th attribute of the element.
getAttributeRule(int) - Method in class com.qizx.api.Indexing
Returns the n-th attribute Rule.
getAttributeRuleCount() - Method in class com.qizx.api.Indexing
Returns the number of defined Attribute rules, including default rules.
getAttributeValue(int) - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the string-value of the N-th attribute of the element.
getAttributes() - Method in interface com.qizx.api.Node
Gets the attributes of an element.
getBaseURI() - Method in interface com.qizx.api.Node
Return the base-URI of this Node.
getBaseURI() - Method in interface com.qizx.api.XQueryContext
Gets the base URI used to resolve relative URIs in expressions.
getBoolean() - Method in interface com.qizx.api.Item
Gets the item's boolean value.
getBoundarySpacePolicy() - Method in interface com.qizx.api.XQueryContext
Gets the default boundary space policy for element constructors.
getCacheSize() - Method in class com.qizx.api.util.accesscontrol.AccessControlBase
Returns the current permission cache size.
getCachedPermissions(LibraryMember) - Method in class com.qizx.api.util.accesscontrol.AccessControlBase
Gets cached permissions for a member.
getChild(String) - Method in interface com.qizx.api.Collection
Returns the direct child of this collection (Document or Collection) that bears this name.
getChildren() - Method in interface com.qizx.api.Collection
Returns an iterator over members (Documents and Collections) directly contained in this Collection.
getChildren(LibraryMemberFilter) - Method in interface com.qizx.api.Collection
Returns an iterator over members directly contained in this Collection and accepted by the specified filter.
getCollection(String) - Method in interface com.qizx.api.Library
Gets a Collection by its path inside the Library.
getColumnNumber() - Method in class com.qizx.api.EvaluationStackTrace
Gets the column number of the evaluation point in this stack level.
getColumnNumber() - Method in class com.qizx.api.Message
Gets the related position in the line (or column number).
getConstructionMode() - Method in interface com.qizx.api.XQueryContext
Gets the construction mode defined in the static context.
getContentHandler() - Method in class com.qizx.api.util.NodeXMLReader
 
getContentHandler() - Method in class com.qizx.api.util.PushStreamToSAX
Returns the current SAX content handler.
getContext() - Method in interface com.qizx.api.Expression
Access to the XQuery Context.
getContext() - Method in class com.qizx.api.Indexing.Rule
Returns the element context constraint.
getContext() - Method in interface com.qizx.api.Library
Access to the default XQuery Context.
getContext() - Method in interface com.qizx.api.XQuerySession
Access to the default XQuery Context.
getCurrentDate() - Method in interface com.qizx.api.XQueryContext
Gets the specific date/time set by setCurrentDate().
getCurrentEvent() - Method in interface com.qizx.api.XMLPullStream
Returns the same value as the latest moveToNextEvent.
getCurrentItem() - Method in interface com.qizx.api.Expression
Gets the initial value of the current item, accessible by the expression '.'.
getCurrentItem() - Method in interface com.qizx.api.ItemSequence
Returns the current item of the sequence.
getCurrentMember() - Method in interface com.qizx.api.LibraryMemberIterator
Returns the current item.
getDTDHandler() - Method in class com.qizx.api.util.NodeXMLReader
 
getDTDName() - Method in interface com.qizx.api.XMLPullStream
Returns the declared DTD name of the document, if any.
getDTDPublicId() - Method in interface com.qizx.api.XMLPullStream
Returns the declared Public ID of the DTD, if any.
getDTDSystemId() - Method in interface com.qizx.api.XMLPullStream
Returns the declared System ID of the DTD, if any.
getDecimal() - Method in interface com.qizx.api.Item
Gets the item's decimal value.
getDefaultCollation() - Method in interface com.qizx.api.XQueryContext
Gets the URI of the default collation defined in the static context.
getDefaultElementNamespace() - Method in interface com.qizx.api.XQueryContext
Gets the URI of the default element namespace.
getDefaultFunctionNamespace() - Method in interface com.qizx.api.XQueryContext
Gets the URI of the default function namespace.
getDefaultMask() - Method in class com.qizx.api.util.accesscontrol.UnixStyleAccessControl.User
Returns the current permissions used by default for new Library members.
getDefaultOrderEmptyGreatest() - Method in interface com.qizx.api.XQueryContext
Gets the default order for empty sequences in 'order by' clauses.
getDisplayName() - Method in interface com.qizx.api.User
Returns a displayable name for the User.
getDisplayName() - Method in class com.qizx.api.util.accesscontrol.UnixStyleAccessControl.User
 
getDocument(String) - Method in interface com.qizx.api.Library
Gets a Document by its path inside the Library.
getDocumentCache() - Method in class com.qizx.api.XQuerySessionManager
For internal use.
getDocumentNode() - Method in interface com.qizx.api.Document
Returns the root Node of the document, of type document-node().
getDocumentNode() - Method in interface com.qizx.api.Node
Returns the document node if any, else the top-level node.
getDocumentURI() - Method in interface com.qizx.api.Node
Returns the URI of the document.
getDouble() - Method in interface com.qizx.api.Item
Gets the item's double value.
getElementRule(int) - Method in class com.qizx.api.Indexing
Returns the n-th element Rule.
getElementRuleCount() - Method in class com.qizx.api.Indexing
Returns the number of defined Element rules, including default rules.
getEncoding() - Method in interface com.qizx.api.XMLPullStream
Returns the declared encoding of the document, if any.
getEncoding() - Method in class com.qizx.api.util.XMLSerializer
Returns the current encoding.
getEntityResolver() - Method in class com.qizx.api.util.NodeXMLReader
 
getErrorCode() - Method in class com.qizx.api.Message
Gets the XQuery error code.
getErrorCode() - Method in class com.qizx.api.QizxException
Gets the error code.
getErrorCount() - Method in class com.qizx.api.CompilationException
Returns the number of actual errors.
getErrorHandler() - Method in class com.qizx.api.util.NodeXMLReader
 
getErrorHandler() - Method in class com.qizx.api.util.PushStreamToSAX
Returns the current SAX error handler.
getFeature(String) - Method in class com.qizx.api.util.NodeXMLReader
 
getFirstChild() - Method in interface com.qizx.api.Node
Returns the first child node of an element or a document node.
getFloat() - Method in interface com.qizx.api.Item
Gets the item's float value.
getFormat() - Method in class com.qizx.api.util.text.FormatDateSieve
Returns the currently used Date Format.
getFormat() - Method in class com.qizx.api.util.text.FormatNumberSieve
Returns the currently used Date Format.
getFullText() - Method in class com.qizx.api.Indexing.Rule
Returns TRUE, FALSE, or INHERIT if full-text indexing is applied to the element matched by this rule.
getImplicitTimeZone() - Method in interface com.qizx.api.XQueryContext
Returns the current implicit time-zone in the execution context.
getInScopePrefixes() - Method in interface com.qizx.api.XQueryContext
Returns the prefixes of in-scope namespace definitions.
getIndexing() - Method in interface com.qizx.api.Library
Gets the current indexing rules.
getIndexingType() - Method in class com.qizx.api.Indexing.Rule
Gets the indexes targeted by this rule (STRING, NUMERIC, DATE or combination).
getInstance() - Static method in class com.qizx.api.LibraryManagerFactory
Creates an instance of the factory, which can be used to configure a LibraryManager.
getInteger() - Method in interface com.qizx.api.Item
Gets the item's integer value.
getIntegerProperty(String) - Method in interface com.qizx.api.LibraryMember
Convenience method: returns the integer value of a property.
getInternalSubset() - Method in interface com.qizx.api.XMLPullStream
Returns the source form of internal subset of the DTD, if any.
getItemType() - Method in interface com.qizx.api.SequenceType
Returns the base Item Type of the sequence type.
getLexicalHandler() - Method in class com.qizx.api.util.PushStreamToSAX
Returns the current SAX lexical handler.
getLibrary() - Method in interface com.qizx.api.LibraryMember
Returns the Library session owning this member.
getLibraryDocument() - Method in interface com.qizx.api.Node
Returns the XML Library Document the Node belongs to, if applicable.
getLibraryObservers() - Method in interface com.qizx.api.LibraryManager
Returns a list of active LibraryMemberObserver's.
getLineNumber() - Method in class com.qizx.api.EvaluationStackTrace
Gets the line number of the evaluation point in this stack level.
getLineNumber() - Method in class com.qizx.api.Message
Gets the related line number (first line is 1).
getLocalPart() - Method in interface com.qizx.api.QName
Returns the local part of the qualified name.
getLongAtomValue() - Method in interface com.qizx.api.Node
Returns the node contents as an integer value.
getMaxStringLength() - Method in class com.qizx.api.Indexing
Returns the maximum length of text chunks that can be indexed in value indexes (Attribute and Simple element content).
getMaxWordLength() - Method in class com.qizx.api.Indexing
Returns the maximum length of words that can be indexed in the Full-text index.
getMember(String) - Method in interface com.qizx.api.Library
Returns the specified member (Document or Collection) or null if such member does not exist.
getMemoryLimit() - Method in class com.qizx.api.LibraryManagerFactory
Defines the maximum memory size the generated LibraryManager can use.
getMessages() - Method in class com.qizx.api.CompilationException
Returns a list of compilation error or warning Messages.
getMinWordLength() - Method in class com.qizx.api.Indexing
Returns the minimum length of words that can be indexed in the Full-text index.
getModuleManager() - Method in class com.qizx.api.XQuerySessionManager
For internal use.
getModuleResolver() - Method in interface com.qizx.api.LibraryManager
Returns the current ModuleResolver.
getModuleResolver() - Method in interface com.qizx.api.XQuerySession
Returns the private module resolver defined for the session.
getModuleResolver() - Method in class com.qizx.api.XQuerySessionManager
Returns the current Resolver of XQuery modules.
getModuleURI() - Method in class com.qizx.api.EvaluationStackTrace
Returns the URI of the module location for this stack level.
getModuleURI() - Method in class com.qizx.api.Message
Gets the URI of the concerned XQuery module.
getName() - Method in class com.qizx.api.Indexing.Rule
Returns the name of the element or attribute concerned by the rule.
getName() - Method in interface com.qizx.api.ItemType
Returns the fully qualified name of the type.
getName() - Method in interface com.qizx.api.Library
Returns the name of the library.
getName() - Method in interface com.qizx.api.LibraryMember
Returns the name of the member inside its enclosing Collection.
getName() - Method in interface com.qizx.api.XMLPullStream
Returns the name of the current element node, or if the node is not an element, returns the name of the parent element.
getName() - Method in class com.qizx.api.util.accesscontrol.UnixStyleAccessControl.User
Returns the identifier of the user, used for checking rights.
getNamespaceCount() - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the number of namespace declarations of the element itself.
getNamespaceInheritMode() - Method in interface com.qizx.api.XQueryContext
Gets the default inherit part of the copy-namespaces mode.
getNamespacePrefix(String) - Method in interface com.qizx.api.Node
Returns a matching prefix for the Namespace URI by looking up the in-scope namespace definitions.
getNamespacePrefix(int) - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the prefix of the N-th namespace declaration of the element.
getNamespacePreserveMode() - Method in interface com.qizx.api.XQueryContext
Gets the default preserve part of the copy-namespaces mode.
getNamespaceURI() - Method in interface com.qizx.api.QName
Returns the namespace URI of the QName.
getNamespaceURI(int) - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the namespace URI of the N-th namespace declaration of the element.
getNamespaceURI(String) - Method in interface com.qizx.api.XQueryContext
Retrieves the namespace URI associated with a prefix.
getNamespaceUri(String) - Method in interface com.qizx.api.Node
Returns a matching Namespace for the prefix by looking up the in-scope namespace definitions.
getNextNode() - Method in interface com.qizx.api.Node
Returns the next Node in document order.
getNextSibling() - Method in interface com.qizx.api.Node
Returns the next sibling Node.
getNode() - Method in interface com.qizx.api.Item
Gets the item's Node value.
getNodeKind() - Method in interface com.qizx.api.Node
Returns the node kind as a string: "document", "element", "attribute", "text", "comment", or "processing-instruction".
getNodeName() - Method in interface com.qizx.api.Node
Returns the Qualified Name of the node.
getNodeNature() - Method in interface com.qizx.api.Node
Returns a node kind in numeric form: DOCUMENT, ELEMENT etc.
getNsPrefixes() - Method in class com.qizx.api.util.PushStreamToSAX
Gets the "NS prefixes" option: controls namespace prefix output.
getObject() - Method in interface com.qizx.api.Item
Converts the item value to a Java object, according to its actual type.
getOccurrence() - Method in interface com.qizx.api.SequenceType
Returns the occurrence indicator associated with this type (OCC_ZERO_OR_ONE, OCC_EXACTLY_ONE, OCC_ONE_OR_MORE, OCC_ZERO_OR_MORE).
getOrderingMode() - Method in interface com.qizx.api.XQueryContext
Gets the default ordering mode for returned sequences.
getOutput() - Method in class com.qizx.api.util.DOMToPushStream
Returns the current output handler.
getOutput() - Method in class com.qizx.api.util.XMLSerializer
Gets the current output as a BufferedWriter.
getParameters() - Method in interface com.qizx.api.Indexing.Sieve
Returns parameters specified by setParameters().
getParameters() - Method in class com.qizx.api.util.text.ISODateSieve
 
getParameters() - Method in class com.qizx.api.util.text.SieveBase
 
getParent() - Method in interface com.qizx.api.LibraryMember
Returns the Collection that directly contains this member.
getParent() - Method in interface com.qizx.api.Node
Returns the parent node.
getParentPath() - Method in interface com.qizx.api.LibraryMember
Returns the path of the parent of the enclosing Collection.
getPath() - Method in interface com.qizx.api.LibraryMember
Returns the complete path of the member inside its Library.
getPosition() - Method in class com.qizx.api.EvaluationStackTrace
Gets the character position of the evaluation point in this stack level.
getPosition() - Method in interface com.qizx.api.ItemSequence
Returns the current position.
getPosition() - Method in class com.qizx.api.Message
Gets the related character position in the whole source script.
getPrefix() - Method in interface com.qizx.api.QName
Returns an optional prefix associated with the QName (may be null).
getProgressObserver() - Method in interface com.qizx.api.Library
Returns the observer used for monitoring import, commit or backup.
getProperty(String) - Method in interface com.qizx.api.LibraryMember
Gets the value of a property by its name.
getProperty(String) - Method in class com.qizx.api.util.NodeXMLReader
 
getPropertyNames() - Method in interface com.qizx.api.LibraryMember
Returns a sorted list of current property names of the object.
getQName() - Method in interface com.qizx.api.Item
Gets the item's QName value.
getQName(String) - Method in interface com.qizx.api.ItemFactory
Returns a QName without namespace and without prefix.
getQName(String, String) - Method in interface com.qizx.api.ItemFactory
Returns a QName without prefix.
getQName(String, String, String) - Method in interface com.qizx.api.ItemFactory
Returns a QName with prefix.
getResultDocument() - Method in class com.qizx.api.util.PushStreamToDOM
Returns the DOM document built.
getRootCollection() - Method in interface com.qizx.api.Library
Returns the root collection of the Library.
getRootNode() - Method in class com.qizx.api.util.NodeSource
Returns the Node used as input by the XSLT transformation.
getShortName() - Method in interface com.qizx.api.ItemType
Short name as a string.
getSieve() - Method in class com.qizx.api.Indexing.Rule
Returns the Numeric or Date Sieve associated with the rule.
getSignature() - Method in class com.qizx.api.EvaluationStackTrace
Returns the signature of the called function, or null in the outermost stack level (main query).
getSourceLine() - Method in class com.qizx.api.EvaluationStackTrace
Gets the text of the line in the source code where the evaluation pointer sits.
getSourceLine() - Method in class com.qizx.api.Message
Gets the text of the related line in the source code.
getSpace() - Method in class com.qizx.api.util.text.LexicalTokenizer
Gets the space that is before the current token.
getSpaceLength() - Method in class com.qizx.api.util.text.LexicalTokenizer
Size of leading space before the current token.
getStack() - Method in class com.qizx.api.EvaluationException
Returns the execution stack at the moment of the error.
getStorageDirectory() - Method in interface com.qizx.api.LibraryManager
Returns the top-level directory of the Library Group.
getStrictCompliance() - Method in interface com.qizx.api.XQueryContext
Returns true if a strict compliance with XQuery Specifications is enforced (not allowing extensions).
getString() - Method in interface com.qizx.api.Item
Gets the item's String value.
getStringValue() - Method in interface com.qizx.api.Node
Returns the String Value of this Node.
getSuperType() - Method in interface com.qizx.api.ItemType
Returns the type from which this type is derived immediately.
getTarget() - Method in interface com.qizx.api.XMLPullStream
Returns the target name for a PROCESSING_INSTRUCTION.
getText() - Method in class com.qizx.api.Message
Gets the message text.
getText() - Method in interface com.qizx.api.XMLPullStream
Returns the textual contents of an atomic node.
getTextLength() - Method in interface com.qizx.api.XMLPullStream
Returns the size of the textual contents of an atomic node.
getTimeOut() - Method in interface com.qizx.api.Expression
Returns the maximum evaluation time, as defined by Expression.setTimeOut(int).
getTokenLength() - Method in class com.qizx.api.util.text.LexicalTokenizer
Returns the length of the current token.
getTokenStart() - Method in class com.qizx.api.util.text.LexicalTokenizer
Returns the start position of the current token.
getTokenValue() - Method in class com.qizx.api.util.text.LexicalTokenizer
Returns the text of the current token: null if the end is reached.
getTraceObserver() - Method in interface com.qizx.api.Expression
Gets the listener used to receive evaluation traces.
getTransientDocumentCacheSize() - Method in interface com.qizx.api.LibraryManager
Gets the current maximum memory size for the document cache.
getTransientDocumentCacheSize() - Method in class com.qizx.api.XQuerySessionManager
Gets the current maximum memory size for the document cache.
getType() - Method in interface com.qizx.api.Item
Returns the XQuery type of the item.
getType(String) - Method in interface com.qizx.api.ItemFactory
Returns a predefined item Type from its name.
getType() - Method in class com.qizx.api.Message
Gets the message type (ERROR or WARNING).
getUser() - Method in interface com.qizx.api.Library
Returns the user associated with this Library session.
getVariableNames() - Method in interface com.qizx.api.XQueryContext
Gets the list of global variables declared in the static context.
getVariableType(QName) - Method in interface com.qizx.api.XQueryContext
Returns the type associated with a declared variable.
getWordSieve() - Method in class com.qizx.api.Indexing
Returns the word sieve used for full-text indexing.
getXQueryVersion() - Method in interface com.qizx.api.XQueryContext
Gets the supported version of XQuery.

© 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