|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XMLChunkHandler | |
---|---|
org.n52.security.common.xml | The XML package contains utiltiy and helper classes for xml processing. |
Uses of XMLChunkHandler in org.n52.security.common.xml |
---|
Classes in org.n52.security.common.xml that implement XMLChunkHandler | |
---|---|
class |
XMLChunkHandlerAdapter
Class XMLPartialStreamHandlerAdapter implements the XMLPartialStreamHandler interface, with empty method stubs, so that subclasses only need to implement methods in which they are interested. |
Methods in org.n52.security.common.xml that return XMLChunkHandler | |
---|---|
XMLChunkHandler |
XMLChunkReader.getHandler(javax.xml.namespace.QName qname)
Method gets the Handler for the qname. |
Methods in org.n52.security.common.xml with parameters of type XMLChunkHandler | |
---|---|
XMLChunkReader |
XMLChunkReader.addHandler(javax.xml.namespace.QName qname,
XMLChunkHandler handler)
Method registers a PartialStreamHandler for a Qname. |
void |
XMLChunkHandlerAdapter.handleChunkAfterChildHandler(javax.xml.namespace.QName handlerQName,
java.lang.String xmlChunk,
javax.xml.namespace.QName childQName,
XMLChunkHandler childHandler)
|
void |
XMLChunkHandler.handleChunkAfterChildHandler(javax.xml.namespace.QName handlerQName,
java.lang.String xmlChunk,
javax.xml.namespace.QName childQName,
XMLChunkHandler childHandler)
Method is invoked if the end tag of an element, for which a child handler is registered is reached. |
void |
XMLChunkHandlerAdapter.handleChunkBeforChildHandler(javax.xml.namespace.QName handlerQName,
java.lang.String xmlChunk,
javax.xml.namespace.QName childQName,
XMLChunkHandler childHandler)
|
void |
XMLChunkHandler.handleChunkBeforChildHandler(javax.xml.namespace.QName handlerQName,
java.lang.String xmlChunk,
javax.xml.namespace.QName childQName,
XMLChunkHandler childHandler)
Method is invoked if the start tag of an element, for which a child handler is registered is reached. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |