|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JaxMe's private extension of
UnmarshallerHandler
.
Method Summary | |
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. |
Methods inherited from interface javax.xml.bind.UnmarshallerHandler |
getResult |
Methods inherited from interface org.xml.sax.ContentHandler |
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping |
Method Detail |
public JMUnmarshaller getJMUnmarshaller()
JMUnmarshaller
, which created this
handler.
public void setObserver(Observer pObserver)
public Observer getObserver()
public NamespaceSupport getNamespaceSupport()
NamespaceSupport
.
public org.xml.sax.Locator getDocumentLocator()
Locator
, if it has
been set, or null.
ContentHandler.setDocumentLocator(org.xml.sax.Locator)
public DatatypeConverterInterface getDatatypeConverter()
DatatypeConverterInterface
.
public int getLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |