public class XEReferenceList
extends oracle.security.xmlsec.util.XMLElement
XEKeyReference,
XEDataReference| Constructor and Description |
|---|
XEReferenceList(org.w3c.dom.Document doc)
Create a
XEReferenceList instance from the given owner XML document. |
XEReferenceList(org.w3c.dom.Element element)
Create a
XEReferenceList instance from the given XML Element. |
XEReferenceList(org.w3c.dom.Element element,
java.lang.String systemId)
Create a
XEReferenceList instance from the given XML Element. |
| Modifier and Type | Method and Description |
|---|---|
void |
addReference(XEReference ref)
Add a DataReference or KeyReference to this ReferenceList.
|
java.util.Vector |
getDataReferences()
Returns the
XEDataReference objects in this ReferenceList. |
java.util.Vector |
getKeyReferences()
Returns the
XEKeyReference objects in this ReferenceList. |
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, toStringXMLpublic XEReferenceList(org.w3c.dom.Element element)
throws org.w3c.dom.DOMException
XEReferenceList instance from the given XML Element.element - An XML Encryption ReferenceList element.org.w3c.dom.DOMExceptionpublic XEReferenceList(org.w3c.dom.Element element,
java.lang.String systemId)
throws org.w3c.dom.DOMException
XEReferenceList instance from the given XML Element.element - An XML Encryption ReferenceList element.systemId - The URI string system ID for this element.org.w3c.dom.DOMExceptionXMLNode.setSystemId(java.lang.String)public XEReferenceList(org.w3c.dom.Document doc)
throws org.w3c.dom.DOMException
XEReferenceList instance from the given owner XML document.doc - An XML Document to be used as the owner document of this element.org.w3c.dom.DOMExceptionpublic void addReference(XEReference ref) throws org.w3c.dom.DOMException
ref - An XEReference instance.org.w3c.dom.DOMExceptionpublic java.util.Vector getDataReferences()
XEDataReference objects in this ReferenceList.Vector of XEDataReference objects.public java.util.Vector getKeyReferences()
XEKeyReference objects in this ReferenceList.Vector of XEKeyReference objects.