org.apache.xml.security.utils
Class EncryptionElementProxy
java.lang.Object
org.apache.xml.security.utils.ElementProxy
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: coheigea $
Methods inherited from class 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, setXPathNamespaceContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncryptionElementProxy
public EncryptionElementProxy(Document doc)
- Constructor EncryptionElementProxy
- Parameters:
doc
-
EncryptionElementProxy
public EncryptionElementProxy(Element element,
String BaseURI)
throws XMLSecurityException
- Constructor EncryptionElementProxy
- Parameters:
element
- BaseURI
-
- Throws:
XMLSecurityException
getBaseNamespace
public final String getBaseNamespace()
- Description copied from class:
ElementProxy
- Returns the namespace of the Elements of the sub-class.
- Specified by:
getBaseNamespace
in class ElementProxy
- Returns:
- the namespace of the Elements of the sub-class.
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.