BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.xml.stream
Interface ReferenceResolver


Deprecated. please use java standard StAX API

public interface ReferenceResolver

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 String getId(String idref)
          Deprecated. Returns the id that corresponds to this idref
 XMLInputStream resolve(String idref)
          Deprecated. Returns the xml pointed to by this idref as an XMLInputStream
 

Method Detail

getId

public String getId(String idref)
Deprecated. 
Returns the id that corresponds to this idref

Parameters:
idref -

resolve

public XMLInputStream resolve(String idref)
                       throws XMLStreamException
Deprecated. 
Returns the xml pointed to by this idref as an XMLInputStream

Parameters:
idref -
Throws:
XMLStreamException

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