public class ContentHandlerExAdaptor extends ContentHandlerEx
context, state
Constructor and Description |
---|
ContentHandlerExAdaptor(UnmarshallingContext _ctxt,
ContentHandler _handler)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
enterAttribute(String uri,
String local)
Deprecated.
|
void |
enterElement(String uri,
String local,
Attributes atts)
Deprecated.
|
void |
leaveAttribute(String uri,
String local)
Deprecated.
|
void |
leaveElement(String uri,
String local)
Deprecated.
|
protected UnmarshallableObject |
owner()
Deprecated.
Returns the content-tree object for which this ContentHandlerEx
is working for.
|
void |
text(String s)
Deprecated.
|
dump, handleParseConversionException, handleUnexpectedTextException, isListState, leaveChild, revertToParentFromEnterAttribute, revertToParentFromEnterElement, revertToParentFromLeaveAttribute, revertToParentFromLeaveElement, revertToParentFromText, spawnChildFromEnterAttribute, spawnChildFromEnterElement, spawnChildFromLeaveAttribute, spawnChildFromLeaveElement, spawnChildFromText, spawnSuperClassFromEnterAttribute, spawnSuperClassFromEnterElement, spawnSuperClassFromFromText, spawnSuperClassFromLeaveAttribute, spawnSuperClassFromLeaveElement, spawnSuperClassFromText, spawnWildcard, unexpectedEnterAttribute, unexpectedEnterElement, unexpectedLeaveAttribute, unexpectedLeaveChild, unexpectedLeaveElement, unexpectedText
public ContentHandlerExAdaptor(UnmarshallingContext _ctxt, ContentHandler _handler)
protected UnmarshallableObject owner()
ContentHandlerEx
owner
in class ContentHandlerEx
public void enterAttribute(String uri, String local) throws UnreportedException
enterAttribute
in interface UnmarshallingEventHandler
enterAttribute
in class ContentHandlerEx
UnreportedException
public void enterElement(String uri, String local, Attributes atts) throws UnreportedException
enterElement
in interface UnmarshallingEventHandler
enterElement
in class ContentHandlerEx
UnreportedException
public void leaveAttribute(String uri, String local) throws UnreportedException
leaveAttribute
in interface UnmarshallingEventHandler
leaveAttribute
in class ContentHandlerEx
UnreportedException
public void leaveElement(String uri, String local) throws UnreportedException
leaveElement
in interface UnmarshallingEventHandler
leaveElement
in class ContentHandlerEx
UnreportedException
public void text(String s) throws UnreportedException
text
in interface UnmarshallingEventHandler
text
in class ContentHandlerEx
UnreportedException
Copyright © 2015 Oracle Corporation. All rights reserved.