org.gxml.sa
Interface GxReadable<I,U,N extends I,A extends I,S,T,X>

All Known Subinterfaces:
GxTree<I,U,N,A,S,T,X>

public interface GxReadable<I,U,N extends I,A extends I,S,T,X>


Method Summary
 GxProcessingContext<I,U,N,A,S,T,X> getProcessingContext()
          Returns the processing context associated with this source.
 GxReader<A,S,T> reader()
          Reterns a reader over a list of events.
 

Method Detail

reader

GxReader<A,S,T> reader()
                                 throws java.io.IOException,
                                        GxMarshalException
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
GxMarshalException

getProcessingContext

GxProcessingContext<I,U,N,A,S,T,X> getProcessingContext()
Returns the processing context associated with this source.



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.