|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.encryption.AbstractSerializer
org.apache.xml.security.encryption.DocumentSerializer
public class DocumentSerializer
Converts String
s into Node
s and visa versa.
Field Summary | |
---|---|
protected javax.xml.parsers.DocumentBuilderFactory |
dbf
|
Fields inherited from class org.apache.xml.security.encryption.AbstractSerializer |
---|
canon |
Constructor Summary | |
---|---|
DocumentSerializer()
|
Method Summary | |
---|---|
org.w3c.dom.Node |
deserialize(java.lang.String source,
org.w3c.dom.Node ctx)
|
Methods inherited from class org.apache.xml.security.encryption.AbstractSerializer |
---|
canonSerialize, createContext, serialize, serialize, setCanonicalizer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected javax.xml.parsers.DocumentBuilderFactory dbf
Constructor Detail |
---|
public DocumentSerializer()
Method Detail |
---|
public org.w3c.dom.Node deserialize(java.lang.String source, org.w3c.dom.Node ctx) throws XMLEncryptionException
deserialize
in interface Serializer
deserialize
in class AbstractSerializer
source
- ctx
-
XMLEncryptionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |