jaxp/src/javax/xml/transform/OutputKeys.java
changeset 25262 1fe892ba017a
parent 12457 c348e06f0e82
equal deleted inserted replaced
24908:2dcf544eb7ed 25262:1fe892ba017a
    31  * output properties from a Transformer or Templates object.
    31  * output properties from a Transformer or Templates object.
    32  * <p>All the fields in this class are read-only.</p>
    32  * <p>All the fields in this class are read-only.</p>
    33  *
    33  *
    34  * @see <a href="http://www.w3.org/TR/xslt#output">
    34  * @see <a href="http://www.w3.org/TR/xslt#output">
    35  *  section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
    35  *  section 16 of the XSL Transformations (XSLT) W3C Recommendation</a>
       
    36  * @since 1.4
    36  */
    37  */
    37 public class OutputKeys {
    38 public class OutputKeys {
    38 
    39 
    39     /**
    40     /**
    40      * Default constructor is private on purpose.  This class is
    41      * Default constructor is private on purpose.  This class is