Module org.eclipse.persistence.core
Interface ExtendedContentHandler
- All Superinterfaces:
ContentHandler
- All Known Subinterfaces:
UnmarshalRecord<ABSTRACT_SESSION,
FIELD, ID_RESOLVER, OBJECT_BUILDER, TRANSFORMATION_RECORD, UNMARSHALLER>
- All Known Implementing Classes:
AnyMappingContentHandler
,BinaryDataUnmarshalRecord
,BinaryMappingContentHandler
,CompositeCollectionMappingContentHandler
,CompositeMappingContentHandler
,CompositeObjectMappingContentHandler
,DeferredContentHandler
,DescriptorNotFoundContentHandler
,JAXBUnmarshallerHandler
,JsonRecord.JsonRecordContentHandler
,JSONWriterRecord.JSONWriterRecordContentHandler
,MarshalRecordContentHandler
,NodeRecord.NodeRecordContentHandler
,OutputStreamRecord.OutputStreamRecordContentHandler
,SAXDocumentBuilder
,SAXFragmentBuilder
,SAXUnmarshallerHandler
,UnmappedContentHandlerWrapper
,UnmarshalRecord
,UnmarshalRecordImpl
,WriterRecord.WriterRecordContentHandler
,XMLBinaryAttachmentHandler
,XMLInlineBinaryHandler
,XMLReaderAdapter.ExtendedContentHandlerAdapter
,XMLRootRecord
,XMLUnmarshallerHandler
This class is used to introduce new events to the standard ContentHandler
interface that can be leveraged by MOXy.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
characters
(CharSequence characters) void
setNil
(boolean isNil) This method can be used to track that the current element is nilMethods inherited from interface org.xml.sax.ContentHandler
characters, declaration, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
-
Method Details
-
characters
- Throws:
SAXException
-
setNil
void setNil(boolean isNil) This method can be used to track that the current element is nil
-