API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. Name View Source
Author(s)
Since
Version
Serial
Hierarchy
 Name
Subinterfaces
Description
public interface Name
  A representation of an XML name.
Methods
Hide/Show inherited methods
public String getLocalName ()
  Gets the local name part of the XML name that this Name object represents.
public String getPrefix ()
  Returns the prefix that was specified when this Name object was initialized.
public String getQualifiedName ()
  Gets the namespace-qualified name of the XML name that this Name object represents.
public String getURI ()
  Returns the URI of the namespace for the XML name that this Name object represents.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar