serialize a Document to the provided Writer (using a Transformer) This call uses the transformer's output encoding
to convert the content to a String (default is UTF-8)
serialize(Node) -
Static method in class org.jboss.portal.common.util.XML
serialize a Document to String (using a Transformer) This call uses a javax.xml.transform.Transformer, and it's
output encoding to convert the content to a String (default is UTF-8).