org.ten60.netkernel.xml.representation
Class JDOMSAXAspect
java.lang.Object
org.ten60.netkernel.xml.representation.JDOMSAXAspect
- All Implemented Interfaces:
- IAspectSAX, IURAspect
- public class JDOMSAXAspect
- extends Object
- implements IAspectSAX
A SAX content hanlder for JDOM
Constructor Summary |
JDOMSAXAspect(Document aDocument)
Creates a new instance of JDOMSAXAspect |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDOMSAXAspect
public JDOMSAXAspect(Document aDocument)
- Creates a new instance of JDOMSAXAspect
handleContent
public void handleContent(XMLReader aReader,
List aUsageDependencies)
throws IOException,
SAXException
- Description copied from interface:
IAspectSAX
- Send the XML content SAX events to the handlers
- Specified by:
handleContent
in interface IAspectSAX
- 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.