Class ElementMappingContentHandler

  • All Implemented Interfaces:
    org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.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.
    • Constructor Detail

    • Method Detail

      • startElement

        public void startElement​(java.lang.String namespaceURI,
                                 java.lang.String localName,
                                 java.lang.String qName,
                                 org.xml.sax.Attributes atts)
                          throws org.xml.sax.SAXException
        Specified by:
        startElement in interface org.xml.sax.ContentHandler
        Overrides:
        startElement in class ContentHandlerDecorator
        Throws:
        org.xml.sax.SAXException
      • endElement

        public void endElement​(java.lang.String namespaceURI,
                               java.lang.String localName,
                               java.lang.String qName)
                        throws org.xml.sax.SAXException
        Specified by:
        endElement in interface org.xml.sax.ContentHandler
        Overrides:
        endElement in class ContentHandlerDecorator
        Throws:
        org.xml.sax.SAXException