Uses of Interface
org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler
-
-
Uses of ExtendedContentHandler in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm that implement ExtendedContentHandler Modifier and Type Class Description classMarshalRecordContentHandlerINTERNAL:classSAXFragmentBuilderclassXMLBinaryAttachmentHandlerINTERNAL:classXMLInlineBinaryHandler -
Uses of ExtendedContentHandler in org.eclipse.persistence.internal.oxm.record
Subinterfaces of ExtendedContentHandler in org.eclipse.persistence.internal.oxm.record Modifier and Type Interface Description interfaceUnmarshalRecord<ABSTRACT_SESSION extends CoreAbstractSession,FIELD extends CoreField,ID_RESOLVER extends IDResolver,OBJECT_BUILDER extends ObjectBuilder,TRANSFORMATION_RECORD extends TransformationRecord,UNMARSHALLER extends Unmarshaller>This class represents unmarshal record behaviour that is specific to the SAX platform.Classes in org.eclipse.persistence.internal.oxm.record that implement ExtendedContentHandler Modifier and Type Class Description classBinaryDataUnmarshalRecordclassSAXUnmarshallerHandlerINTERNAL:classUnmappedContentHandlerWrapperINTERNAL: This class delegates all events corresponding to the UnmappedContentHandler.classUnmarshalRecordImpl<TRANSFORMATION_RECORD extends TransformationRecord>Purpose:Provide an implementation of ContentHandler that is used by TopLink OXM to build mapped Java Objects from SAX events.static classXMLReaderAdapter.ExtendedContentHandlerAdapterConvert a ContentHandler to an ExtendedContentHandlerFields in org.eclipse.persistence.internal.oxm.record declared as ExtendedContentHandler Modifier and Type Field Description protected ExtendedContentHandlerXMLReaderAdapter. contentHandlerMethods in org.eclipse.persistence.internal.oxm.record that return ExtendedContentHandler Modifier and Type Method Description ExtendedContentHandlerXMLReaderAdapter. getContentHandler() -
Uses of ExtendedContentHandler in org.eclipse.persistence.oxm
Classes in org.eclipse.persistence.oxm that implement ExtendedContentHandler Modifier and Type Class Description classXMLUnmarshallerHandlerClass used to unmarshal SAX events to objects. -
Uses of ExtendedContentHandler in org.eclipse.persistence.oxm.record
Classes in org.eclipse.persistence.oxm.record that implement ExtendedContentHandler Modifier and Type Class Description protected classJsonRecord.JsonRecordContentHandlerThis class will typically be used in conjunction with an XMLFragmentReader.protected classJSONWriterRecord.JSONWriterRecordContentHandlerThis class will typically be used in conjunction with an XMLFragmentReader.protected classNodeRecord.NodeRecordContentHandlerThis class will typically be used in conjunction with an XMLFragmentReader.protected classOutputStreamRecord.OutputStreamRecordContentHandlerThis class will typically be used in conjunction with an XMLFragmentReader.classUnmarshalRecordprotected classWriterRecord.WriterRecordContentHandlerThis class will typically be used in conjunction with an XMLFragmentReader.classXMLRootRecordRecord for handling simple root elements that have a single text child node, and are being unmarshalled to a primitive wrapper object. -
Uses of ExtendedContentHandler in org.eclipse.persistence.platform.xml
Classes in org.eclipse.persistence.platform.xml that implement ExtendedContentHandler Modifier and Type Class Description classSAXDocumentBuilderPurpose: Build a DOM from SAX events.
-