Package | Description |
---|---|
com.sun.xml.bind.unmarshaller |
Modifier and Type | Method and Description |
---|---|
void |
SAXUnmarshallerHandlerImpl.reportAndThrow(UnreportedException e)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
UnmarshallingContext.consumeAttribute(int idx)
Deprecated.
Fires an attribute event for the specified attribute.
|
void |
SAXUnmarshallerHandlerImpl.consumeAttribute(int idx)
Deprecated.
|
protected void |
SAXUnmarshallerHandlerImpl.consumeText(String str,
boolean ignorable)
Deprecated.
|
void |
UnmarshallingEventHandler.enterAttribute(String uri,
String local)
Deprecated.
|
void |
ContentHandlerEx.enterAttribute(String uri,
String local)
Deprecated.
|
void |
ContentHandlerExAdaptor.enterAttribute(String uri,
String local)
Deprecated.
|
void |
UnmarshallingEventHandler.enterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
void |
ContentHandlerEx.enterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
void |
ContentHandlerExAdaptor.enterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
protected void |
ContentHandlerEx.handleUnexpectedTextException(String text,
RuntimeException e)
Deprecated.
Called when a RuntimeException is thrown during unmarshalling a text.
|
void |
UnmarshallingEventHandler.leaveAttribute(String uri,
String local)
Deprecated.
|
void |
ContentHandlerEx.leaveAttribute(String uri,
String local)
Deprecated.
|
void |
ContentHandlerExAdaptor.leaveAttribute(String uri,
String local)
Deprecated.
|
void |
UnmarshallingEventHandler.leaveChild(int nextState)
Deprecated.
|
void |
ContentHandlerEx.leaveChild(int nextState)
Deprecated.
|
void |
UnmarshallingEventHandler.leaveElement(String uri,
String local)
Deprecated.
|
void |
ContentHandlerEx.leaveElement(String uri,
String local)
Deprecated.
|
void |
ContentHandlerExAdaptor.leaveElement(String uri,
String local)
Deprecated.
|
void |
UnmarshallingContext.popContentHandler()
Deprecated.
Pops a content handler from the stack and registers
it as the current content handler.
|
void |
SAXUnmarshallerHandlerImpl.popContentHandler()
Deprecated.
|
protected void |
ContentHandlerEx.revertToParentFromEnterAttribute(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.revertToParentFromEnterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
protected void |
ContentHandlerEx.revertToParentFromLeaveAttribute(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.revertToParentFromLeaveElement(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.revertToParentFromText(String value)
Deprecated.
|
protected Object |
ContentHandlerEx.spawnChildFromEnterAttribute(Class clazz,
int memento,
String uri,
String local)
Deprecated.
|
protected Object |
ContentHandlerEx.spawnChildFromEnterElement(Class clazz,
int memento,
String uri,
String local,
Attributes atts)
Deprecated.
|
protected Object |
ContentHandlerEx.spawnChildFromLeaveAttribute(Class clazz,
int memento,
String uri,
String local)
Deprecated.
|
protected Object |
ContentHandlerEx.spawnChildFromLeaveElement(Class clazz,
int memento,
String uri,
String local)
Deprecated.
|
protected Object |
ContentHandlerEx.spawnChildFromText(Class clazz,
int memento,
String value)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromEnterAttribute(ContentHandlerEx unm,
int memento,
String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromEnterElement(ContentHandlerEx unm,
int memento,
String uri,
String local,
Attributes atts)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromFromText(ContentHandlerEx unm,
int memento,
String value)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromLeaveAttribute(ContentHandlerEx unm,
int memento,
String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromLeaveElement(ContentHandlerEx unm,
int memento,
String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.spawnSuperClassFromText(ContentHandlerEx unm,
int memento,
String text)
Deprecated.
|
protected Element |
ContentHandlerEx.spawnWildcard(int memento,
String uri,
String local,
Attributes atts)
Deprecated.
|
void |
UnmarshallingEventHandler.text(String s)
Deprecated.
|
void |
ContentHandlerEx.text(String s)
Deprecated.
|
void |
ContentHandlerExAdaptor.text(String s)
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedEnterAttribute(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedEnterElement(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedLeaveAttribute(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedLeaveChild()
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedLeaveElement(String uri,
String local)
Deprecated.
|
protected void |
ContentHandlerEx.unexpectedText(String str)
Deprecated.
|
Copyright © 2017 Oracle Corporation. All rights reserved.