|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface IMarkResolver
Resolves emp:mark
elements when required.
Method Summary | |
---|---|
boolean |
knows(String id)
Checks whether the resolver knows (and is able to provide contents for) given id. |
Source |
resolve(String id,
NamespacePath path)
Resolves given ID and returns node produced. |
Method Detail |
---|
boolean knows(String id)
id
- the emp:id
attribute of emp:mark
element.
true
if the resolver can resolve this id,
false
otherwise.Source resolve(String id, NamespacePath path) throws ExportException, IOException
id
- the identifier of the fragment.path
- the namespace path to the parent product.
null
- in this case the
emp:mark
node is simply deleted.
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 |