|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
org.w3c.dom.Element domElement)
Marshall the attributes represented by the indicated AttributeMap into the indicated DOM Element. |
static void |
XMLHelper.unmarshallToAttributeMap(AttributeMap attributeMap,
org.w3c.dom.Attr attribute)
Unmarshall a DOM Attr to an AttributeMap. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||