org.bibop.xml
Interface XMLProducer

All Known Subinterfaces:
AutomatedComponent, Element, ParameterValue, ReactorElement, SAXProcessor, XForgeClass, XForgeComponent, XForgeComponentMapper
All Known Implementing Classes:
AbstractAutomatedComponent, AbstractElement, AbstractSAXProcessor, AbstractXForgeClass, AbstractXForgeComponent, AbstractXForgeComponentMapper, ConditionalElement, DOMStreamer, IncludeElement, ParameterValueImpl

public interface XMLProducer

from c2 ....


Method Summary
 void setConsumer(XMLConsumer consumer)
          Set the XMLConsumer that will receive XML data.
 void setContentHandler(org.xml.sax.ContentHandler content)
          Set the ContentHandler that will receive XML data.
 void setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
          Set the LexicalHandler that will receive XML data.
 void toSax()
          Creates the SAX events once processing has finished.
 

Method Detail

setConsumer

public void setConsumer(XMLConsumer consumer)
                 throws org.xml.sax.SAXException
Set the XMLConsumer that will receive XML data.

org.xml.sax.SAXException

setContentHandler

public void setContentHandler(org.xml.sax.ContentHandler content)
                       throws org.xml.sax.SAXException
Set the ContentHandler that will receive XML data.

org.xml.sax.SAXException

setLexicalHandler

public void setLexicalHandler(org.xml.sax.ext.LexicalHandler lexical)
                       throws org.xml.sax.SAXException
Set the LexicalHandler that will receive XML data.

org.xml.sax.SAXException

toSax

public void toSax()
           throws org.xml.sax.SAXException
Creates the SAX events once processing has finished.

Throws:
org.xml.sax.SAXException


Copyright © 2003 Bibop Research International. All Rights Reserved.