org.gxml.sa
Interface GxFragmentBuilder<N,A,S,T>

All Superinterfaces:
java.io.Closeable, java.io.Flushable, GxContentHandler<A,S,T>

public interface GxFragmentBuilder<N,A,S,T>
extends GxContentHandler<A,S,T>


Method Summary
 java.util.List<N> getNodes()
           
 void reset()
           
 
Methods inherited from interface org.gxml.sa.GxContentHandler
attribute, attribute, comment, endDocument, endElement, ignorableWhitespace, namespace, processingInstruction, startDocument, startElement, text, text
 
Methods inherited from interface java.io.Flushable
flush
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

getNodes

java.util.List<N> getNodes()

reset

void reset()


Copyright © 2009 TIBCO Software Inc. All Rights Reserved.