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(org.xml.sax.XMLReader aReader,
java.util.List aUsageDependencies)
Send the XML content SAX events to the handlers |
handleContent
void handleContent(org.xml.sax.XMLReader aReader,
java.util.List aUsageDependencies)
throws java.io.IOException,
org.xml.sax.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:
java.io.IOException
org.xml.sax.SAXException
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.