public class BinaryMappingContentHandler extends DeferredContentHandler
Purpose: Implementation of DeferredContentHandler for Binary Mappings.
Responsibilities:
| Constructor and Description |
|---|
BinaryMappingContentHandler(UnmarshalRecord parentRecord,
NodeValue nodeValue,
BinaryDataCollectionMapping mapping) |
BinaryMappingContentHandler(UnmarshalRecord parentRecord,
NodeValue nodeValue,
BinaryDataMapping mapping) |
| Modifier and Type | Method and Description |
|---|---|
UnmarshalRecord |
getWorkingUnmarshalRecord() |
boolean |
isFinished() |
void |
processComplexElement() |
void |
processEmptyElement() |
void |
processSimpleElement() |
characters, characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, setNil, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMappingpublic BinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataMapping mapping)
public BinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataCollectionMapping mapping)
public void processComplexElement()
throws SAXException
SAXExceptionpublic void processSimpleElement()
throws SAXException
SAXExceptionpublic void processEmptyElement()
throws SAXException
SAXExceptionpublic UnmarshalRecord getWorkingUnmarshalRecord()
public boolean isFinished()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference