Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
AbstractExtensibleXMLObject.getUnknownAttributes()
Gets a mutable map of the attributes.
|
AttributeMap |
AttributeExtensibleXMLObject.getUnknownAttributes()
Gets a mutable map of the attributes.
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
EncryptionPropertyImpl.getUnknownAttributes()
Gets a mutable map of the attributes.
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
XSAnyImpl.getUnknownAttributes()
Gets a mutable map of the attributes.
|
Modifier and Type | Method and Description |
---|---|
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–2014. All rights reserved.