|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Serializer
Converts Strings into Nodes and visa versa.
| Method Summary | |
|---|---|
String |
canonSerialize(Node node)
Use the Canonicalizer to serialize the node |
Node |
deserialize(String source,
Node ctx)
|
String |
serialize(Element element)
Returns a String representation of the specified
Element. |
String |
serialize(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)
String serialize(Element element)
throws Exception
String representation of the specified
Element.
element - the Element to serialize.
String representation of the serilaized
Element.
Exception
String serialize(NodeList content)
throws Exception
String representation of the specified
NodeList.
content - the NodeList to serialize.
String representation of the serialized
NodeList.
Exception
String canonSerialize(Node node)
throws Exception
node -
Exception
Node deserialize(String source,
Node ctx)
throws XMLEncryptionException
source - ctx -
XMLEncryptionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||