Class ElementMappingContentHandler.TargetElement

    • Constructor Detail

      • TargetElement

        public TargetElement​(QName mappedTagName,
                             Map<QName,​QName> attributesMapping)
        Creates an TargetElement, attributes of this element will be mapped as specified
      • TargetElement

        public TargetElement​(String mappedTagURI,
                             String mappedTagLocalName,
                             Map<QName,​QName> attributesMapping)
        A shortcut that automatically creates the QName object
      • TargetElement

        public TargetElement​(QName mappedTagName)
        Creates an TargetElement with no attributes, all attributes will be deleted from SAX stream
      • TargetElement

        public TargetElement​(String mappedTagURI,
                             String mappedTagLocalName)
        A shortcut that automatically creates the QName object