|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JMUnmarshallerHandler
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 |
|---|
JMUnmarshaller 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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||