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

Packages that use AttributeMap
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.util Utility classes for working with XML, XMLObjects, and various data types. 
 

Uses of AttributeMap in org.opensaml.xml
 

Methods in org.opensaml.xml that return AttributeMap
 AttributeMap AttributeExtensibleXMLObject.getUnknownAttributes()
          Gets a mutable map of the attributes.
 AttributeMap AbstractExtensibleXMLObject.getUnknownAttributes()
          Gets a mutable map of the attributes.
 

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

Methods in org.opensaml.xml.encryption.impl that return AttributeMap
 AttributeMap EncryptionPropertyImpl.getUnknownAttributes()
          Gets a mutable map of the attributes.
 

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

Methods in org.opensaml.xml.schema.impl that return AttributeMap
 AttributeMap XSAnyImpl.getUnknownAttributes()
          Gets a mutable map of the attributes.
 

Uses of AttributeMap in org.opensaml.xml.util
 

Methods in org.opensaml.xml.util with parameters of type AttributeMap
static void XMLHelper.marshallAttributeMap(AttributeMap attributeMap, Element domElement)
          Marshall the attributes represented by the indicated AttributeMap into the indicated DOM Element.
static void XMLHelper.unmarshallToAttributeMap(AttributeMap attributeMap, Attr attribute)
          Unmarshall a DOM Attr to an AttributeMap.
 



Copyright © 2006-2010 Internet2. All Rights Reserved.