org.opensaml.xml.signature.impl
Class SPKIDataImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.xml.signature.impl.SPKIDataImpl
- All Implemented Interfaces:
- SPKIData, ValidatingXMLObject, XMLObject
public class SPKIDataImpl
- extends AbstractValidatingXMLObject
- implements SPKIData
Concrete implementation of SPKIData
Constructor Summary |
protected |
SPKIDataImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
Constructor |
Method Summary |
java.util.List<XMLObject> |
getOrderedChildren()
Gets an unmodifiable list of child elements in the order that they will appear in the DOM. |
java.util.List<SPKISexp> |
getSPKISexps()
Get the list of SPKISexp child elements |
java.util.List<XMLObject> |
getXMLObjects()
Get the list of all XMLObject children |
java.util.List<XMLObject> |
getXMLObjects(javax.xml.namespace.QName typeOrName)
Get the list of XMLObject children whose type or element
QName matches the specified QName |
Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
SPKIDataImpl
protected SPKIDataImpl(java.lang.String namespaceURI,
java.lang.String elementLocalName,
java.lang.String namespacePrefix)
- Constructor
- Parameters:
namespaceURI
- elementLocalName
- namespacePrefix
-
getXMLObjects
public java.util.List<XMLObject> getXMLObjects()
- Get the list of all XMLObject children
- Specified by:
getXMLObjects
in interface SPKIData
- Returns:
- the list of XMLObject children
getXMLObjects
public java.util.List<XMLObject> getXMLObjects(javax.xml.namespace.QName typeOrName)
- Get the list of XMLObject children whose type or element
QName matches the specified QName
- Specified by:
getXMLObjects
in interface SPKIData
- Parameters:
typeOrName
- the QName of the desired elements
- Returns:
- the matching list of XMLObject children
getSPKISexps
public java.util.List<SPKISexp> getSPKISexps()
- Get the list of SPKISexp child elements
- Specified by:
getSPKISexps
in interface SPKIData
- Returns:
- the list of SPKISexp child elements
getOrderedChildren
public java.util.List<XMLObject> getOrderedChildren()
- Gets an unmodifiable list of child elements in the order that they will appear in the DOM.
- Specified by:
getOrderedChildren
in interface XMLObject
- Returns:
- ordered list of child elements
Copyright © 2006-2010 Internet2. All Rights Reserved.