com.ibm.portal.resolver.xml
Interface XMLProducer

All Known Subinterfaces:
XMLRecorder

public interface XMLProducer

Represents the source of XML events

Since:
8.0.0.1

Method Summary
 void produce(org.xml.sax.ContentHandler handler)
          Produces an XML document and writes it onto the target handler
 

Method Detail

produce

void produce(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.xml.sax.SAXException
Produces an XML document and writes it onto the target handler

Parameters:
handler - the SAX handler
Throws:
java.io.IOException
org.xml.sax.SAXException