Class ElementMappingContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class ElementMappingContentHandler extends ContentHandlerDecorator
Content handler decorator that maps element QNames using a Map. Not mappable elements are not forwarded. Attributes may also be mapped (for each element different using a Map for attributes), not mappable attributes are not forwarded. The default is to not map any attributes and therefore do not forward any of them.