BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.stream
Interface Location


Deprecated. please use java standard StAX api

public interface Location

Returns the document location of the event. This is not required to be exact and is informational only.

Since:
Weblogic XML Input Stream 1.0
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 int getColumnNumber()
          Deprecated.  
 int getLineNumber()
          Deprecated.  
 String getPublicId()
          Deprecated.  
 String getSystemId()
          Deprecated.  
 

Method Detail

getColumnNumber

public int getColumnNumber()
Deprecated. 

getLineNumber

public int getLineNumber()
Deprecated. 

getPublicId

public String getPublicId()
Deprecated. 

getSystemId

public String getSystemId()
Deprecated. 

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