Package gnu.xml

Class NamespaceBinding

  • All Implemented Interfaces:
    Externalizable, Serializable

    public final class NamespaceBinding
    extends Object
    implements Externalizable
    A "namespace node" as a link in a linked list. The list may contain duplicates - i.e. multiple namespace bindings for the same prefix but (usually) different uris. In that case the first binding "wins". One reason for allowing duplicates it to allow sharing of the lists between a child and its parent element.
    See Also:
    Serialized Form