Class EncryptionElementProxy
java.lang.Object
org.docx4j.org.apache.xml.security.utils.ElementProxy
org.docx4j.org.apache.xml.security.utils.EncryptionElementProxy
public abstract class EncryptionElementProxy extends ElementProxy
This is the base object for all objects which map directly to an Element from
the xenc spec.
- Author:
- $Author$
-
Field Summary
Fields inherited from class org.docx4j.org.apache.xml.security.utils.ElementProxy
baseURI, log -
Constructor Summary
Constructors Constructor Description EncryptionElementProxy(org.w3c.dom.Document doc)Constructor EncryptionElementProxyEncryptionElementProxy(org.w3c.dom.Element element, java.lang.String baseURI)Constructor EncryptionElementProxy -
Method Summary
Modifier and Type Method Description java.lang.StringgetBaseNamespace()Returns the namespace of the Elements of the sub-class.Methods inherited from class org.docx4j.org.apache.xml.security.utils.ElementProxy
addBase64Element, addBase64Text, addBigIntegerElement, addReturnToSelf, addText, addTextElement, appendOther, appendSelf, appendSelf, createElementForFamily, createElementForFamilyLocal, createText, getBaseLocalName, getBaseURI, getBigIntegerFromChildElement, getBytesFromTextChild, getDefaultPrefix, getDocument, getElement, getElementPlusReturns, getFirstChild, getLocalAttribute, getTextFromChildElement, getTextFromTextChild, length, registerDefaultPrefixes, setDefaultPrefix, setDocument, setElement, setElement, setLocalAttribute, setLocalIdAttribute, setXPathNamespaceContextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
EncryptionElementProxy
public EncryptionElementProxy(org.w3c.dom.Document doc)Constructor EncryptionElementProxy- Parameters:
doc-
-
EncryptionElementProxy
public EncryptionElementProxy(org.w3c.dom.Element element, java.lang.String baseURI) throws XMLSecurityExceptionConstructor EncryptionElementProxy- Parameters:
element-baseURI-- Throws:
XMLSecurityException
-
-
Method Details
-
getBaseNamespace
public final java.lang.String getBaseNamespace()Description copied from class:ElementProxyReturns the namespace of the Elements of the sub-class.- Specified by:
getBaseNamespacein classElementProxy- Returns:
- the namespace of the Elements of the sub-class.
-