Package galapi

Class Summary
Atomic An Atomic value is one of the nineteen XML Schema data types plus the XQuery type [xdt:untypedAtomic].
AtomicList An AtomicList incapsulates a list of Atomic values.
Attribute A node attribute in the XQeury data model.
AttributeList  
Comment A Comment node in the XQuery data model
CompiledModule A CompiledModule encapsulates a native compiled prolog and a list of statements to be evaluated.
CompiledProlog The CompiledProlog encapsulates one or more prologs that have been compiled.
Context The Context provides the minimal structure of a context.
Document A document element in the XQeury data model.
Element A node element in the XQeury data model.
ExternalContext The ExternalContext includes an optional value for the context item (known as ".") and a list of variable name, ItemList value pairs.
Galax The Galax class contains methods needed to perform queries and to manipulate data under different representations.
Item An Item is the a primitive datatype for a value.
ItemList An ItemList is a collection of items that can be processed or returned as a result by the functions in the class Galax.
NamespaceEnv The NamespaceEnv contains the fragment of the general context that corresponds to namespace declarations.
NameValuePair  
Node A Node is an Item representing an XML node in the XQuery data model.
NodeList  
PreparedProlog A 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 A ProcessingContext contains flags for controlling debugging, printing, and the processing phases
ProcessingInstruction A ProcessingInstruction node in the XQuery data model.
Text A Text node in the XQuery data model
xsAnyURI  
xsBoolean  
xsDate  
xsDateTime  
xsDayTimeDuration  
xsDecimal  
xsDouble  
xsFloat  
xsInt  
xsInteger  
xsQName  
xsString  
xsTime  
xsUntyped  
xsYearMonthDuration  
 

Exception Summary
GalapiException The GalapiException provides a primitive way of being informed when an error occurs.
GalaxInternalException The GalaxInternalException indicates that a serious error inside the XQuery engine was produced.