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

G

GAP - Static variable in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
A pseudo-event that represents skipped words
get(String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Gets the contents of a Document or of a Collection.
get(String, int) - Method in class com.qizx.apps.restapi.RestAPIConnection
Gets the contents of a Document or of a Collection.
get(String, String, int) - Method in class com.qizx.apps.restapi.RestAPIConnection
Gets the contents of a Document or of a Collection.
getAccessControl() - Method in interface com.qizx.api.Library
Returns the Access Control associated with this Library.
getAcl(String, boolean) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns the ACL information for a Library member of the current XML Library.
getAllowedClasses() - Static method in class com.qizx.api.Configuration
Returns a list of classes allowed for Java Binding.
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.
getAttributes() - Method in interface com.qizx.api.Node
Gets the attributes of an element.
getAttributeValue(int) - Method in interface com.qizx.api.XMLPullStream
On ELEMENT_START, returns the string-value of the N-th attribute of the element.
getBase() - Method in class com.qizx.api.util.DefaultModuleResolver
 
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.
getCategory() - Method in class com.qizx.api.Configuration.Property
 
getCharValue() - Method in interface com.qizx.api.Node
Returns the String Value of this leaf Node as a char array.
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.
getChildren(String, int) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns children of Collection: documents or collections as an iterator.
getClusterName() - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns
getClusterNodes() - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns
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).
getCommitId() - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the "commit id", an integer which is increased on each successful commit.
getCommitTime() - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the precise time when the commit was performed.
getConfiguration() - Method in interface com.qizx.api.LibraryManager
Gets the current configuration properties of the LibraryManager.
getConfiguration() - Method in class com.qizx.api.XQuerySessionManager
Gets the current configuration properties of the Session Manager.
getConfiguration(boolean) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns a table of configuration properties.
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.
getContextDepth() - Method in class com.qizx.api.Indexing.Rule
Returns the element context depth.
getCount() - Method in class com.qizx.api.admin.Profiling
 
getCreatedDocument(String) - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the Document descriptor corresponding to this path if and only if this document has been created in the related commit.
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.
getCurrentNode() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getCurrentNode() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
getCurrentNode() - Method in interface com.qizx.api.XMLPullStream
Returns the current node, if the implementation of this object is able to.
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.
getDefaultOrderEmptyGreatest() - Method in interface com.qizx.api.XQueryContext
Gets the default order for empty sequences in 'order by' clauses.
getDefaultValue() - Method in class com.qizx.api.Configuration.Property
 
getDeletedDocument(String) - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the Document descriptor corresponding to this path if and only if this document has been deleted in the related commit.
getDescription() - Method in class com.qizx.api.Configuration.Property
 
getDigitMax() - Method in interface com.qizx.api.fulltext.TextTokenizer
Returns the maximum number of digits a word can contain.
getDigitMax() - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 
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.
getDocumentWeight(Document) - Method in interface com.qizx.api.fulltext.Scorer
Support of document ranking: returns a positive number (default 1) which is used as a weight for the document.
getDocumentWeight(Document) - Method in class com.qizx.api.util.fulltext.DefaultScorer
 
getDone() - Method in class com.qizx.api.admin.BackgroundTask
 
getDouble() - Method in interface com.qizx.api.Item
Gets the item's double value.
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.
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 class com.qizx.api.util.XMLSerializer
Returns the current encoding.
getEncoding() - Method in interface com.qizx.api.XMLPullStream
Returns the declared encoding of the document, if any.
getEndPosition() - Method in class com.qizx.api.EvaluationStackTrace
Gets the character end-position of the evaluated expression in this stack level.
getEndTime() - Method in class com.qizx.api.admin.BackgroundTask
 
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 exception com.qizx.api.QizxException
Gets the error code.
getErrorCount() - Method in exception 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.
getExpression() - Method in interface com.qizx.api.ItemSequence
Returns the Expression the evaluation of which this sequence is the result.
getExtensionClass(String) - Static method in class com.qizx.api.Configuration
(Internal) finds a class name using extended classpath.
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.
getFullTextFactory() - Method in interface com.qizx.api.LibraryManager
Returns the FullTextFactory specified by LibraryManager.setFullTextFactory(FullTextFactory).
getFullTextFactory() - Method in interface com.qizx.api.XQuerySession
Returns the Fulltext Provider associated with the session.
getFullTextFactory() - Method in class com.qizx.api.XQuerySessionManager
 
getFulltextScore() - Method in interface com.qizx.api.ItemSequence
Returns the full-text score, if applicable.
getGroupDirectory() - Method in interface com.qizx.api.LibraryManager
Returns the top-level directory of the Library Group.
getIdentifier() - Method in interface com.qizx.api.Expression
Returns a unique identifier of the expression.
getIdentifier() - Method in interface com.qizx.api.XQuerySession
Returns a unique identifier of the session.
getImplicitTimeZone() - Method in interface com.qizx.api.XQueryContext
Returns the current implicit time-zone in the execution context.
getIndent() - Method in class com.qizx.api.util.XMLSerializer
 
getIndexing() - Method in interface com.qizx.api.Library
Gets the current indexing rules.
getIndexing() - Method in class com.qizx.apps.restapi.RestAPIConnection
Wraps the "getindexing" command.
getIndexingType() - Method in class com.qizx.api.Indexing.Rule
Gets the indexes targeted by this rule (STRING, NUMERIC, DATE or combination).
getInScopePrefixes() - Method in interface com.qizx.api.XQueryContext
Returns the prefixes of in-scope namespace definitions.
getInstance() - Static method in class com.qizx.api.LibraryManagerFactory
Deprecated. 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.
getLevel() - Method in class com.qizx.api.Configuration.Property
 
getLexicalHandler() - Method in class com.qizx.api.util.PushStreamToSAX
Returns the current SAX lexical handler.
getLibrary() - Method in interface com.qizx.api.Expression
Returns the XML Library of the compiled expression.
getLibrary() - Method in interface com.qizx.api.LibraryMember
Returns the Library session owning this member.
getLibrary() - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns an XML Library session reflecting the state of the database after the commit.
getLibraryDocument() - Method in interface com.qizx.api.Node
Returns the XML Library Document the Node belongs to, if applicable.
getLibraryLogger(String) - Method in interface com.qizx.api.LibraryManager
Returns the logger associated with a Library.
getLibraryName() - Method in class com.qizx.api.admin.BackgroundTask
 
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.
getLogger() - Method in interface com.qizx.api.LibraryManager
Returns the logger associated with the LibraryManager.
getLongAtomValue() - Method in interface com.qizx.api.Node
Returns the node contents as an integer value.
getMaxSnippetSize() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
Gets the current maximum number of words in a snippet.
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.
getMaxWorkSize() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
Gets the maximum number of words examined to create a snippet.
getMember(String) - Method in interface com.qizx.api.Library
Returns the specified member (Document or Collection) or null if such member does not exist.
getMemberProperties(String, String[]) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns metadata properties of a Library Member (document or collection)
getMembers(String, int, String[]) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns an iterator over XML Library members
getMemoryLimit() - Method in interface com.qizx.api.LibraryManager
Defines the maximum memory size the generated LibraryManager can use.
getMemoryLimit() - Method in class com.qizx.api.LibraryManagerFactory
Deprecated. from 4.0, use LibraryManager.getMemoryLimit().
getMessage() - Method in class com.qizx.api.admin.Profiling
 
getMessages() - Method in exception 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.Configuration.Property
 
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.User
Returns the name of the User.
getName() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getName() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
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.
getNames() - Method in interface com.qizx.api.ContentImporter
Returns a list of names that can be used to designate the data format imported by this object.
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(String) - Method in interface com.qizx.api.Node
Returns a matching Namespace for the prefix by looking up the in-scope namespace definitions.
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.
getNext() - Method in class com.qizx.api.admin.Profiling
 
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.ItemType
Returns a code describing the node kind, when this type is a node type (element(), attribute(name) etc.).
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.ItemType
Returns the name associated with a Node Type.
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.
getNodeType(int, QName) - Method in interface com.qizx.api.ItemFactory
Returns a node Type from a node-kind and an optional element or attribute name.
getNonXMLDocument(String) - Method in interface com.qizx.api.Library
Gets a non-XML Document by its path inside the Library.
getNSPrefix(String) - Method in interface com.qizx.api.XMLPushStream
Finds the namespace prefix bound to this NS URI in the current context.
getNsPrefixes() - Method in class com.qizx.api.util.PushStreamToSAX
Gets the "NS prefixes" option: controls namespace prefix output.
getNSURI(String) - Method in interface com.qizx.api.XMLPushStream
Finds the namespace URI bound to this NS prefix in the current context.
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).
getOptionNames() - Method in interface com.qizx.api.XQueryContext
Gets the list of options declared in the static context of a query.
getOptionValue(QName) - Method in interface com.qizx.api.XQueryContext
Returns the string literal declared as value of the specified option.
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.
getPostCommitTriggers(String) - Method in interface com.qizx.api.LibraryManager
Returns a list of post-commit Triggers.
getPrefix() - Method in interface com.qizx.api.QName
Returns an optional prefix associated with the QName (may be null).
getProfilingAnnotations() - Method in interface com.qizx.api.Expression
Returns a list of profiling annotations if the expression was executed by Expression.profile(), else null.
getProfilingAnnotations() - Method in interface com.qizx.api.ItemSequence
Returns a list of Profiling annotations when the query was executed through the profile() method.
getProgress(String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Wraps the "progress" command.
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.
getQueryTermCount() - Method in interface com.qizx.api.fulltext.FullTextPullStream
Returns the number of terms in the query.
getQueryTermCount() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getQueryTermCount() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
getQueryTerms() - Method in interface com.qizx.api.fulltext.FullTextPullStream
Returns the terms of the query as a String array.
getQueryTerms() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getQueryTerms() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
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.
getRootPaths() - Method in interface com.qizx.api.Expression
Returns a list of document or collection paths used as roots of Path-Expressions.
getSequence(int) - Method in class com.qizx.api.fulltext.Thesaurus.LookupResult
Returns the word sequence at rank 'index'.
getSequenceType(int) - Method in interface com.qizx.api.ItemType
Returns the sequence type corresponding to this item type and the occurrence specified as argument.
getSession() - Method in interface com.qizx.api.Expression
Returns the Session of the compiled expression.
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).
getSource() - Method in interface com.qizx.api.Expression
Returns the source code of the compiled expression.
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.
getSpaceLimit() - Method in interface com.qizx.api.Expression
Returns the maximum space allowed for evaluation of the expression.
getStack() - Method in exception com.qizx.api.EvaluationException
Returns the execution stack at the moment of the error.
getStartTime() - Method in class com.qizx.api.admin.BackgroundTask
 
getStartTime() - Method in interface com.qizx.api.Expression
Returns the start time of the running evaluation.
getStaticType() - Method in interface com.qizx.api.Expression
Returns the static (or formal) type of the compiled expression.
getStats(String) - Method in class com.qizx.apps.restapi.RestAPIConnection
Returns a table of statistics from the server.
getStemmer(String) - Method in interface com.qizx.api.fulltext.FullTextFactory
Returns an appropriate Stemmer for the language, if any.
getStemmer(String) - Method in class com.qizx.api.util.fulltext.DefaultFullTextFactory
 
getStrictCompliance() - Method in interface com.qizx.api.XQueryContext
Returns true if a strict compliance with XQuery Specifications is enforced (not allowing extensions).
getStrictTyping() - Method in interface com.qizx.api.XQueryContext
Returns true if Strict Typing is enabled in this context.
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.
getStripWhiteSpace() - Method in class com.qizx.api.util.ImportOptions
 
getSuperType() - Method in interface com.qizx.api.ItemType
Returns the type from which this type is derived immediately.
getSynonym(int) - Method in class com.qizx.api.fulltext.Thesaurus.LookupResult
 
getTarget() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getTarget() - Method in interface com.qizx.api.XMLPullStream
Returns the target name for a PROCESSING_INSTRUCTION.
getTaskName() - Method in class com.qizx.api.admin.BackgroundTask
 
getTermPosition() - Method in interface com.qizx.api.fulltext.FullTextPullStream
On a FT_TERM event, returns the rank of the term (word, wildcard) in the full-text query.
getTermPosition() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getTermPosition() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
getText() - Method in class com.qizx.api.Message
Gets the message text.
getText() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getText() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
getText() - Method in interface com.qizx.api.XMLPullStream
Returns the textual contents of an atomic node.
getTextLength() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getTextLength() - Method in interface com.qizx.api.XMLPullStream
Returns the size of the textual contents of an atomic node.
getThesaurus(String, String, String, int, int) - Method in interface com.qizx.api.fulltext.FullTextFactory
Returns a Thesaurus lookup driver.
getThesaurus(String, String, String, int, int) - Method in class com.qizx.api.util.fulltext.DefaultFullTextFactory
 
getTimeOut() - Method in interface com.qizx.api.Expression
Returns the maximum evaluation time, as defined by Expression.setTimeOut(int).
getTokenAt(int) - Method in class com.qizx.api.fulltext.Thesaurus.TokenSequence
Returns the token at position 'index'.
getTokenChars() - Method in interface com.qizx.api.fulltext.TextTokenizer
Returns the current token as a new character array.
getTokenChars() - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 
getTokenizer(String) - Method in interface com.qizx.api.fulltext.FullTextFactory
Returns an instance of TextTokenizer suitable for the specified language.
getTokenizer(String) - Method in class com.qizx.api.util.fulltext.DefaultFullTextFactory
 
getTokenLength() - Method in interface com.qizx.api.fulltext.TextTokenizer
Returns the original length of the last word returned by nextWord.
getTokenLength() - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 
getTokenLength() - Method in class com.qizx.api.util.text.LexicalTokenizer
Returns the length of the current token.
getTokenOffset() - Method in interface com.qizx.api.fulltext.TextTokenizer
Returns the offset (in source text chunk) of the last word returned by nextWord.
getTokenOffset() - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 
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.
getTransientDocumentCache() - Method in interface com.qizx.api.LibraryManager
Gets the document cache.
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 class com.qizx.api.admin.Profiling
 
getType() - Method in class com.qizx.api.Configuration.Property
 
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 or DETAIL).
getUpdatedCollection(String) - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns a non-null Collection descriptor if the collection with this path has been updated (i.e anything nested within the collection has changed).
getUpdatedDocument(String) - Method in interface com.qizx.api.PostCommitTrigger.CommitEvent
Returns the Document descriptor corresponding to this path if and only if this document has been updated in the related commit.
getUser() - Method in interface com.qizx.api.Library
Returns the user associated with this Library session.
getValue() - Method in exception com.qizx.api.EvaluationException
 
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.
getWordCount() - Method in interface com.qizx.api.fulltext.FullTextPullStream
On a TEXT or FT_TERM event, returns the number of words in the text chunk.
getWordCount() - Method in class com.qizx.api.util.fulltext.FullTextHighlighter
 
getWordCount() - Method in class com.qizx.api.util.fulltext.FullTextSnippetExtractor
 
getWordSieve() - Method in class com.qizx.api.Indexing
Returns the word sieve used for full-text indexing.
getWordSieve() - Method in interface com.qizx.api.XQuerySession
Deprecated. see XQuerySession.getFullTextFactory() XQuerySession.setFullTextFactory(com.qizx.api.fulltext.FullTextFactory)
getXQueryVersion() - Method in interface com.qizx.api.XQueryContext
Gets the supported version of XQuery.
GlobFilter - Class in com.qizx.api.util
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.
gotWildcard() - Method in interface com.qizx.api.fulltext.TextTokenizer
Returns true if wildcard characters have been recognized in the current token.
gotWildcard() - Method in class com.qizx.api.util.fulltext.DefaultTextTokenizer
 

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