Uses of Class
org.opensaml.xml.Namespace

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 newNamespace)
          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.
 



Copyright © 2006-2012 Internet2. All Rights Reserved.