Uses of Class
org.opensaml.core.xml.util.IDIndex
Packages that use IDIndex
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Utility classes for working with XML, XMLObjects, and various data types.
-
Uses of IDIndex in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as IDIndexModifier and TypeFieldDescriptionprivate final IDIndexAbstractXMLObject.idIndexMapping of ID attributes to XMLObjects in the subtree rooted at this object.Methods in org.opensaml.core.xml that return IDIndexModifier and TypeMethodDescriptionAbstractXMLObject.getIDIndex()Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.AbstractXSAnyAdapter.getIDIndex()Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.XMLObject.getIDIndex()Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree. -
Uses of IDIndex in org.opensaml.core.xml.util
Methods in org.opensaml.core.xml.util with parameters of type IDIndexModifier and TypeMethodDescriptionvoidIDIndex.deregisterIDMappings(IDIndex idIndex) Deregister multiple ID-to-XMLObject mappings for this object's owner's children.voidIDIndex.registerIDMappings(IDIndex idIndex) Register multiple ID-to-XMLObject mappings for this object's owner's children.