|
||||||||||
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
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(QName qname)
Method gets the Handler for the qname. |
Methods in org.n52.security.common.xml with parameters of type XMLChunkHandler | |
---|---|
XMLChunkReader |
XMLChunkReader.addHandler(QName qname,
XMLChunkHandler handler)
Method registers a PartialStreamHandler for a Qname. |
void |
XMLChunkHandler.handleChunkAfterChildHandler(List<QName> currentXPath,
QName handlerQName,
String xmlChunk,
QName childQName,
XMLChunkHandler childHandler)
Invoked if the end tag of an element, for which a child handler is registered is reached. |
void |
XMLChunkHandlerAdapter.handleChunkAfterChildHandler(List<QName> currentXPath,
QName handlerQName,
String xmlChunk,
QName childQName,
XMLChunkHandler childHandler)
|
void |
XMLChunkHandler.handleChunkBeforChildHandler(List<QName> currentXPath,
QName handlerQName,
String xmlChunk,
QName childQName,
XMLChunkHandler childHandler)
Invoked if the start tag of an element, for which a child handler is registered is reached. |
void |
XMLChunkHandlerAdapter.handleChunkBeforChildHandler(List<QName> currentXPath,
QName handlerQName,
String xmlChunk,
QName childQName,
XMLChunkHandler childHandler)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |