| Package | Description |
|---|---|
| iaik.ixsil.util |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CanonicalXMLSerializerImpl.checkForRelativeNamespaceURIs()
Report an error if there is any namespace attribute in the list of output nodes having a relative URI
as its value.
|
java.io.InputStream |
CanonicalXMLSerializerImpl.serialize()
Serializes all
Node objects contained by {link #allOutputNodesList_}, according to
the rules of Canonical XML Version 1.0> or
Exclusive XML Canonicalization Version 1.0
. |
java.io.InputStream |
CanonicalXMLSerializerInterface.serialize()
Serializes the nodes specified at the factory method invokation, according to the rules defined in
Canonical XML.
|
java.io.InputStream |
ExclusiveCanonicalXMLSerializerInterface.serialize()
Serializes the nodes specified at the factory method invokation, according to the rules defined in
Exclusive XML Canonicalization.
|