Class Utils
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.Utils
Miscellaneous static utility methods for use in JSR 105 RI.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the ID from a same-document URI (ex: "#id")static byte[]
static boolean
sameDocumentURI
(String uri) Returns true if uri is a same-document URI, false otherwise.
-
Method Details
-
readBytesFromStream
- Throws:
IOException
-
parseIdFromSameDocumentURI
Returns the ID from a same-document URI (ex: "#id") -
sameDocumentURI
Returns true if uri is a same-document URI, false otherwise.
-