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
 

Fields in org.opensaml.xml declared as AttributeMap
private  AttributeMap AbstractExtensibleXMLObject.anyAttributes
          xs:anyAttribute for this element.
 

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

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

Fields in org.opensaml.xml.encryption.impl declared as AttributeMap
private  AttributeMap EncryptionPropertyImpl.unknownAttributes
          "anyAttribute" attributes
 

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
 

Fields in org.opensaml.xml.schema.impl declared as AttributeMap
private  AttributeMap XSAnyImpl.unknownAttributes
          Attributes for this element.
 

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 © 1999-2013. All Rights Reserved.