org.gxml.u
Interface GuFragmentBuilder<N>
- All Superinterfaces:
- java.io.Closeable, java.io.Flushable, GuContentHandler
public interface GuFragmentBuilder<N>
- extends GuContentHandler
An instance of this interface assembles the events into an XML tree representation.
Method Summary |
java.util.List<N> |
getNodes()
This is a shortcut method for getting the tree and then converting it to a node. |
Methods inherited from interface java.io.Closeable |
close |
Methods inherited from interface java.io.Flushable |
flush |
getNodes
java.util.List<N> getNodes()
throws java.io.IOException,
GuMarshalException
- This is a shortcut method for getting the tree and then converting it to a node.
- Returns:
- The node built by this tree builder.
- Throws:
java.io.IOException
GuMarshalException
Copyright © 2009 TIBCO Software Inc. All Rights Reserved.