XMLTooling-J 1.3.2-redhat-4

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
 Set<Namespace> NamespaceManager.getAllNamespacesInSubtreeScope()
          Get the set of all namespaces which are in scope within the subtree rooted at the owning XMLObject.
 Set<Namespace> AbstractXMLObject.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> XMLObject.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.
 

Methods in org.opensaml.xml with parameters of type Namespace
 void AbstractXMLObject.addNamespace(Namespace newNamespace)
          Adds a namespace to the ones already scoped to this element.
 void XMLObject.addNamespace(Namespace namespace)
          Deprecated. use appropriate methods on the XMLObject's NamespaceManager.
 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 AbstractXMLObject.removeNamespace(Namespace namespace)
          Removes a namespace from this element.
 void XMLObject.removeNamespace(Namespace namespace)
          Deprecated. use appropriate methods on the XMLObject's NamespaceManager.
 


XMLTooling-J 1.3.2-redhat-4

Copyright © 2006-2013 Internet2. All Rights Reserved.