Package org.gxml.u

Provides the core API for gXML-U

See:
          Description

Interface Summary
GuApplication<N> The application acts as the factory for processing contexts.
GuContentHandler Receive notification of the logical content of an XML tree.
GuCursor<N> A cursor is a random-access representation of an XML tree with the unique property that it moves over the underlying data model without forcing the implementation to provide object handles for each node visited.
GuFragmentBuilder<N> An instance of this interface assembles the events into an XML tree representation.
GuModel<N> The model provides the tree API.
GuProcessingContext<N> The processing context is a factory for new XML documents and adapters.
GuReadable<N> Implementing this interface allows an object to provide a enumeration of sequential XML events.
GuReader A reader provides sequential, forward-only, access to an XML tree.
GuTree<N> A virtual XML tree for which the access mode has not been determined.
GuWritable<N> Defines an XML abstraction as being able to be written to a GuContentHandler.
 

Enum Summary
GuEventKind Enumeration representing possible kinds of events in a sequential read of an XDM tree.
 

Exception Summary
GuAbortException This exception arises when a choice is made to abort the current processing.
GuException  
GuMarshalException A wrapper class over implementation exceptions relating to well-formedness during parsing.
 

Package org.gxml.u Description

Provides the core API for gXML-U

Package Specification



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.