public class DefaultUnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord> extends Object implements UnmappedContentHandler<UNMARSHAL_RECORD>
Purpose:Provide a default implementation of the UnmappedContentHandler
Responsibilities:
| Constructor and Description |
|---|
DefaultUnmappedContentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
endDocument() |
void |
endElement(String uri,
String localName,
String name) |
void |
endPrefixMapping(String prefix) |
void |
ignorableWhitespace(char[] ch,
int start,
int length) |
void |
processingInstruction(String target,
String data) |
void |
setDocumentLocator(Locator locator) |
void |
setUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)
Set the UnmarshalRecord which gives access to mechanisms used during the
unmarshal process such as an Unmarshaller and a Session.
|
void |
skippedEntity(String name) |
void |
startDocument() |
void |
startElement(String uri,
String localName,
String name,
Attributes atts) |
void |
startPrefixMapping(String prefix,
String uri) |
public void setUnmarshalRecord(UNMARSHAL_RECORD unmarshalRecord)
UnmappedContentHandlersetUnmarshalRecord in interface UnmappedContentHandler<UNMARSHAL_RECORD extends UnmarshalRecord>public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlerSAXExceptionpublic void endDocument()
throws SAXException
endDocument in interface ContentHandlerSAXExceptionpublic void endElement(String uri, String localName, String name) throws SAXException
endElement in interface ContentHandlerSAXExceptionpublic void endPrefixMapping(String prefix) throws SAXException
endPrefixMapping in interface ContentHandlerSAXExceptionpublic void ignorableWhitespace(char[] ch,
int start,
int length)
throws SAXException
ignorableWhitespace in interface ContentHandlerSAXExceptionpublic void processingInstruction(String target, String data) throws SAXException
processingInstruction in interface ContentHandlerSAXExceptionpublic void setDocumentLocator(Locator locator)
setDocumentLocator in interface ContentHandlerpublic void skippedEntity(String name) throws SAXException
skippedEntity in interface ContentHandlerSAXExceptionpublic void startDocument()
throws SAXException
startDocument in interface ContentHandlerSAXExceptionpublic void startElement(String uri, String localName, String name, Attributes atts) throws SAXException
startElement in interface ContentHandlerSAXExceptionpublic void startPrefixMapping(String prefix, String uri) throws SAXException
startPrefixMapping in interface ContentHandlerSAXExceptionEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference