org.apache.ws.scout.util
Class XMLUtils

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

Constructor Summary
XMLUtils()
           
 
Method Summary
static String convertNodeToXMLString(Node node)
          Convert a org.w3c.dom.Node into an XML representation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtils

public XMLUtils()
Method Detail

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.