org.gxml.u
Interface GuReadable<N>

All Known Subinterfaces:
GuTree<N>

public interface GuReadable<N>

Implementing this interface allows an object to provide a enumeration of sequential XML events.


Method Summary
 GuProcessingContext<N> getProcessingContext()
          Returns the processing context associated with this source.
 GuReader reader()
          Reterns a reader over a list of events.
 

Method Detail

reader

GuReader reader()
                throws java.io.IOException,
                       GuMarshalException
Reterns a reader over a list of events. Provides sequential access to the tree through a reader. This is appropriate for trees that are expected to be large.

Throws:
java.io.IOException
GuMarshalException

getProcessingContext

GuProcessingContext<N> getProcessingContext()
Returns the processing context associated with this source.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.