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> |
NamespaceManager.getAllNamespacesInSubtreeScope()
Get the set of all namespaces which are in scope within the subtree rooted
at the owning XMLObject.
|
Set<Namespace> |
XMLObject.getNamespaces()
Gets the namespaces that are scoped to this element.
|
Set<Namespace> |
NamespaceManager.getNamespaces()
Get the set of namespaces currently in use on the owning XMLObject.
|
Set<Namespace> |
AbstractXMLObject.getNamespaces()
Gets the namespaces that are scoped to this element.
|
Set<Namespace> |
NamespaceManager.getNonVisibleNamespaces()
Obtain the set of namespaces used in a non-visible manner on owning XMLObject
and its children.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLObject.addNamespace(Namespace namespace)
Deprecated.
use appropriate methods on the XMLObject's
NamespaceManager . |
void |
AbstractXMLObject.addNamespace(Namespace newNamespace)
Adds a namespace to the ones already scoped to this element.
|
void |
NamespaceManager.deregisterNamespace(Namespace namespace)
Deregister usage of a namespace in some indeterminate fashion.
|
void |
NamespaceManager.deregisterNamespaceDeclaration(Namespace namespace)
Deregister a namespace declaration.
|
void |
NamespaceManager.registerNamespace(Namespace namespace)
Register usage of a namespace in some indeterminate fashion.
|
void |
NamespaceManager.registerNamespaceDeclaration(Namespace namespace)
Register a namespace declaration.
|
void |
XMLObject.removeNamespace(Namespace namespace)
Deprecated.
use appropriate methods on the XMLObject's
NamespaceManager . |
void |
AbstractXMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.