BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


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
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getLocalName

public String getLocalName()
Deprecated. 

getNamespaceUri

public String getNamespaceUri()
Deprecated. 

getPrefix

public String getPrefix()
Deprecated. 

getQualifiedName

public String getQualifiedName()
Deprecated. 

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.