Package | Description |
---|---|
org.opensaml.core.xml |
Base classes for working with XML as Java objects and configuring the library.
|
org.opensaml.core.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.core.xml.util |
Utility classes for working with XML, XMLObjects, and various data types.
|
Modifier and Type | Field and Description |
---|---|
private AttributeMap |
AbstractExtensibleXMLObject.anyAttributes
xs:anyAttribute for this element.
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
AttributeExtensibleXMLObject.getUnknownAttributes()
Gets a mutable map of the attributes.
|
AttributeMap |
AbstractExtensibleXMLObject.getUnknownAttributes()
Gets a mutable map of the attributes.
|
Modifier and Type | Field and Description |
---|---|
private AttributeMap |
XSAnyImpl.unknownAttributes
Attributes for this element.
|
Modifier and Type | Method and Description |
---|---|
AttributeMap |
XSAnyImpl.getUnknownAttributes()
Gets a mutable map of the attributes.
|
Modifier and Type | Method and Description |
---|---|
static void |
XMLObjectSupport.marshallAttributeMap(AttributeMap attributeMap,
Element domElement)
Marshall the attributes represented by the indicated AttributeMap into the indicated DOM Element.
|
static void |
XMLObjectSupport.unmarshallToAttributeMap(AttributeMap attributeMap,
Attr attribute)
Unmarshall a DOM Attr to an AttributeMap.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.