Class ElementMappingContentHandler.TargetElement

java.lang.Object
org.apache.tika.sax.ElementMappingContentHandler.TargetElement
Enclosing class:
ElementMappingContentHandler

@Deprecated(since="2026-04-30") public static class ElementMappingContentHandler.TargetElement extends Object
Deprecated.
  • Constructor Details

    • TargetElement

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

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

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

      public TargetElement(String mappedTagURI, String mappedTagLocalName)
      Deprecated.
      A shortcut that automatically creates the QName object
  • Method Details

    • getMappedTagName

      public QName getMappedTagName()
      Deprecated.
    • getAttributesMapping

      public Map<QName,QName> getAttributesMapping()
      Deprecated.
    • mapAttributes

      public Attributes mapAttributes(Attributes atts)
      Deprecated.