org.apache.tika.detect
Class XmlRootExtractor
java.lang.Object
org.apache.tika.detect.XmlRootExtractor
public class XmlRootExtractor
- extends Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlRootExtractor
public XmlRootExtractor()
extractRootElement
public QName extractRootElement(byte[] data)
extractRootElement
public QName extractRootElement(InputStream stream)
- Since:
- Apache Tika 0.9
Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.