org.eclipse.swordfish.internal.core.util.xml
Class XmlUtil

java.lang.Object
  extended by org.eclipse.swordfish.internal.core.util.xml.XmlUtil

public class XmlUtil
extends java.lang.Object


Field Summary
static java.lang.String DEFAULT_CHARSET_PROPERTY
           
static java.lang.String defaultCharset
           
 
Constructor Summary
XmlUtil()
           
 
Method Summary
static javax.xml.transform.Transformer getTransformer()
           
static java.lang.String toString(javax.xml.transform.Source source)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CHARSET_PROPERTY

public static final java.lang.String DEFAULT_CHARSET_PROPERTY
See Also:
Constant Field Values

defaultCharset

public static final java.lang.String defaultCharset
Constructor Detail

XmlUtil

public XmlUtil()
Method Detail

getTransformer

public static javax.xml.transform.Transformer getTransformer()

toString

public static java.lang.String toString(javax.xml.transform.Source source)