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
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 eventsaUsageDependencies
- add any additional runtime dependencies (IURRepresentations) discovered in execution to this
list if not null
- Throws:
IOException
SAXException
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.