Overview
Package
Class
Tree
Deprecated
Index
Help
Qizx/open API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
P
PI
- Static variable in class net.axyana.qizxopen.xquery.
XQType
PLATFORM
- Static variable in class net.axyana.qizxopen.util.
PlatformUtil
POSITIVE_INTEGER
- Static variable in class net.axyana.qizxopen.xquery.
XQType
PREDEFINED_MODULE
- Static variable in class net.axyana.qizxopen.xquery.
XQueryBasicEngine
Shared predefined module with extensions.
PROCESSING_INSTRUCTION
- Static variable in interface net.axyana.qizxopen.dm.
Node
Node nature (returned by getNature) for a processing instruction node.
PRODUCT_NAME
- Static variable in class net.axyana.qizxopen.xquery.
XQMetadata
PRODUCT_VERSION
- Static variable in class net.axyana.qizxopen.xquery.
XQMetadata
PlatformUtil
- class net.axyana.qizxopen.util.
PlatformUtil
.
A collection of utility functions (static methods) returning information which is platform dependent.
PlatformUtil()
- Constructor for class net.axyana.qizxopen.util.
PlatformUtil
ProgressHandler
- interface net.axyana.qizxopen.util.
ProgressHandler
.
Measures the progress of a time-consuming task and optionally allows to cancel it.
parent
- Variable in class net.axyana.qizxopen.dm.
CoreDataModel.BaseNode
parent()
- Method in class net.axyana.qizxopen.dm.
CoreDataModel.BaseNode
parent(NodeTest)
- Method in class net.axyana.qizxopen.dm.
CoreDataModel.BaseNode
parent()
- Method in class net.axyana.qizxopen.dm.
FONIDataModel.BaseNode
parent(NodeTest)
- Method in class net.axyana.qizxopen.dm.
FONIDataModel.BaseNode
parent()
- Method in interface net.axyana.qizxopen.dm.
Node
Accessor dm:parent().
parent(NodeTest)
- Method in interface net.axyana.qizxopen.dm.
Node
Returns a sequence of length 1 (if the parent matches the nodeTest) else 0.
parse(InputSource)
- Static method in class net.axyana.qizxopen.dm.
DocumentParser
Simple document parsing.
parse(InputSource)
- Method in class net.axyana.qizxopen.dm.
NodeXMLReader
parse(String)
- Method in class net.axyana.qizxopen.dm.
NodeXMLReader
parse(String[], Object)
- Method in class net.axyana.qizxopen.util.
CmdLine
Parses the command line.
parse(InputSource)
- Method in class net.axyana.qizxopen.xquery.
XQueryXMLReader
parse(String)
- Method in class net.axyana.qizxopen.xquery.
XQueryXMLReader
parseBase64Binary(String)
- Static method in class net.axyana.qizxopen.util.
Binary
parseDocument(URL)
- Method in class net.axyana.qizxopen.dm.
DocumentParser
Simple document parsing (no caching).
parseDocument(InputSource)
- Method in class net.axyana.qizxopen.dm.
DocumentParser
Simple document parsing.
parseDocument(InputSource, DocumentWriter)
- Method in class net.axyana.qizxopen.dm.
DocumentParser
Simple document parsing.
parseDocument(InputSource, DocumentWriter, XMLReader)
- Method in class net.axyana.qizxopen.dm.
DocumentParser
Simple document parsing, with a specified XML Reader.
parseHexBinary(String)
- Static method in class net.axyana.qizxopen.util.
Binary
parsePattern(char[], int)
- Method in class net.axyana.qizxopen.util.
SoundsLikePattern
parsePhrase(String, int, WordSifter)
- Static method in class net.axyana.qizxopen.dm.
FulltextQuery
Parses and builds a phrase query: simple sequence of terms without quotes.
parseQuery(String, WordSifter)
- Static method in class net.axyana.qizxopen.dm.
FulltextQuery
Parses and builds a general FulltextQuery.
pattern
- Variable in class net.axyana.qizxopen.dm.
FulltextQuery.Hiliter
plus
- Variable in class net.axyana.qizxopen.xquery.
XQItemType
The '+' type sequence associated with this atomic type.
pnGetCharValue(int, int)
- Method in interface net.axyana.qizxopen.dm.
FONIDocument
Specially meant for indexing: gets the string value of a "pseudo-node" (attribute or NS).
pnGetCharValue(int, int)
- Method in class net.axyana.qizxopen.dm.
IDocument
pnGetName(int)
- Method in interface net.axyana.qizxopen.dm.
FONIDocument
Gets the name of a pseudo Node Attribute / Namespace.
pnGetName(int)
- Method in class net.axyana.qizxopen.dm.
IDocument
pnGetNameId(int)
- Method in interface net.axyana.qizxopen.dm.
FONIDocument
Gets the name-id of a pseudo-node Attribute / Namespace.
pnGetNameId(int)
- Method in class net.axyana.qizxopen.dm.
IDocument
pnGetNext(int)
- Method in interface net.axyana.qizxopen.dm.
FONIDocument
Returns the next pseudo-node (attribute or NS).
pnGetNext(int)
- Method in class net.axyana.qizxopen.dm.
IDocument
pnGetStringValue(int)
- Method in interface net.axyana.qizxopen.dm.
FONIDocument
Gets the string value for pseudo-nodes Attributes and Namespaces.
pnGetStringValue(int)
- Method in class net.axyana.qizxopen.dm.
IDocument
Gets the string value for pseudo-nodes Attributes and Namespaces.
popDotType()
- Method in interface net.axyana.qizxopen.xquery.
StaticContext
popLocalVariables(LocalVariable)
- Method in interface net.axyana.qizxopen.xquery.
StaticContext
Pops local variable definitions during compilation.
preceding(NodeTest)
- Method in class net.axyana.qizxopen.dm.
CoreDataModel.BaseNode
preceding(NodeTest)
- Method in class net.axyana.qizxopen.dm.
FONIDataModel.BaseNode
preceding(NodeTest)
- Method in interface net.axyana.qizxopen.dm.
Node
Returns an iterator preceding nodes (in document order) that match the node test.
precedingSiblings(NodeTest)
- Method in class net.axyana.qizxopen.dm.
CoreDataModel.BaseNode
precedingSiblings(NodeTest)
- Method in class net.axyana.qizxopen.dm.
FONIDataModel.BaseNode
precedingSiblings(NodeTest)
- Method in interface net.axyana.qizxopen.dm.
Node
Returns an iterator on preceding siblings (in document order) that match the node test.
prefixedName(QName)
- Method in class net.axyana.qizxopen.util.
NSPrefixMapping
Converts a QName into a prefixed name.
prefixedName(QName)
- Method in interface net.axyana.qizxopen.xquery.
StaticContext
Converts a QName to prefix:ncname using the declared namespaces.
prepareExpression(String)
- Method in class net.axyana.qizxopen.xquery.
XQueryConnection
Compiles the source code of a query and returns a prepared Expression.
pretty()
- Method in class net.axyana.qizxopen.xquery.
ExprDump
print(String)
- Method in class net.axyana.qizxopen.xquery.
ExprDump
printHelp(PrintStream)
- Method in class net.axyana.qizxopen.util.
CmdLine
printMessage(XQMessage, PrintWriter, boolean)
- Static method in class net.axyana.qizxopen.xquery.
XQMessage
printMessages(XQMessage, PrintWriter, boolean)
- Static method in class net.axyana.qizxopen.xquery.
XQMessage
printStack(PrintWriter, boolean)
- Method in class net.axyana.qizxopen.xquery.
XQEvalException
Helper function: print the stack trace to a stream
printf(char[])
- Static method in class net.axyana.qizxopen.util.
Util
println(String)
- Method in class net.axyana.qizxopen.xquery.
ExprDump
processingInstruction(String, String)
- Method in class net.axyana.qizxopen.dm.
IDocument
processingInstruction(String, String)
- Method in class net.axyana.qizxopen.dm.
SAXEncoder
properties(Class, String)
- Static method in class net.axyana.qizxopen.util.
Util
pushDotType(XQType)
- Method in interface net.axyana.qizxopen.xquery.
StaticContext
Defines the type of '.' for the enclosed expression.
put(HTable.Key)
- Method in class net.axyana.qizxopen.util.
HTable
putByte(int)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putByte(int)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putByte(byte)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putBytes(byte[])
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putBytes(byte[])
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putBytes(byte[], int, int)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putChars(char[], int, int)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putChars(char[], int, int)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putChars(char[])
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putDouble(double)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putDouble(double)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putString(String)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putString(String)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putVint(int)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putVint(int)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
putVlong(long)
- Method in interface net.axyana.qizxopen.util.
ByteOutput
putVlong(long)
- Method in class net.axyana.qizxopen.util.
ByteOutputBase
Overview
Package
Class
Tree
Deprecated
Index
Help
© 2005 Axyana Software
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y