org.apache.ws.scout.util
Class XMLUtils
java.lang.Object
org.apache.ws.scout.util.XMLUtils
public class XMLUtils
- extends Object
Utilies for covertion between w3c formats and XML.
- Author:
- Kurt Stam (kurt.stam@jboss.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtils
public XMLUtils()
convertNodeToXMLString
public static String convertNodeToXMLString(Node node)
- Convert a org.w3c.dom.Node into an XML representation.
- Parameters:
node
- - containing an xml tree.
- Returns:
- - String containing the XML.
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.