Examples of elemToString()


Examples of uk.ac.cam.ch.wwmm.ptclib.xml.XOMFormatter.elemToString()

  public void testElemToString() {
    XOMFormatter testXOMFormatter = new XOMFormatter();
    assertNotNull("Created OK", testXOMFormatter);
   
    Element rootElem = testDoc.getRootElement();
    assertEquals("Get formatted XML", testXMLString, testXOMFormatter.elemToString(rootElem));
  }

}
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.