Interface ReferenceResolver


  • public interface ReferenceResolver
    Deprecated.
    XMLInputStream was deprecated by XMLStreamReader from STaX - jsr173 API.
    This interface can be implemented to allow resolution of references on a stream.
    • 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 -