Package | Description |
---|---|
org.opensaml.xml |
Base classes for working with XML as Java objects and configuring the library.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
private Namespace |
NamespaceManager.buildNamespace(QName name)
|
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.
|
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> |
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> |
XMLObject.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) . |
Modifier and Type | Method and Description |
---|---|
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 . |
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 |
AbstractXMLObject.removeNamespace(Namespace namespace)
Removes a namespace from this element.
|
void |
XMLObject.removeNamespace(Namespace namespace)
Deprecated.
use appropriate methods on the XMLObject's
NamespaceManager . |
private void |
NamespaceManager.removeNamespace(Set<Namespace> namespaces,
Namespace oldNamespace)
Remove a Namespace from a set of Namespaces.
|
Modifier and Type | Method and Description |
---|---|
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-2014 JBoss by Red Hat. All Rights Reserved.