|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Namespace | |
---|---|
org.opensaml.xml | Base classes for working with XML as Java objects and configuring the library. |
Uses of Namespace in org.opensaml.xml |
---|
Methods in org.opensaml.xml that return types with arguments of type Namespace | |
---|---|
java.util.Set<Namespace> |
XMLObject.getNamespaces()
Gets the namespaces that are scoped to this element. |
java.util.Set<Namespace> |
AbstractXMLObject.getNamespaces()
Gets the namespaces that are scoped to this element. |
Methods in org.opensaml.xml with parameters of type Namespace | |
---|---|
void |
XMLObject.addNamespace(Namespace namespace)
Adds a namespace to the ones already scoped to this element. |
void |
AbstractXMLObject.addNamespace(Namespace namespace)
Adds a namespace to the ones already scoped to this element. |
void |
XMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element. |
void |
AbstractXMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |