Class Utils
java.lang.Object
org.apache.jcp.xml.dsig.internal.dom.Utils
Miscellaneous static utility methods for use in JSR 105 RI.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleangetBoolean(XMLCryptoContext xc, String name) static StringReturns the ID from a same-document URI (ex: "#id")static byte[]static booleansameDocumentURI(String uri) Returns true if uri is a same-document URI, false otherwise.(package private) static booleanConverts an Iterator to a Set of Nodes, according to the XPath Data Model.
-
Constructor Details
-
Utils
private Utils()
-
-
Method Details
-
readBytesFromStream
- Throws:
IOException
-
toNodeSet
-
parseIdFromSameDocumentURI
-
sameDocumentURI
Returns true if uri is a same-document URI, false otherwise. -
secureValidation
-
getBoolean
-