public class XEEncryptionProperty extends XMLElement
XEEncryptedProperty.XEEncryptionProperties| Constructor and Description | 
|---|
XEEncryptionProperty(org.w3c.dom.Element encProp)
Create a  
XEEncryptionProperty instance from the given EncryptionProperty element. | 
XEEncryptionProperty(org.w3c.dom.Element encProp, java.lang.String systemId)
Create a  
XEEncryptionProperty instance from the given EncryptionProperty element. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getId()
Returns the Id attribute value for this EncryptionProperty element. 
 | 
java.lang.String | 
getTarget()
Returns the target URI for this EncryptionProperty element. 
 | 
void | 
setId(java.lang.String id)
Sets the Id attribute for this EncrytionProperty element. 
 | 
void | 
setTarget(java.lang.String target)
Sets the target URI for this EncryptionProperty element. 
 | 
addNSPrefixAttr, addNSPrefixAttr, addNSPrefixAttrDefault, addNSPrefixAttrDefault, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getChildElementsByTagName, getChildElementsByTagName, getChildElementsByTagNameNS, getChildElementsByTagNameNS, getDefaultNSPrefix, getElement, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setDefaultNSPrefixappendChild, appendChild, appendTo, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNode, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getSystemId, hasAttributes, hasChildNodes, insertBefore, insertBefore, isSupported, normalize, removeChild, removeChild, replaceChild, replaceChild, setNodeValue, setPrefix, setSystemId, toBytesXML, toStringXML
public XEEncryptionProperty(org.w3c.dom.Element encProp)
                     throws org.w3c.dom.DOMException
XEEncryptionProperty instance from the given EncryptionProperty element.encProp - An EncryptionProperty element.org.w3c.dom.DOMException
public XEEncryptionProperty(org.w3c.dom.Element encProp,
                    java.lang.String systemId)
                     throws org.w3c.dom.DOMException
XEEncryptionProperty instance from the given EncryptionProperty element.encProp - An EncryptionProperty element.systemId - The URI string system ID for this element.org.w3c.dom.DOMExceptionXMLNode.setSystemId(java.lang.String)
public void setId(java.lang.String id)
           throws org.w3c.dom.DOMException
id - The Id string for this EncryptionProperty element.org.w3c.dom.DOMExceptionpublic java.lang.String getId()
null if it is missing.
public void setTarget(java.lang.String target)
               throws org.w3c.dom.DOMException
target - The target string for this EncryptionProperty element.org.w3c.dom.DOMExceptionpublic java.lang.String getTarget()
null if it is missing.