Package org.apache.tika.sax
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 Summary
ConstructorsConstructorDescriptionTargetElement(String mappedTagURI, String mappedTagLocalName) Deprecated.A shortcut that automatically creates the QName objectDeprecated.A shortcut that automatically creates the QName objectTargetElement(QName mappedTagName) Deprecated.Creates an TargetElement with no attributes, all attributes will be deleted from SAX streamTargetElement(QName mappedTagName, Map<QName, QName> attributesMapping) Deprecated.Creates an TargetElement, attributes of this element will be mapped as specified -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.mapAttributes(Attributes atts) Deprecated.
-
Constructor Details
-
TargetElement
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
Deprecated.Creates an TargetElement with no attributes, all attributes will be deleted from SAX stream -
TargetElement
Deprecated.A shortcut that automatically creates the QName object
-
-
Method Details
-
getMappedTagName
Deprecated. -
getAttributesMapping
Deprecated. -
mapAttributes
Deprecated.
-