org.gxml.u
Interface GuWritable<N>

All Known Subinterfaces:
GuCursor<N>, GuTree<N>

public interface GuWritable<N>

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


Method Summary
 GuProcessingContext<N> getProcessingContext()
          Returns the processing context associated with this source.
 void write(GuContentHandler writer)
          Streams the contents of the tree to a GuContentHandler.
 

Method Detail

write

void write(GuContentHandler writer)
           throws java.io.IOException,
                  GuMarshalException
Streams the contents of the tree to a GuContentHandler.

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