com.simonstl.moe
Interface ComponentSAXOutI

All Known Implementing Classes:
MOEtoSAX

public interface ComponentSAXOutI

The ComponentSAXOutI interface defines how MOE objects can represent themselves as SAX events.

version 0.01 is the initial release.

Version:
0.01 5 November 2001
Author:
Simon St.Laurent

Method Summary
 void SAXEventComponent(org.xml.sax.helpers.XMLFilterImpl handler, CoreComponentI component)
          Deprecated. Describes the content for this component as a series of SAX events.
 

Method Detail

SAXEventComponent

public void SAXEventComponent(org.xml.sax.helpers.XMLFilterImpl handler,
                              CoreComponentI component)
                       throws org.xml.sax.SAXException
Deprecated. 
Describes the content for this component as a series of SAX events. Need to change from XMLFilterImpl to a more generic type. This method should recurse all of the contents of the component.