Package org.apache.tika.detect
Class XmlRootExtractor
java.lang.Object
org.apache.tika.detect.XmlRootExtractor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Utility class that uses a
SAXParser to determine
the namespace URI and local name of the root element of an XML file.- Since:
- Apache Tika 0.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractRootElement(byte[] data) Deprecated.extractRootElement(InputStream stream) Deprecated.
-
Constructor Details
-
XmlRootExtractor
public XmlRootExtractor()Deprecated.
-
-
Method Details
-
extractRootElement
Deprecated. -
extractRootElement
Deprecated.- Since:
- Apache Tika 0.9
-