Team LiB
Previous Section Next Section

Package javax.xml.namespace

Java 5.0

This small package defines types for working with XML namespaces. NamespaceContext represents a mapping between namespace URIs and namespace prefixes. QName represents a qualified name consisting of a local part and a namespace.

Interfaces

public interface NamespaceContext;

Classes

public class QName implements Serializable;

    Team LiB
    Previous Section Next Section