Uses of Class
org.opensaml.core.xml.util.IndexedXMLObjectChildrenList
-
Packages that use IndexedXMLObjectChildrenList Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.util Utility classes for working with XML, XMLObjects, and various data types. -
-
Uses of IndexedXMLObjectChildrenList in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as IndexedXMLObjectChildrenList Modifier and Type Field Description private IndexedXMLObjectChildrenList<XMLObject>AbstractElementExtensibleXMLObject. anyXMLObjectsxs:anyXMLObjectchild elements. -
Uses of IndexedXMLObjectChildrenList in org.opensaml.core.xml.schema.impl
Fields in org.opensaml.core.xml.schema.impl declared as IndexedXMLObjectChildrenList Modifier and Type Field Description private IndexedXMLObjectChildrenList<XMLObject>XSAnyImpl. unknownXMLObjectsChild XMLObjects. -
Uses of IndexedXMLObjectChildrenList in org.opensaml.core.xml.util
Fields in org.opensaml.core.xml.util declared as IndexedXMLObjectChildrenList Modifier and Type Field Description private IndexedXMLObjectChildrenList<ElementType>ListView. backingListList that backs this view.Constructors in org.opensaml.core.xml.util with parameters of type IndexedXMLObjectChildrenList Constructor Description ListView(IndexedXMLObjectChildrenList<ElementType> newBackingList, QName newIndex)Constructor.
-