org.gxml.sa
Interface GxContentFilter<A,S,T>

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

public interface GxContentFilter<A,S,T>
extends GxContentHandler<A,S,T>, GxContentSupplier<A,S,T>

Implemented by components that handle and supply XQuery Data Model (XDM) Content.


Method Summary
 
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
 
Methods inherited from interface org.gxml.sa.GxContentSupplier
setGxContentHandler
 



Copyright © 2009 TIBCO Software Inc. All Rights Reserved.