org.ten60.netkernel.xml.representation
Class BinaryStreamSAXAspect
java.lang.Object
org.ten60.netkernel.xml.representation.BinaryStreamSAXAspect
- All Implemented Interfaces:
- IURAspect, IAspectSAX
public class BinaryStreamSAXAspect
- extends java.lang.Object
- implements IAspectSAX
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryStreamSAXAspect
public BinaryStreamSAXAspect(IAspectBinaryStream aReadableStream)
- Creates a new instance of SAXProxy
getInputSource
public org.xml.sax.InputSource getInputSource()
throws java.io.IOException
- Throws:
java.io.IOException
handleContent
public void handleContent(org.xml.sax.XMLReader aReader,
java.util.List aUsageDependencies)
throws java.io.IOException,
org.xml.sax.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:
java.io.IOException
org.xml.sax.SAXException
create
public static IURRepresentation create(IURMeta aMeta,
IAspectBinaryStream aProxy)
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.