API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.jcp.xml.dsig.internal.dom.
Utils
View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
Object
Utils
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
class Utils
Miscellaneous static utility methods for use in JSR 105 RI.
See also:
Constructors
private
Utils
()
Methods
Hide/Show inherited methods
public
static
String
parseIdFromSameDocumentURI
(
String
uri)
Returns the ID from a same-document URI (ex: "#id")
public
static
byte
readBytesFromStream
(
InputStream
is) throws
IOException
public
static
boolean
sameDocumentURI
(
String
uri)
Returns true if uri is a same-document URI, false otherwise.
pack-private
static
Set
toNodeSet
(
Iterator
i)
Converts an Iterator to a Set of Nodes, according to the XPath Data Model.
Converts an Iterator to a Set of Nodes, according to the XPath
Data Model.
Returns:
the Set of Nodes
Parameters:
-
i
- the Iterator
Fields
Hide/Show inherited fields
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar