org.jcp.xml.dsig.internal.dom
public final class Utils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
parseIdFromSameDocumentURI(java.lang.String uri)
Returns the ID from a same-document URI (ex: "#id")
|
static byte[] |
readBytesFromStream(java.io.InputStream is) |
static boolean |
sameDocumentURI(java.lang.String uri)
Returns true if uri is a same-document URI, false otherwise.
|
public static byte[] readBytesFromStream(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public static java.lang.String parseIdFromSameDocumentURI(java.lang.String uri)
public static boolean sameDocumentURI(java.lang.String uri)
Copyright © 2000-2014 The Apache Software Foundation. All Rights Reserved.