|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for creating a DOM by document name. This interface is used by XMLC generated classes with deferred parsing support to delegate the actual work of DOM generation. Note: Document loaders may be shared between different XMLC classes and accessed concurrently. Classes implementing this interface must be thread safe (reentrant preferred).
Method Summary | |
Document |
getDocument(Class docClass)
Get a DOM instance representing the specified document. |
void |
init(XMLCDeferredParsingFactory factory)
Bind to a factory. |
Method Detail |
public void init(XMLCDeferredParsingFactory factory)
factory
- Factory that is creating the object. Useful
for getting logging object.public Document getDocument(Class docClass) throws XMLCRuntimeException
docClass
- the XMLC generated class to get the DOM for.
docClass
XMLCRuntimeException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |