|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcp.xml.dsig.internal.dom.Utils
public final class Utils
Disabled: no SafeJ information.
Miscellaneous static utility methods for use in JSR 105 RI.
Method Summary | |
---|---|
static String |
parseIdFromSameDocumentURI(String uri)
Returns the ID from a same-document URI (ex: "#id") |
static byte[] |
readBytesFromStream(InputStream is)
|
static boolean |
sameDocumentURI(String uri)
Returns true if uri is a same-document URI, false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static byte[] readBytesFromStream(InputStream is) throws IOException
IOException
public static String parseIdFromSameDocumentURI(String uri)
public static boolean sameDocumentURI(String uri)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |