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

Packages that use IndexedXMLObjectChildrenList
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.encryption.impl Implementations of the interfaces for XMLObjects that represent XML encryption types. 
org.opensaml.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema 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 IndexedXMLObjectChildrenList in org.opensaml.xml
 

Fields in org.opensaml.xml declared as IndexedXMLObjectChildrenList
private  IndexedXMLObjectChildrenList<XMLObject> AbstractElementExtensibleXMLObject.anyXMLObjects
          xs:any XMLObject child elements.
 

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

Fields in org.opensaml.xml.encryption.impl declared as IndexedXMLObjectChildrenList
private  IndexedXMLObjectChildrenList ReferenceListImpl.indexedChildren
          ReferenceType child elements
private  IndexedXMLObjectChildrenList EncryptionPropertyImpl.unknownChildren
          Child elements from the <any> content model
private  IndexedXMLObjectChildrenList<XMLObject> EncryptionMethodImpl.unknownChildren
          "any" children.
private  IndexedXMLObjectChildrenList AgreementMethodImpl.xmlChildren
          List of wildcard <any> XMLObject children.
private  IndexedXMLObjectChildrenList<XMLObject> ReferenceTypeImpl.xmlChildren
          List of <any> XML child elements
 

Uses of IndexedXMLObjectChildrenList in org.opensaml.xml.schema.impl
 

Fields in org.opensaml.xml.schema.impl declared as IndexedXMLObjectChildrenList
private  IndexedXMLObjectChildrenList<XMLObject> XSAnyImpl.unknownXMLObjects
          Child XMLObjects.
 

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

Fields in org.opensaml.xml.signature.impl declared as IndexedXMLObjectChildrenList
private  IndexedXMLObjectChildrenList KeyInfoTypeImpl.indexedChildren
          The list of XMLObject child elements
private  IndexedXMLObjectChildrenList TransformImpl.indexedChildren
           
private  IndexedXMLObjectChildrenList X509DataImpl.indexedChildren
          The list of XMLObject child elements.
private  IndexedXMLObjectChildrenList SPKIDataImpl.indexedChildren
          The list of XMLObject child elements
private  IndexedXMLObjectChildrenList<XMLObject> DigestMethodImpl.unknownChildren
          "any" children.
private  IndexedXMLObjectChildrenList PGPDataImpl.xmlChildren
          List of <any> wildcard XMLObject children
 

Uses of IndexedXMLObjectChildrenList in org.opensaml.xml.util
 

Fields in org.opensaml.xml.util declared as IndexedXMLObjectChildrenList
private  IndexedXMLObjectChildrenList<ElementType> ListView.backingList
          List that backs this view.
 

Constructors in org.opensaml.xml.util with parameters of type IndexedXMLObjectChildrenList
ListView(IndexedXMLObjectChildrenList<ElementType> newBackingList, QName newIndex)
          Constructor.
 



Copyright © 1999-2013. All Rights Reserved.