Uses of Class
org.opensaml.xml.util.XMLObjectChildrenList

Packages that use XMLObjectChildrenList
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
org.opensaml.xml.signature.impl Implementations of the interfaces for XMLObjects that represent XML signature types. 
org.opensaml.xml.util Utility classes for working with XML, XMLObjects, and various data types. 
 

Uses of XMLObjectChildrenList in org.opensaml.xml.encryption.impl
 

Fields in org.opensaml.xml.encryption.impl declared as XMLObjectChildrenList
private  XMLObjectChildrenList EncryptionPropertiesImpl.encryptionProperties
          EncryptionProperty child elements.
private  XMLObjectChildrenList TransformsImpl.transforms
           
 

Uses of XMLObjectChildrenList in org.opensaml.xml.signature.impl
 

Fields in org.opensaml.xml.signature.impl declared as XMLObjectChildrenList
private  XMLObjectChildrenList TransformsImpl.transforms
           
 

Uses of XMLObjectChildrenList in org.opensaml.xml.util
 

Subclasses of XMLObjectChildrenList in org.opensaml.xml.util
 class IndexedXMLObjectChildrenList<ElementType extends XMLObject>
          A list which indexes XMLObjects by their schema type and element QName for quick retrival based on those items.
 



Copyright © 1999-2013. All Rights Reserved.