jaxp/src/javax/xml/transform/Source.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  * An object that implements this interface contains the information
    29  * An object that implements this interface contains the information
    30  * needed to act as source input (XML source or transformation instructions).
    30  * needed to act as source input (XML source or transformation instructions).
       
    31  *
       
    32  * @since 1.4
    31  */
    33  */
    32 public interface Source {
    34 public interface Source {
    33 
    35 
    34     /**
    36     /**
    35      * Set the system identifier for this Source.
    37      * Set the system identifier for this Source.