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

Packages that use IDIndex
org.opensaml.xml Base classes for working with XML as Java objects and configuring the library. 
org.opensaml.xml.util Utility classes for working with XML, XMLObjects, and various data types. 
 

Uses of IDIndex in org.opensaml.xml
 

Methods in org.opensaml.xml that return IDIndex
 IDIndex XMLObject.getIDIndex()
          Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
 IDIndex AbstractXMLObject.getIDIndex()
          Get the IDIndex holding the ID-to-XMLObject index mapping, rooted at this XMLObject's subtree.
 

Uses of IDIndex in org.opensaml.xml.util
 

Methods in org.opensaml.xml.util with parameters of type IDIndex
 void IDIndex.deregisterIDMappings(IDIndex idIndex)
          Deregister multiple ID-to-XMLObject mappings for this object's owner's children.
 void IDIndex.registerIDMappings(IDIndex idIndex)
          Register multiple ID-to-XMLObject mappings for this object's owner's children.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.