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

C

CHAR - Static variable in class net.axyana.qizxopen.xquery.XQType
 
CODEPOINT - Static variable in class net.axyana.qizxopen.util.Collations
 
CODEPOINT_SHORT - Static variable in class net.axyana.qizxopen.util.Collations
 
COMMENT - Static variable in interface net.axyana.qizxopen.dm.Node
Node nature (returned by getNature) for a Comment node.
COMMENT - Static variable in class net.axyana.qizxopen.xquery.XQType
 
CmdLine - class net.axyana.qizxopen.util.CmdLine.
Command line option analyzer.
CmdLine(String) - Constructor for class net.axyana.qizxopen.util.CmdLine
Creation with an application name.
CmdLine.Error - exception net.axyana.qizxopen.util.CmdLine.Error.
 
CmdLine.Error() - Constructor for class net.axyana.qizxopen.util.CmdLine.Error
 
CmdLine.Error(String) - Constructor for class net.axyana.qizxopen.util.CmdLine.Error
 
Collations - class net.axyana.qizxopen.util.Collations.
Utility class for manipulation of text Collators, providing collator-based search functions.
Collations() - Constructor for class net.axyana.qizxopen.util.Collations
 
CoreByteInput - class net.axyana.qizxopen.util.CoreByteInput.
Reads bytes from a list of data blocks.
CoreByteInput() - Constructor for class net.axyana.qizxopen.util.CoreByteInput
 
CoreByteInput(CoreByteOutput) - Constructor for class net.axyana.qizxopen.util.CoreByteInput
 
CoreByteOutput - class net.axyana.qizxopen.util.CoreByteOutput.
Output to a list of byte blocks.
CoreByteOutput() - Constructor for class net.axyana.qizxopen.util.CoreByteOutput
 
CoreDataModel - class net.axyana.qizxopen.dm.CoreDataModel.
Basic in-core implementation of Data Model, which can be used independently of XQuery.
CoreDataModel() - Constructor for class net.axyana.qizxopen.dm.CoreDataModel
 
CoreDataModel.BaseNode - class net.axyana.qizxopen.dm.CoreDataModel.BaseNode.
[Internal].
CoreDataModel.BaseNode() - Constructor for class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
CreatedElements - Static variable in class net.axyana.qizxopen.dm.CoreDataModel
 
CreatedText - Static variable in class net.axyana.qizxopen.dm.CoreDataModel
 
camelCase(String, boolean) - Static method in class net.axyana.qizxopen.util.Util
Converts a name to 'camelCase': hyphens are removed, letters following hyphens are converted to uppercase.
cancel() - Method in class net.axyana.qizxopen.util.Timer.Request
 
captureOutput(Process, String[]) - Static method in class net.axyana.qizxopen.util.PlatformUtil
Captures output of specified newly started process (see PlatformUtil.shellStart(String)).
cast(XQValue, EvalContext) - Method in class net.axyana.qizxopen.xquery.XQItemType
Attempts to cast the current item of the value to this type.
charAt(int) - Method in class net.axyana.qizxopen.util.DefaultWordSifter
 
charAt(int) - Method in class net.axyana.qizxopen.util.RegexpPattern
 
charAt(int) - Method in interface net.axyana.qizxopen.util.WordSifter
Returns the character at current position + ahead, or 0 if after end.
characters(String) - Method in class net.axyana.qizxopen.dm.DocumentWriter
 
characters(char[], int, int) - Method in class net.axyana.qizxopen.dm.IDocument
 
characters(String) - Method in class net.axyana.qizxopen.dm.IDocument
 
characters(char[], int, int) - Method in class net.axyana.qizxopen.dm.SAXEncoder
 
characters(String) - Method in class net.axyana.qizxopen.dm.SAXEncoder
 
check(Prototype, int, Expression) - Method in interface net.axyana.qizxopen.xquery.StaticContext
Checks an expression against a prototype argument, raises an error if no match.
check(XQValue) - Method in class net.axyana.qizxopen.xquery.XQType
Dynamic matching.
checkType(Expression, XQType, String) - Method in interface net.axyana.qizxopen.xquery.StaticContext
Checks an expression against a type, raises an error if no match.
children(NodeTest) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
children() - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
children(NodeTest) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
children() - Method in interface net.axyana.qizxopen.dm.Node
Accessor dm:children.
children(NodeTest) - Method in interface net.axyana.qizxopen.dm.Node
Returns an iterator on children that match the node test.
clear() - Method in class net.axyana.qizxopen.util.BitIdSet
Clear all elements.
clear() - Method in class net.axyana.qizxopen.util.HTable
 
clear() - Method in class net.axyana.qizxopen.util.NSTable
Clears all the contents.
clearBit(int, int) - Static method in class net.axyana.qizxopen.util.Util
 
close() - Method in class net.axyana.qizxopen.dm.DocumentWriter
Terminates creation of a document (required).
close() - Method in class net.axyana.qizxopen.dm.IDocument
 
close() - Method in class net.axyana.qizxopen.dm.SAXEncoder
 
close() - Method in class net.axyana.qizxopen.util.ByteInputStream
 
close() - Method in class net.axyana.qizxopen.util.ByteOutputStream
 
close() - Method in class net.axyana.qizxopen.util.CoreByteOutput
 
close() - Method in class net.axyana.qizxopen.xquery.XQResultSequence
 
close() - Method in class net.axyana.qizxopen.xquery.XQueryConnection
Releases memory resources used by this connection.
collapseWhiteSpace(String) - Static method in class net.axyana.qizxopen.util.XMLUtil
Replaces successive XML space characters by a single space character (' ') then removes leading and trailing space characters if any.
commandSeparator() - Static method in class net.axyana.qizxopen.util.PlatformUtil
Returns the command separator of the standard shell of the platform.
comment(char[], int, int) - Method in class net.axyana.qizxopen.dm.IDocument
 
comment(char[], int, int) - Method in class net.axyana.qizxopen.dm.SAXEncoder
 
compare(String, String, Collator) - Static method in class net.axyana.qizxopen.util.Collations
Simple helper.
compare(Object, Object) - Method in interface net.axyana.qizxopen.util.QuickSort.Compare
 
compareStringValues(Node, Collator) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
compareStringValues(Node, Collator) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
compareStringValues(Node, Collator) - Method in interface net.axyana.qizxopen.dm.Node
Compares the string values of two nodes, optionally using a collation.
compareTo(Binary) - Method in class net.axyana.qizxopen.util.Binary
 
compareTo(Namespace) - Method in class net.axyana.qizxopen.util.Namespace
 
compareTo(QName) - Method in class net.axyana.qizxopen.util.QName
 
compareTo(XQItem, Collator, int) - Method in class net.axyana.qizxopen.xquery.Empty
 
compareTo(XQItem, Collator, int) - Method in interface net.axyana.qizxopen.xquery.XQItem
Compares two items.
compareTo(XQItem, Collator, int) - Method in class net.axyana.qizxopen.xquery.XQResultSequence
 
compareTo(XQItem, Collator, int) - Method in class net.axyana.qizxopen.xquery.dm.NodeBase
Value comparison: equivalent to (untypedAtomic, string-value).
compareTo(XQItem, Collator, int) - Method in class net.axyana.qizxopen.xquery.dm.NodeSequenceBase
 
compareTo(XQItem, Collator, int) - Method in class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.INode
Value comparison: equivalent to (untypedAtomic, string-value).
comparison(int) - Static method in class net.axyana.qizxopen.util.Util
 
comparison(double) - Static method in class net.axyana.qizxopen.util.Util
 
compressWhiteSpace(String) - Static method in class net.axyana.qizxopen.util.XMLUtil
Replaces successive XML space characters ('\t', '\r', '\n', ' ') by a single space character (' ').
contains(Node) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
contains(Node) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
contains(Node) - Method in interface net.axyana.qizxopen.dm.Node
Returns true if this node is an ancestor of the parameter node or the node itself.
contentIterator() - Method in interface net.axyana.qizxopen.xquery.XQueryPragma
Returns an iterator that analyzes the contents as a list of pseudo-attributes of the form attr=value.
contentTypeToCharsetName(String) - Static method in class net.axyana.qizxopen.util.FileUtil
Parses a content type such as "text/html; charset=ISO-8859-1" and returns the name of the IANA charset (that is, the name of the encoding).
convert(String) - Method in interface net.axyana.qizxopen.util.DateSifter
Converts the date to a double (in milliseconds from 1970-01-01 00:00:00 UTC).
convert(String) - Method in class net.axyana.qizxopen.util.DefaultDateSifter
 
convert(String) - Method in class net.axyana.qizxopen.util.DefaultNumberSifter
 
convert(String) - Method in interface net.axyana.qizxopen.util.NumberSifter
Converts the string to a double.
convertBasicNode(FONIDataModel.BaseNode) - Static method in class net.axyana.qizxopen.xquery.dm.XQFONIDataModel
 
convertFromArray(Object) - Method in class net.axyana.qizxopen.xquery.XQItemType
Conversion of external Java array of related type to internal value.
convertFromObject(Object) - Method in class net.axyana.qizxopen.xquery.XQType
Conversion of external Java objects to internal values.
convertToArray(XQValue) - Method in class net.axyana.qizxopen.xquery.XQItemType
Conversion of internal value to external Java array of proper type.
convertToNamespace(String) - Method in class net.axyana.qizxopen.util.NSPrefixMapping
Returns the most recent Namespace matching the prefix.
convertToObject(Expression, Focus, EvalContext) - Method in class net.axyana.qizxopen.xquery.XQType
Conversion of internal values to external Java objects.
convertToPrefix(Namespace) - Method in class net.axyana.qizxopen.util.NSPrefixMapping
Returns the most recent prefix matching the Namespace.
copy() - Method in class net.axyana.qizxopen.util.BitIdSet
 
copy() - Method in class net.axyana.qizxopen.util.DifferenceIdSet
 
copy() - Method in class net.axyana.qizxopen.util.IdSet
 
copy() - Method in class net.axyana.qizxopen.util.IntersectionIdSet
 
copy() - Method in class net.axyana.qizxopen.util.NSPrefixMapping
 
copyFile(String, String) - Static method in class net.axyana.qizxopen.util.FileUtil
Copy a file.
copyFile(File, File) - Static method in class net.axyana.qizxopen.util.FileUtil
Copy a file.
createExpression() - Method in class net.axyana.qizxopen.xquery.XQueryConnection
Creates an empty expression sharing the static and dynamic environment.
currentItem() - Method in interface net.axyana.qizxopen.xquery.Focus
Gets the current item.
currentItemAsDouble() - Method in interface net.axyana.qizxopen.xquery.Focus
Gets the current item as a double for optimization.
currentItemAsInteger() - Method in interface net.axyana.qizxopen.xquery.Focus
Gets the current item as an integer for optimization.
currentItemAsString() - Method in interface net.axyana.qizxopen.xquery.Focus
Gets the current item as a String for optimization.
currentNode() - Method in interface net.axyana.qizxopen.dm.NodeSequence
The last node reached (must be preceded by nextNode(), otherwise the result is indefined.)

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