Module eclipselink

Class NodeRecord.NodeRecordContentHandler

  • All Implemented Interfaces:
    org.eclipse.persistence.internal.oxm.record.ExtendedContentHandler, ContentHandler, LexicalHandler
    Enclosing class:
    NodeRecord

    protected class NodeRecord.NodeRecordContentHandler
    extends org.eclipse.persistence.internal.oxm.MarshalRecordContentHandler
    implements LexicalHandler
    This class will typically be used in conjunction with an XMLFragmentReader. The XMLFragmentReader will walk a given XMLFragment node and report events to this class - the event's data is then used to create required attributes and elements which are appended to the the enclosing class' document.
    See Also:
    XMLFragmentReader