org.apache.ws.scout.util
Class XMLUtils

java.lang.Object
  extended by org.apache.ws.scout.util.XMLUtils

public class XMLUtils
extends java.lang.Object

Utilies for covertion between w3c formats and XML.

Author:
Kurt Stam (kurt.stam@jboss.com)

Constructor Summary
XMLUtils()
           
 
Method Summary
static java.lang.String convertNodeToXMLString(org.w3c.dom.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 java.lang.String convertNodeToXMLString(org.w3c.dom.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-2012 The Apache Software Foundation. All Rights Reserved.