org.apache.ws.security.util
Class XMLUtils
java.lang.Object
org.apache.ws.security.util.XMLUtils
public class XMLUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLUtils
public XMLUtils()
PrettyDocumentToString
public static String PrettyDocumentToString(org.w3c.dom.Document doc)
ElementToStream
public static void ElementToStream(org.w3c.dom.Element element,
OutputStream out)
sourceToInputSource
public static org.xml.sax.InputSource sourceToInputSource(javax.xml.transform.Source source)
- Utility to get the bytes uri
- Parameters:
source
- the resource to get
getInputSourceFromURI
public static org.xml.sax.InputSource getInputSourceFromURI(String uri)
- Utility to get the bytes uri.
Does NOT handle authenticated URLs,
use getInputSourceFromURI(uri, username, password)
- Parameters:
uri
- the resource to get
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.