Module eclipselink

Class DefaultUnmappedContentHandler

  • All Implemented Interfaces:
    org.eclipse.persistence.internal.oxm.unmapped.UnmappedContentHandler<UnmarshalRecord>, ContentHandler

    public class DefaultUnmappedContentHandler
    extends org.eclipse.persistence.internal.oxm.unmapped.DefaultUnmappedContentHandler<UnmarshalRecord>

    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.
    • 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
    • Constructor Detail

      • DefaultUnmappedContentHandler

        public DefaultUnmappedContentHandler()