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

All Superinterfaces:
GxReadable<I,U,N,A,S,T,X>, GxWritable<I,U,N,A,S,T,X>

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

A virtual XML tree for which the access mode has not been determined.


Method Summary
 N asNode()
          Provides random access to the tree as a node.
 
Methods inherited from interface org.gxml.sa.GxReadable
getProcessingContext, reader
 
Methods inherited from interface org.gxml.sa.GxWritable
getProcessingContext, write
 

Method Detail

asNode

N asNode()
                   throws java.io.IOException,
                          GxMarshalException
Provides random access to the tree as a node. This is appropriate for trees that can easily be stored in memory.

Throws:
java.io.IOException
GxMarshalException


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.