Package org.apache.tika.parser.xml
Class MetadataHandler
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.tika.parser.xml.MetadataHandler
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Deprecated.
This adds Metadata entries with a specified name for
the textual content of a node (if present), and
all attribute values passed through the matcher
(but not their names).
-
Constructor Summary
ConstructorDescriptionMetadataHandler
(Metadata metadata, String name) Deprecated.MetadataHandler
(Metadata metadata, Property property) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMetadata
(String value) Deprecated.void
characters
(char[] ch, int start, int length) Deprecated.void
endElement
(String uri, String localName, String name) Deprecated.void
startElement
(String uri, String localName, String name, Attributes attributes) Deprecated.Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
MetadataHandler
Deprecated. -
MetadataHandler
Deprecated.
-
-
Method Details
-
addMetadata
Deprecated. -
endElement
Deprecated.- Specified by:
endElement
in interfaceContentHandler
- Overrides:
endElement
in classDefaultHandler
-
startElement
Deprecated.- Specified by:
startElement
in interfaceContentHandler
- Overrides:
startElement
in classDefaultHandler
-
characters
public void characters(char[] ch, int start, int length) Deprecated.- Specified by:
characters
in interfaceContentHandler
- Overrides:
characters
in classDefaultHandler
-
AttributeMetadataHandler
andElementMetadataHandler
classes instead