|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Atomic
value is one of the nineteen
XML Schema data types plus the XQuery type [xdt:untypedAtomic].AtomicList
incapsulates a list of
Atomic
values.Comment
node in the XQuery data modelComment
whose
string value is given by the xsString
argument
CompiledModule
encapsulates a native
compiled prolog and a list of statements to be
evaluated.CompiledProlog
encapsulates one or more prologs
that have been compiled.Context
provides the minimal structure of
a context.Item
at the
beginning of an ItemList
.
ProcessingContext
which just contains flags for controlling debugging, printing, and
the processing phases.
ExternalContext
includes an optional value for the context
item (known as ".") and a list of variable name, ItemList
value
pairs.PreparedProlog
,
evaluates a single compiled statement.
CompiledProlog
, evaluates the XQuery
statement in the string argument.
ItemList
.
GalapiException
provides a primitive way
of being informed when an error occurs.Galax
class contains methods needed to perform
queries and to manipulate data under different representations.GalaxInternalException
indicates that a serious
error inside the XQuery engine was produced.ItemList is a collection of items
that can be processed or returned as a result
by the functions in the class Galax
.- ItemList() -
Constructor for class galapi.ItemList
- creates an empty item list
- ItemList(int) -
Constructor for class galapi.ItemList
-
- ItemsFirst() -
Method in class galapi.ItemList
-
- ItemsNext() -
Method in class galapi.ItemList
-
- ilist -
Variable in class galapi.ItemList
-
- importLibraryModule(CompiledProlog, int, String) -
Static method in class galapi.Galax
- Used to import other library modules.
- importMainModule(CompiledProlog, boolean, int, String) -
Static method in class galapi.Galax
- Used to import a main module defined in a file.
- init() -
Static method in class galapi.Galax
- Does the initialization stuff, that is it passes program arguments
to the OCaml Sys module.
- intToItem(int) -
Static method in class galapi.xsInt
-
- integerToItem(int) -
Static method in class galapi.xsInteger
-
- isEmpty() -
Method in class galapi.ItemList
-
- item -
Variable in class galapi.Context
-
- item -
Variable in class galapi.Item
-
- itemKind() -
Method in class galapi.Item
- XQuery Accessor: get kind of item.
- itemToBoolean(int) -
Static method in class galapi.xsBoolean
-
- itemToDecimal(int) -
Static method in class galapi.xsDecimal
-
- itemToDouble(int) -
Static method in class galapi.xsDouble
-
- itemToFloat(int) -
Static method in class galapi.xsFloat
-
- itemToInt(int) -
Static method in class galapi.xsInt
-
- itemToInteger(int) -
Static method in class galapi.xsInteger
-
NamespaceEnv
contains the fragment of the general
context that corresponds to namespace declarations.Node
is an Item
representing an XML node in
the XQuery data model.PreparedProlog
is a CompiledProlog
takes
an external context defined by the application (e.g., the values of
the context item and any global variables) and returns a prolog
in which all global variables have been evaluated.ProcessingContext
contains flags
for controlling debugging, printing, and
the processing phasesProcessingInstruction
node in the XQuery data model.Text
node in the XQuery data modelNode
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |