org.apache.xmlbeans.xml.stream
Interface ReferenceResolver


Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

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)
          Deprecated. Returns the id that corresponds to this idref
 XMLInputStream resolve(java.lang.String idref)
          Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
 

Method Detail

resolve

XMLInputStream resolve(java.lang.String idref)
                       throws XMLStreamException
Deprecated. XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.

Returns the xml pointed to by this idref as an XMLInputStream

Parameters:
idref -
Throws:
XMLStreamException

getId

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

Parameters:
idref -