|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.marc4j.marcxml.MarcResult
Collects the result of a MARC conversion.
MarcHandler
Field Summary |
Fields inherited from interface javax.xml.transform.Result |
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING |
Constructor Summary | |
MarcResult()
|
|
MarcResult(MarcHandler handler)
Create a new instance and registers the MarcHandler implementation. |
Method Summary | |
MarcHandler |
getHandler()
Returns the MarcHandler implementation. |
String |
getSystemId()
Returns the system identifier. |
void |
setHandler(MarcHandler handler)
Registers the MarcHandler implementation. |
void |
setSystemId(String systemID)
Registers the systemID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MarcResult()
public MarcResult(MarcHandler handler)
Create a new instance and registers the MarcHandler implementation.
handler
- the MarcHandler
implementationMethod Detail |
public void setHandler(MarcHandler handler)
Registers the MarcHandler implementation.
handler
- the MarcHandler
implementationpublic void setSystemId(String systemID)
Registers the systemID.
setSystemId
in interface Result
systemID
- the system identifierpublic MarcHandler getHandler()
Returns the MarcHandler implementation.
public String getSystemId()
Returns the system identifier.
getSystemId
in interface Result
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |