Interface | Description |
---|---|
UnmappedContentHandler |
Purpose:Provide an interface that can be implemented for handling unmapped content during unmarshal operations with SAXPlatform.
|
Class | Description |
---|---|
DefaultUnmappedContentHandler |
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.
|