A Handler is capable and used to unmarshal a certain subclass of JMElement. It is unable to marshal generic JMElements. The JMHandler is typically created by the Manager.
A JMHandler is reusable: If the sequence startDocument()
, ..., endDocument()
was executed, you can immediately perform the same sequence again, effectively reading another document. If the sequence was interrupted, you may also reset the handlers state by calling its init()
method.
|
|
|
|
|
|
|
|