|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Serializer
Converts String
s into Node
s and visa versa.
Method Summary | |
---|---|
java.lang.String |
canonSerialize(org.w3c.dom.Node node)
Use the Canonicalizer to serialize the node |
org.w3c.dom.Node |
deserialize(java.lang.String source,
org.w3c.dom.Node ctx)
|
java.lang.String |
serialize(org.w3c.dom.Element element)
Returns a String representation of the specified
Element . |
java.lang.String |
serialize(org.w3c.dom.NodeList content)
Returns a String representation of the specified
NodeList . |
void |
setCanonicalizer(Canonicalizer canon)
Set the Canonicalizer object to use. |
Method Detail |
---|
void setCanonicalizer(Canonicalizer canon)
java.lang.String serialize(org.w3c.dom.Element element) throws java.lang.Exception
String
representation of the specified
Element
.
element
- the Element
to serialize.
String
representation of the serilaized
Element
.
java.lang.Exception
java.lang.String serialize(org.w3c.dom.NodeList content) throws java.lang.Exception
String
representation of the specified
NodeList
.
content
- the NodeList
to serialize.
String
representation of the serialized
NodeList
.
java.lang.Exception
java.lang.String canonSerialize(org.w3c.dom.Node node) throws java.lang.Exception
node
-
java.lang.Exception
org.w3c.dom.Node deserialize(java.lang.String source, org.w3c.dom.Node ctx) throws XMLEncryptionException
source
- ctx
-
XMLEncryptionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |