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(Document doc)
ElementToStream
public static void ElementToStream(Element element,
OutputStream out)
sourceToInputSource
public static InputSource sourceToInputSource(Source source)
- Utility to get the bytes uri
- Parameters:
source
- the resource to get
getInputSourceFromURI
public static 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.