com.thoughtworks.xstream.io.xml.xppdom
Class Xpp3DomBuilder

java.lang.Object
  extended by 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

Constructor Summary
Xpp3DomBuilder()
          Deprecated.  
 
Method Summary
static Xpp3Dom build(Reader reader)
          Deprecated. As of 1.4, use XppDom.build(XmlPullParser) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpp3DomBuilder

public Xpp3DomBuilder()
Deprecated. 
Method Detail

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.