|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ten60.netkernel.xml.representation.SAXFilterAspect
A SAX Filter Aspect - dynamically connects parents as the SAX chain is evaluated
Constructor Summary | |
SAXFilterAspect(IAspectSAX aInput,
XMLFilter aFilter)
Creates a new instance of SAXFilterAspect |
Method Summary | |
static IURRepresentation |
create(IURMeta aMeta,
IAspectSAX aInput,
XMLFilter aFilter)
Deprecated. |
void |
handleContent(XMLReader aReader,
List aUsageDependencies)
Send the XML content SAX events to the handlers |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SAXFilterAspect(IAspectSAX aInput, XMLFilter aFilter)
Method Detail |
public void handleContent(XMLReader aReader, List aUsageDependencies) throws IOException, SAXException
IAspectSAX
handleContent
in interface IAspectSAX
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
IOException
SAXException
public static IURRepresentation create(IURMeta aMeta, IAspectSAX aInput, XMLFilter aFilter)
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |