Module org.eclipse.persistence.core
Class DefaultUnmappedContentHandler
java.lang.Object
org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler<UnmarshalRecord>
org.eclipse.persistence.oxm.unmapped.DefaultUnmappedContentHandler
- All Implemented Interfaces:
UnmappedContentHandler<UnmarshalRecord>
,ContentHandler
Purpose:Provide a default implementation of the UnmappedContentHandler
Responsibilities:
- This handler swallows all SAX events corresponding to unmapped content so when used unmapped content will not be processed.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, setUnmarshalRecord, skippedEntity, startDocument, startElement, startPrefixMapping
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
DefaultUnmappedContentHandler
public DefaultUnmappedContentHandler()
-