org.apache.ws.jaxme
Interface JMUnmarshallerHandler
- ContentHandler, UnmarshallerHandler
- JMUnmarshallerHandlerImpl
public interface JMUnmarshallerHandler
getDocumentLocator
public Locator getDocumentLocator()
Returns an instance of Locator
, if it has
been set, or null.
org.xml.sax.ContentHandler.setDocumentLocator(org.xml.sax.Locator)
getLevel
public int getLevel()
Returns the current level of nested elements.
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.