public class TransformSerializer extends AbstractSerializer
Strings into Nodes and visa versa. This requires Xalan to
work properly.canon| Constructor and Description |
|---|
TransformSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.w3c.dom.Node |
deserialize(byte[] source,
org.w3c.dom.Node ctx) |
org.w3c.dom.Node |
deserialize(java.lang.String source,
org.w3c.dom.Node ctx) |
canonSerialize, canonSerializeToByteArray, createContext, createContext, serialize, serialize, serializeToByteArray, serializeToByteArray, setCanonicalizerpublic org.w3c.dom.Node deserialize(byte[] source,
org.w3c.dom.Node ctx)
throws XMLEncryptionException
deserialize in interface Serializerdeserialize in class AbstractSerializersource - ctx - XMLEncryptionExceptionpublic org.w3c.dom.Node deserialize(java.lang.String source,
org.w3c.dom.Node ctx)
throws XMLEncryptionException
deserialize in interface Serializerdeserialize in class AbstractSerializersource - ctx - XMLEncryptionException