Top Description Fields Constructors Methods
com.sun.org.apache.xml.internal.security.utils

public abstract Class SignatureElementProxy

extends ElementProxy
Class Inheritance
Known Direct Subclasses
com.sun.org.apache.xml.internal.security.algorithms.Algorithm, com.sun.org.apache.xml.internal.security.keys.KeyInfo, com.sun.org.apache.xml.internal.security.keys.content.KeyName, com.sun.org.apache.xml.internal.security.keys.content.KeyValue, com.sun.org.apache.xml.internal.security.keys.content.MgmtData, com.sun.org.apache.xml.internal.security.keys.content.PGPData, com.sun.org.apache.xml.internal.security.keys.content.RetrievalMethod, com.sun.org.apache.xml.internal.security.keys.content.SPKIData, com.sun.org.apache.xml.internal.security.keys.content.X509Data, com.sun.org.apache.xml.internal.security.keys.content.keyvalues.DSAKeyValue, com.sun.org.apache.xml.internal.security.keys.content.keyvalues.RSAKeyValue, com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509Certificate, com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509CRL, com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509IssuerSerial, com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SKI, com.sun.org.apache.xml.internal.security.keys.content.x509.XMLX509SubjectName, com.sun.org.apache.xml.internal.security.signature.Manifest, com.sun.org.apache.xml.internal.security.signature.ObjectContainer, com.sun.org.apache.xml.internal.security.signature.Reference, com.sun.org.apache.xml.internal.security.signature.SignatureProperties, com.sun.org.apache.xml.internal.security.signature.SignatureProperty, com.sun.org.apache.xml.internal.security.signature.XMLSignature, com.sun.org.apache.xml.internal.security.transforms.Transform, com.sun.org.apache.xml.internal.security.transforms.Transforms, com.sun.org.apache.xml.internal.security.transforms.params.XPathContainer
Imports
com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException, org.w3c.dom.Document, .Element

Class SignatureElementProxy

Field Summary

Inherited from com.sun.org.apache.xml.internal.security.utils.ElementProxy:
baseURILOG

Constructor Summary

AccessConstructor and Description
protected
public
SignatureElementProxy(Document doc)

Constructor SignatureElementProxy

public
SignatureElementProxy(Element element, String baseURI)

Constructor SignatureElementProxy

Method Summary

Modifier and TypeMethod and Description
public String
getBaseNamespace()

Implements abstract com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseNamespace.

Returns the namespace of the Elements of the sub-class.

Inherited from com.sun.org.apache.xml.internal.security.utils.ElementProxy:
addBase64ElementaddBase64TextaddBigIntegerElementaddReturnToSelfaddTextaddTextElementappendOtherappendSelfappendSelfcreateElementForFamilycreateElementForFamilyLocalcreateTextgetBaseLocalNamegetBaseURIgetBigIntegerFromChildElementgetBytesFromTextChildgetDefaultPrefixgetDocumentgetElementgetElementPlusReturnsgetFirstChildgetLocalAttributegetTextFromChildElementgetTextFromTextChildguaranteeThatElementInCorrectSpacelengthregisterDefaultPrefixessetDefaultPrefixsetDocumentsetElementsetElementsetLocalAttributesetLocalIdAttributesetXPathNamespaceContext

Constructor Detail

SignatureElementProxyback to summary
protected SignatureElementProxy()
SignatureElementProxyback to summary
public SignatureElementProxy(Document doc)

Constructor SignatureElementProxy

SignatureElementProxyback to summary
public SignatureElementProxy(Element element, String baseURI) throws XMLSecurityException

Constructor SignatureElementProxy

Method Detail

getBaseNamespaceback to summary
public String getBaseNamespace()

Implements abstract com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseNamespace.

Doc from com.sun.org.apache.xml.internal.security.utils.ElementProxy.getBaseNamespace.

Returns the namespace of the Elements of the sub-class.

Returns:String

the namespace of the Elements of the sub-class.

Annotations
@Override