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, startPrefixMapping
public BinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataMapping mapping)
public BinaryMappingContentHandler(UnmarshalRecord parentRecord, NodeValue nodeValue, BinaryDataCollectionMapping mapping)
public void processComplexElement() throws SAXException
SAXException
public void processSimpleElement() throws SAXException
SAXException
public void processEmptyElement() throws SAXException
SAXException
public UnmarshalRecord getWorkingUnmarshalRecord()
public boolean isFinished()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference