Package com.thoughtworks.xstream.io.xml.xppdom

Examples of com.thoughtworks.xstream.io.xml.xppdom.XppDom.addChild()


        assertDocumentProducedIs(roots);
    }

    public void testSupportsEmptyNestedTags() {
        final XppDom parent = new XppDom("parent");
        parent.addChild(new XppDom("child"));

        assertDocumentProducedIs(parent);
    }

    protected void assertDocumentProducedIs(final XppDom expected, final XppDom tree)
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.