Uses of Interface
org.gxml.sa.GxContentHandler

Packages that use GxContentHandler
org.gxml.sa   
 

Uses of GxContentHandler in org.gxml.sa
 

Subinterfaces of GxContentHandler in org.gxml.sa
 interface GxContentFilter<A,S,T>
          Implemented by components that handle and supply XQuery Data Model (XDM) Content.
 interface GxFragmentBuilder<N,A,S,T>
           
 interface GxSequenceFilter<A,S,T>
           
 interface GxSequenceHandler<A,S,T>
           Event handler for serializing an XQuery Data Model as a stream.
 

Methods in org.gxml.sa with parameters of type GxContentHandler
 void GxContentSupplier.setGxContentHandler(GxContentHandler<A,S,T> handler)
           
 void GxCursor.stream(boolean copyNamespaces, boolean copyTypeAnnotations, GxContentHandler<A,S,T> writer)
           
 void GxModel.stream(N node, boolean copyNamespaces, boolean copyTypeAnnotations, GxContentHandler<A,S,T> handler)
          Support for streaming a node to a GxContentHandler.
 void GxWritable.write(GxContentHandler<A,S,T> writer)
          Streams the contents of the tree to a GxContentHandler.
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.