com.bea.wli.common
Annotation Type XmlNamespaces.Entry


@Target(value={})
public static @interface XmlNamespaces.Entry


Required Element Summary
 String namespace
          Specifies the URI that the prefix represents.
 String prefix
          Specifies the XML namespace prefix being defined.
 

Element Detail

prefix

public abstract String prefix
Specifies the XML namespace prefix being defined.


namespace

public abstract String namespace
Specifies the URI that the prefix represents.