NetKernel APIs


org.ten60.netkernel.xml.representation
Interface IAspectSAX

All Superinterfaces:
IURAspect
All Known Implementing Classes:
BinaryStreamSAXAspect, JDOMSAXAspect, SAXFilterAspect, StringSAXAspect, XmlObjectSAXAspect

public interface IAspectSAX
extends IURAspect

An aspect that can generate SAX2 events to a client


Method Summary
 void handleContent(XMLReader aReader, List aUsageDependencies)
          Send the XML content SAX events to the handlers
 

Method Detail

handleContent

public void handleContent(XMLReader aReader,
                          List aUsageDependencies)
                   throws IOException,
                          SAXException
Send the XML content SAX events to the handlers

Parameters:
aReader - the XMLReader to holding the ContentHandler which will consume the SAX events
aUsageDependencies - add any additional runtime dependencies (IURRepresentations) discovered in execution to this list if not null
Throws:
IOException
SAXException

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.