public interface JMUnmarshallerHandler extends UnmarshallerHandler
UnmarshallerHandler.| Modifier and Type | Method and Description |
|---|---|
DatatypeConverterInterface |
getDatatypeConverter()
Returns an instance of
DatatypeConverterInterface. |
org.xml.sax.Locator |
getDocumentLocator()
Returns an instance of
Locator, if it has
been set, or null. |
JMUnmarshaller |
getJMUnmarshaller()
Returns the
JMUnmarshaller, which created this
handler. |
int |
getLevel()
Returns the current level of nested elements.
|
NamespaceSupport |
getNamespaceSupport()
Returns an instance of
NamespaceSupport. |
Observer |
getObserver()
Returns the observer, which will be notified, when the element has
been parsed.
|
void |
setObserver(Observer pObserver)
Sets an observer, which will be notified, when the element has
been parsed.
|
getResultJMUnmarshaller getJMUnmarshaller()
JMUnmarshaller, which created this
handler.void setObserver(Observer pObserver)
Observer getObserver()
NamespaceSupport getNamespaceSupport()
NamespaceSupport.org.xml.sax.Locator getDocumentLocator()
Locator, if it has
been set, or null.ContentHandler.setDocumentLocator(org.xml.sax.Locator)DatatypeConverterInterface getDatatypeConverter()
DatatypeConverterInterface.int getLevel()