Interface XMLName

All Known Implementing Classes:
XmlNameImpl

public interface XMLName
Encapsulates information about the Qualified Name of an XML event.
Since:
Weblogic XML Input Stream 1.0
See Also:
  • Method Details

    • getNamespaceUri

      String getNamespaceUri()
    • getLocalName

      String getLocalName()
    • getPrefix

      String getPrefix()
    • getQualifiedName

      String getQualifiedName()