jaxp/src/javax/xml/transform/URIResolver.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    26 package javax.xml.transform;
    26 package javax.xml.transform;
    27 
    27 
    28 /**
    28 /**
    29  * <p>An object that implements this interface that can be called by the processor
    29  * <p>An object that implements this interface that can be called by the processor
    30  * to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
    30  * to turn a URI used in document(), xsl:import, or xsl:include into a Source object.
       
    31  *
       
    32  * @since 1.4
    31  */
    33  */
    32 public interface URIResolver {
    34 public interface URIResolver {
    33 
    35 
    34     /**
    36     /**
    35      * Called by the processor when it encounters
    37      * Called by the processor when it encounters