|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.controller.SplittedDomJoiner
final class SplittedDomJoiner
Resolves emp:mark
elements and caches results. Able to process
DOM results only; all other results are converted to DOM in the following
manner:
toString()
function.
Results are cached in case when multiple emp:mark
s with same
id occurs.
Constructor Summary | |
---|---|
SplittedDomJoiner(IMarkResolver res)
Constructor. |
Method Summary | |
---|---|
void |
resolveMarkElements(Node node,
NamespacePath path)
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 SplittedDomJoiner(IMarkResolver res)
res
- resolves the emp:mark
elements.Method Detail |
---|
public void resolveMarkElements(Node node, NamespacePath path) throws ExportException, IOException
emp:mark
elements that is
resolver
able to provide. It leaves unresolved
emp:mark
s intact.
node
- node to modify. Its namespace is already recorded in the
namespaces
list.path
- namespace path to the parent product. The list may get
modified in the process, but will be restored to its former state on
procedure end.
ExportException
- if an export-related error occurs.
IOException
- if i/o error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |