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

D

DATE - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DATE_TIME - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DAY_TIME_DURATION - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DECIMAL - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DOCTYPE_PUBLIC - Static variable in class net.axyana.qizxopen.dm.XMLSerialOptions
 
DOCTYPE_PUBLIC - Static variable in class net.axyana.qizxopen.dm.XMLSerializer
 
DOCTYPE_SYSTEM - Static variable in class net.axyana.qizxopen.dm.XMLSerialOptions
 
DOCTYPE_SYSTEM - Static variable in class net.axyana.qizxopen.dm.XMLSerializer
 
DOCUMENT - Static variable in interface net.axyana.qizxopen.dm.Node
Node nature (returned by getNature) for a document node.
DOCUMENT - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DOC_BASE_URI - Static variable in class net.axyana.qizxopen.xquery.XQueryEnvironment
System property: specifies a base URI for document resolution in the doc() function.
DOUBLE - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DOUBLE_REGISTER - Static variable in interface net.axyana.qizxopen.xquery.EvalContext
 
DURATION - Static variable in class net.axyana.qizxopen.xquery.XQType
 
DataModel - class net.axyana.qizxopen.dm.DataModel.
Abstract XQuery / XPath2 / XSLT2 Data Model.
DataModel() - Constructor for class net.axyana.qizxopen.dm.DataModel
 
DataModelException - exception net.axyana.qizxopen.dm.DataModelException.
 
DataModelException(String) - Constructor for class net.axyana.qizxopen.dm.DataModelException
 
DataModelException(String, Exception) - Constructor for class net.axyana.qizxopen.dm.DataModelException
 
DateSifter - interface net.axyana.qizxopen.util.DateSifter.
Abstract analyzer/converter from string to date-time.
DefaultDateSifter - class net.axyana.qizxopen.util.DefaultDateSifter.
Default DateSifter implementation: uses a DateFormat (by default the short format of the default locale.)
DefaultDateSifter() - Constructor for class net.axyana.qizxopen.util.DefaultDateSifter
Uses the default locale.
DefaultDateSifter(DateFormat) - Constructor for class net.axyana.qizxopen.util.DefaultDateSifter
General case: use a DateFormat.
DefaultNumberSifter - class net.axyana.qizxopen.util.DefaultNumberSifter.
Converts a number using a locale or a Java NumberFormat.
DefaultNumberSifter() - Constructor for class net.axyana.qizxopen.util.DefaultNumberSifter
Uses the default locale.
DefaultNumberSifter(NumberFormat) - Constructor for class net.axyana.qizxopen.util.DefaultNumberSifter
General case: use a NumberFormat.
DefaultWordSifter - class net.axyana.qizxopen.util.DefaultWordSifter.
A default word extractor suitable for European languages compatible with ISO-8859-1.
DefaultWordSifter() - Constructor for class net.axyana.qizxopen.util.DefaultWordSifter
Builds a case-insensitive and accents-insensitive sifter.
DefaultWordSifter(boolean, boolean) - Constructor for class net.axyana.qizxopen.util.DefaultWordSifter
Builds a sifter specifying case and accent sensitiveness.
DefaultWordSifterU - class net.axyana.qizxopen.util.DefaultWordSifterU.
Dummy class to test dynamically loaded word-sifters
DefaultWordSifterU() - Constructor for class net.axyana.qizxopen.util.DefaultWordSifterU
 
DifferenceIdSet - class net.axyana.qizxopen.util.DifferenceIdSet.
An IdSet that is the difference between a main set and a list of excluded sets.
DifferenceIdSet(IdSet, IdSet[]) - Constructor for class net.axyana.qizxopen.util.DifferenceIdSet
 
DistinctNodeSequence - class net.axyana.qizxopen.xquery.dm.DistinctNodeSequence.
Node Filter removing duplicates.
DistinctNodeSequence(XQValue) - Constructor for class net.axyana.qizxopen.xquery.dm.DistinctNodeSequence
 
DocumentManager - class net.axyana.qizxopen.dm.DocumentManager.
Provides access to the data-model of XML documents.
DocumentManager(URL) - Constructor for class net.axyana.qizxopen.dm.DocumentManager
Creation with a single base location.
DocumentManager(String) - Constructor for class net.axyana.qizxopen.dm.DocumentManager
Creation with a single base location.
DocumentParser - class net.axyana.qizxopen.dm.DocumentParser.
Utility for document parsing and data model building.
DocumentParser() - Constructor for class net.axyana.qizxopen.dm.DocumentParser
 
DocumentTest - class net.axyana.qizxopen.xquery.dm.DocumentTest.
Represents the node test document-node().
DocumentTest(NodeTest) - Constructor for class net.axyana.qizxopen.xquery.dm.DocumentTest
 
DocumentWriter - class net.axyana.qizxopen.dm.DocumentWriter.
SAX2 extension for the creation of parsed Documents.
DocumentWriter() - Constructor for class net.axyana.qizxopen.dm.DocumentWriter
 
decode(XMLEventReceiver) - Method in class net.axyana.qizxopen.dm.TreeDecoder
 
decode() - Method in class net.axyana.qizxopen.util.ByteInputBase
 
decodeEvents() - Method in class net.axyana.qizxopen.dm.SAXDecoder
 
deepEq(Node, Collator) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
deepEqual(Node, Collator) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
deepEqual(Node, Collator) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
deepEqual(XQItem, Collator) - Method in interface net.axyana.qizxopen.xquery.XQItem
Deep equality of two items.
deepEqual(XQItem, Collator) - Method in class net.axyana.qizxopen.xquery.XQResultSequence
 
deepEqual(XQItem, Collator) - Method in class net.axyana.qizxopen.xquery.dm.XQFONIDataModel.INode
 
defaultEncoding() - Static method in class net.axyana.qizxopen.util.FileUtil
Returns the default character encoding for this platform.
define(String, String, String, String) - Method in class net.axyana.qizxopen.util.CmdLine
Defines an option.
defineGlobal(QName, XQType) - Method in class net.axyana.qizxopen.xquery.XQueryEnvironment
Defines a global variable in the predefined static context.
defineLocalVariable(QName, XQType, Expression) - Method in interface net.axyana.qizxopen.xquery.StaticContext
Adds a local variable definition during compilation.
defineNamespace(String, String) - Method in class net.axyana.qizxopen.xquery.XQueryEnvironment
Defines a namespace mapping, visible by queries compiled with this environment.
definePrefixHints(NSPrefixMapping) - Method in class net.axyana.qizxopen.dm.TreeEncoder
 
definePrefixHints(NSPrefixMapping) - Method in interface net.axyana.qizxopen.dm.XMLEventReceiver
Optional: defines a preferred prefix/namespace mapping for serialization.
definePrefixHints(NSPrefixMapping) - Method in class net.axyana.qizxopen.dm.XMLEventReceiverBase
 
depth(int) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
descendants(NodeTest) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
descendants(NodeTest) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
descendants(NodeTest) - Method in interface net.axyana.qizxopen.dm.Node
Returns an iterator on descendants that match the node test.
descendantsOrSelf(NodeTest) - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
descendantsOrSelf(NodeTest) - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
descendantsOrSelf(NodeTest) - Method in interface net.axyana.qizxopen.dm.Node
Returns an iterator on descendants (including the node itself) that match the node test.
directPut(HTable.Key) - Method in class net.axyana.qizxopen.util.HTable
 
display(String, Expression) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, XQType) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, Vector) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, Expression[]) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, QName) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, String) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
display(String, int) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
displayp(String, Expression) - Method in class net.axyana.qizxopen.xquery.ExprDump
 
docPosition() - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
docPosition() - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
docPosition() - Method in interface net.axyana.qizxopen.dm.Node
Returns an arbitrary value that is stable on the whole document (for order comparison).
document() - Method in class net.axyana.qizxopen.dm.CoreDataModel.BaseNode
 
document() - Method in class net.axyana.qizxopen.dm.FONIDataModel.BaseNode
 
document() - Method in interface net.axyana.qizxopen.dm.Node
Returns the document node if any, else the top-level node.
documentNode() - Method in class net.axyana.qizxopen.dm.FONIDataModel
Returns the document (or root) node.
dump(int) - Method in class net.axyana.qizxopen.dm.FONIDumper
 
dump(BufferedWriter, int) - Method in class net.axyana.qizxopen.dm.FONIDumper
 
dump(PrintStream) - Method in class net.axyana.qizxopen.util.BitIdSet
 
dump() - Method in class net.axyana.qizxopen.util.RemoteByteInput
 
dump(ExprDump) - Method in class net.axyana.qizxopen.xquery.XQType
 
dumpNode(BufferedWriter, int, boolean) - Method in class net.axyana.qizxopen.dm.FONIDumper
 
dumpTree(BufferedWriter, int, int) - Method in class net.axyana.qizxopen.dm.FONIDumper
 
duplicate() - Method in class net.axyana.qizxopen.util.HTable.Key
 

© 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