Package | Description |
---|---|
com.sun.xml.bind.unmarshaller |
Modifier and Type | Class and Description |
---|---|
class |
ContentHandlerExAdaptor
Deprecated.
in JAXB1.0.1
|
Modifier and Type | Method and Description |
---|---|
ContentHandlerEx |
SAXUnmarshallerHandlerImpl.getCurrentHandler()
Deprecated.
|
ContentHandlerEx |
UnmarshallingContext.getCurrentHandler()
Deprecated.
Ue the getCurentEventHandler method.
|
ContentHandlerEx |
UnmarshallableObject.getUnmarshaller(UnmarshallingContext context)
Deprecated.
Gets an unmarshaller that will unmarshall this object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2017 Oracle Corporation. All rights reserved.