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

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

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

Defines an XML abstraction as being able to be written to a GxContentHandler.


Method Summary
 GxProcessingContext<I,U,N,A,S,T,X> getProcessingContext()
          Returns the processing context associated with this source.
 void write(GxContentHandler<A,S,T> writer)
          Streams the contents of the tree to a GxContentHandler.
 

Method Detail

write

void write(GxContentHandler<A,S,T> writer)
           throws java.io.IOException,
                  GxMarshalException
Streams the contents of the tree to a GxContentHandler.

Parameters:
writer - The output writer.
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.