| Package | Description |
|---|---|
| org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Namespace> |
AbstractXMLObject.getNamespaces()
Gets the namespaces that are scoped to this element.
|
Set<Namespace> |
XMLObject.getNamespaces()
Gets the namespaces that are scoped to this element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractXMLObject.addNamespace(Namespace namespace)
Adds a namespace to the ones already scoped to this element.
|
void |
XMLObject.addNamespace(Namespace namespace)
Adds a namespace to the ones already scoped to this element.
|
void |
AbstractXMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element.
|
void |
XMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element.
|
Copyright © 2006-2013 Internet2. All Rights Reserved.