jd.xml.util.resolver
Class Text2XmlResolver
java.lang.Object
jd.xml.util.DefaultUriResolver
jd.xml.util.resolver.ConvertingResolver
jd.xml.util.resolver.Text2XmlResolver
- All Implemented Interfaces:
- UriResolver
- public class Text2XmlResolver
- extends ConvertingResolver
Text2XmlResolver is a UriResolver which reads plain text,
and converts it to a xml-ified version of the form:
...text line...
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Text2XmlResolver
public Text2XmlResolver()
resolve
protected XmlSource resolve(String uri,
BufferedReader in)
throws IOException
- Specified by:
resolve
in class ConvertingResolver
- Throws:
IOException