Package org.apache.wookie.w3c.updates

Examples of org.apache.wookie.w3c.updates.UpdateDescription.toXML()


  }

  @Test
  public void export(){
     UpdateDescription desc = new UpdateDescription("http://localhost");
     Element el = desc.toXML();
     assertEquals("http://localhost", el.getAttributeValue(IW3CXMLConfiguration.HREF_ATTRIBUTE));
    
  }
}
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.