com.thoughtworks.xstream.io.xml.xppdom
Class Xpp3DomBuilder
java.lang.Object
com.thoughtworks.xstream.io.xml.xppdom.Xpp3DomBuilder
Deprecated. As of 1.4, use XppDom.build(XmlPullParser)
instead
public class Xpp3DomBuilder
- extends Object
- Author:
- Jason van Zyl, Joe Walnes, Jörg Schaible
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Xpp3DomBuilder
public Xpp3DomBuilder()
- Deprecated.
build
public static Xpp3Dom build(Reader reader)
throws Exception
- Deprecated. As of 1.4, use
XppDom.build(XmlPullParser)
instead
- Throws:
Exception
Copyright © 2004-2014 XStream. All Rights Reserved.