Class DescriptorNotFoundContentHandler
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
-
- org.eclipse.persistence.internal.oxm.record.deferred.DescriptorNotFoundContentHandler
-
- All Implemented Interfaces:
ExtendedContentHandler,org.xml.sax.ContentHandler,org.xml.sax.ext.LexicalHandler
public class DescriptorNotFoundContentHandler extends DeferredContentHandler
A DeferredContentHandler that will throw an exception when a descriptor can't be found unless it's a simple element which will be processed by the mapping.
-
-
Constructor Summary
Constructors Constructor Description DescriptorNotFoundContentHandler(UnmarshalRecord parentRecord, Mapping mapping)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidprocessComplexElement()protected voidprocessEmptyElement()protected voidprocessSimpleElement()-
Methods inherited from class org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
buildAttributeList, characters, characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, executeEvents, getEvents, getParent, ignorableWhitespace, processEmptyElementWithAttributes, processingInstruction, setDocumentLocator, setNil, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping
-
-
-
-
Constructor Detail
-
DescriptorNotFoundContentHandler
public DescriptorNotFoundContentHandler(UnmarshalRecord parentRecord, Mapping mapping)
-
-
Method Detail
-
processComplexElement
protected void processComplexElement() throws org.xml.sax.SAXException- Specified by:
processComplexElementin classDeferredContentHandler- Throws:
org.xml.sax.SAXException
-
processEmptyElement
protected void processEmptyElement() throws org.xml.sax.SAXException- Specified by:
processEmptyElementin classDeferredContentHandler- Throws:
org.xml.sax.SAXException
-
processSimpleElement
protected void processSimpleElement() throws org.xml.sax.SAXException- Specified by:
processSimpleElementin classDeferredContentHandler- Throws:
org.xml.sax.SAXException
-
-