Oracle

weblogic.xml.stream
Interface XMLName


Deprecated. please use java standard StAX api

public interface XMLName

Encapsulates information about the Qualified Name of an XML event.

Since:
Weblogic XML Input Stream 1.0
See Also:
StartElement, XMLEvent

Method Summary
 String getLocalName()
          Deprecated.  
 String getNamespaceUri()
          Deprecated.  
 String getPrefix()
          Deprecated.  
 String getQualifiedName()
          Deprecated.  
 

Method Detail

getNamespaceUri

String getNamespaceUri()
Deprecated. 

getLocalName

String getLocalName()
Deprecated. 

getPrefix

String getPrefix()
Deprecated. 

getQualifiedName

String getQualifiedName()
Deprecated. 

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle