dbXML API

Uses of Interface
com.dbxml.xml.dtsm.Consumer

Packages that use Consumer
com.dbxml.xml.dom Defines the dbXML DOM support interfaces. 
com.dbxml.xml.dtsm Defines the dbXML DTSM support interfaces. 
com.dbxml.xml.sax Defines the dbXML SAX support interfaces. 
com.dbxml.xml.text Defines the dbXML Text support interfaces. 
 

Uses of Consumer in com.dbxml.xml.dom
 

Classes in com.dbxml.xml.dom that implement Consumer
 class DOMProducer
          DOMProducer
 

Uses of Consumer in com.dbxml.xml.dtsm
 

Methods in com.dbxml.xml.dtsm with parameters of type Consumer
 void Producer.process(Consumer consumer)
          process effectively kicks off the process that will produce the alternative representation of the associated DocumentTable.
 

Uses of Consumer in com.dbxml.xml.sax
 

Classes in com.dbxml.xml.sax that implement Consumer
 class SAXProducer
          SAXProducer
 

Methods in com.dbxml.xml.sax with parameters of type Consumer
 void SAXProducer.process(Consumer consumer)
           
 

Uses of Consumer in com.dbxml.xml.text
 

Classes in com.dbxml.xml.text that implement Consumer
 class TextProducer
          TextProducer
 


dbXML API

Copyright (c) 2004 The dbXML Group