Package org.apache.tika.sax
Class ElementMappingContentHandler.TargetElement
java.lang.Object
org.apache.tika.sax.ElementMappingContentHandler.TargetElement
- Enclosing class:
- ElementMappingContentHandler
- 
Constructor SummaryConstructorsConstructorDescriptionTargetElement(String mappedTagURI, String mappedTagLocalName) A shortcut that automatically creates the QName objectA shortcut that automatically creates the QName objectTargetElement(QName mappedTagName) Creates an TargetElement with no attributes, all attributes will be deleted from SAX streamTargetElement(QName mappedTagName, Map<QName, QName> attributesMapping) Creates an TargetElement, attributes of this element will be mapped as specified
- 
Method Summary
- 
Constructor Details- 
TargetElementCreates an TargetElement, attributes of this element will be mapped as specified
- 
TargetElementpublic TargetElement(String mappedTagURI, String mappedTagLocalName, Map<QName, QName> attributesMapping) A shortcut that automatically creates the QName object
- 
TargetElementCreates an TargetElement with no attributes, all attributes will be deleted from SAX stream
- 
TargetElementA shortcut that automatically creates the QName object
 
- 
- 
Method Details- 
getMappedTagName
- 
getAttributesMapping
- 
mapAttributes
 
-