BEA Systems, Inc.


weblogic.xml.stream
Interface ReferenceResolver


public interface ReferenceResolver

This interface can be implemented to allow resolution of references on a stream.


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

Method Detail

resolve

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

Parameters:
idref -  

getId

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

Parameters:
idref -  

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference