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
 

Fields in org.opensaml.xml declared as Namespace
private  Namespace NamespaceManager.contentValue
          Registered namespaces of content values.
private  Namespace NamespaceManager.elementName
          XMLObject name namespace.
private  Namespace NamespaceManager.elementType
          XMLObject type namespace.
private static Namespace NamespaceManager.XML_NAMESPACE
          The 'xml' namespace.
private static Namespace NamespaceManager.XSI_NAMESPACE
          The 'xsi' namespace.
 

Fields in org.opensaml.xml with type parameters of type Namespace
private  Set<Namespace> NamespaceManager.attrNames
          Registered namespaces of attribute names.
private  Map<String,Namespace> NamespaceManager.attrValues
          Registered namespaces of attribute values.
private  Set<Namespace> NamespaceManager.decls
          Explicitly declared namespaces.
private  Set<Namespace> NamespaceManager.usage
          Indeterminate namespace usage.
 

Methods in org.opensaml.xml that return Namespace
private  Namespace NamespaceManager.buildNamespace(QName name)
          Build a Namespace instance from a QName.
private  Namespace NamespaceManager.copyNamespace(Namespace orig)
          Get a copy of a Namespace.
private  Namespace NamespaceManager.getElementNameNamespace()
          Return a Namespace instance representing the namespace of the element name.
private  Namespace NamespaceManager.getElementTypeNamespace()
          Return a Namespace instance representing the namespace of the element type, if known.
 

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> 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> AbstractXMLObject.getNamespaces()
          Gets the namespaces that are scoped to this element.
private  Set<Namespace> NamespaceManager.getNonVisibleNamespaceCandidates()
          Get the set of non-visibly used namespaces used on the owning XMLObject (only the owner, not the owner's children).
 Set<Namespace> NamespaceManager.getNonVisibleNamespaces()
          Obtain the set of namespaces used in a non-visible manner on owning XMLObject and its children.
private  Set<Namespace> NamespaceManager.getVisibleNamespaces()
          Get the set of namespaces which are currently visibly-used on the owning XMLObject (only the owner, not its children).
private  Set<Namespace> NamespaceManager.mergeNamespaceCollections(Collection<Namespace>... namespaces)
          Merge 2 or more Namespace collections into a single set, with equivalence semantics as described in NamespaceManager.addNamespace(Set, Namespace).
 

Methods in org.opensaml.xml with parameters of type Namespace
 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.
private  void NamespaceManager.addNamespace(Set<Namespace> namespaces, Namespace newNamespace)
          Add a Namespace to a set of Namespaces.
private  Namespace NamespaceManager.copyNamespace(Namespace orig)
          Get a copy of a Namespace.
 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.
private  void NamespaceManager.removeNamespace(Set<Namespace> namespaces, Namespace oldNamespace)
          Remove a Namespace from a set of Namespaces.
 

Method parameters in org.opensaml.xml with type arguments of type Namespace
private  void NamespaceManager.addNamespace(Set<Namespace> namespaces, Namespace newNamespace)
          Add a Namespace to a set of Namespaces.
private  void NamespaceManager.addPrefixes(Set<String> prefixes, Collection<Namespace> namespaces)
          Add the prefixes from a collection of namespaces to a set of prefixes.
private  void NamespaceManager.removeNamespace(Set<Namespace> namespaces, Namespace oldNamespace)
          Remove a Namespace from a set of Namespaces.
 



Copyright © 1999-2013. All Rights Reserved.