Module org.eclipse.persistence.core
Class CompositeCollectionMappingContentHandler
java.lang.Object
org.eclipse.persistence.internal.oxm.record.deferred.DeferredContentHandler
org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
org.eclipse.persistence.internal.oxm.record.deferred.CompositeCollectionMappingContentHandler
- All Implemented Interfaces:
ExtendedContentHandler,ContentHandler,LexicalHandler
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
attributes, mapping, nullPolicy, xmlDescriptor, xPathFragment -
Constructor Summary
ConstructorsConstructorDescriptionCompositeCollectionMappingContentHandler(UnmarshalRecord parentRecord, XMLCompositeCollectionMappingNodeValue aNodeValue, CompositeCollectionMapping aMapping, Attributes atts, XPathFragment aFragment, Descriptor aDescriptor) -
Method Summary
Modifier and TypeMethodDescriptionprotected XMLCompositeCollectionMappingNodeValueprotected voidMethods inherited from class org.eclipse.persistence.internal.oxm.record.deferred.CompositeMappingContentHandler
createEmptyObject, processComplexElement, processEmptyElementWithAttributes, processSimpleElementMethods 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, processingInstruction, setDocumentLocator, setNil, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMappingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
CompositeCollectionMappingContentHandler
public CompositeCollectionMappingContentHandler(UnmarshalRecord parentRecord, XMLCompositeCollectionMappingNodeValue aNodeValue, CompositeCollectionMapping aMapping, Attributes atts, XPathFragment aFragment, Descriptor aDescriptor)
-
-
Method Details
-
getNodeValue
- Specified by:
getNodeValuein classCompositeMappingContentHandler
-
processEmptyElement
- Specified by:
processEmptyElementin classDeferredContentHandler- Throws:
SAXException
-