org.apache.ws.jaxme

Interface JMUnmarshallerHandler

All Superinterfaces:
ContentHandler, UnmarshallerHandler
Known Implementing Classes:
JMUnmarshallerHandlerImpl

public interface JMUnmarshallerHandler
extends UnmarshallerHandler

JaxMe's private extension of UnmarshallerHandler.

Method Summary

DatatypeConverterInterface
getDatatypeConverter()
Returns an instance of DatatypeConverterInterface.
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.

Methods inherited from interface javax.xml.bind.UnmarshallerHandler

getResult

Method Details

getDatatypeConverter

public DatatypeConverterInterface getDatatypeConverter()
Returns an instance of DatatypeConverterInterface.

getDocumentLocator

public Locator getDocumentLocator()
Returns an instance of Locator, if it has been set, or null.
See Also:
org.xml.sax.ContentHandler.setDocumentLocator(org.xml.sax.Locator)

getJMUnmarshaller

public JMUnmarshaller getJMUnmarshaller()
Returns the JMUnmarshaller, which created this handler.

getLevel

public int getLevel()
Returns the current level of nested elements.

getNamespaceSupport

public NamespaceSupport getNamespaceSupport()
Returns an instance of NamespaceSupport.

getObserver

public Observer getObserver()
Returns the observer, which will be notified, when the element has been parsed.

setObserver

public void setObserver(Observer pObserver)
Sets an observer, which will be notified, when the element has been parsed.