Package org.apache.tika.parser.xml
Class AttributeMetadataHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.parser.xml.AttributeMetadataHandler
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
SAX event handler that maps the contents of an XML attribute into
a metadata field.
- Since:
- Apache Tika 0.10
-
Constructor Summary
ConstructorsConstructorDescriptionAttributeMetadataHandler(String uri, String localName, Metadata metadata, String name) Deprecated.AttributeMetadataHandler(String uri, String localName, Metadata metadata, Property property) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidstartElement(String uri, String localName, String qName, Attributes attributes) Deprecated.Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
AttributeMetadataHandler
Deprecated. -
AttributeMetadataHandler
Deprecated.
-
-
Method Details
-
startElement
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException Deprecated.- Specified by:
startElementin interfaceContentHandler- Overrides:
startElementin classDefaultHandler- Throws:
SAXException
-