|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.controller.SplittedSaxJoiner
final class SplittedSaxJoiner
Resolves emp:mark
elements and caches results. Able to process
SAX results only; all other results are converted to SAX in the following
manner:
toString()
function.
Results are cached in case when multiple emp:mark
s with same
id occurs.
exactly one startDocument()
occurs on start and
endDocument()
occurs on end. Start / end document events
produced by Sources produced by the resolver are suppressed.
Constructor Summary | |
---|---|
SplittedSaxJoiner(IMarkResolver res)
Constructor. |
Method Summary | |
---|---|
ContentHandler |
getMarkElementsResolver(ContentHandler sink,
NamespacePath path)
Returns content handler that finds and resolves all emp:mark
elements that is resolver able to provide. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplittedSaxJoiner(IMarkResolver res)
res
- resolves the emp:mark
elements.Method Detail |
---|
public ContentHandler getMarkElementsResolver(ContentHandler sink, NamespacePath path)
emp:mark
elements that is resolver
able to provide. It
leaves unresolved emp:mark
s intact.
sink
- forward events to this handler. Sink never receives
startDocument()
nor endDocument()
events.path
- namespace path to the parent product. The list may get
modified in the process, but will be restored to its former state when
the processing finishes.
sink
and
resolves emp:mark
elements.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |