src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
child 48577 8dff65f1d611
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    36  * to create is named {@code "javax.xml.transform.TransformerFactory"}.
    36  * to create is named {@code "javax.xml.transform.TransformerFactory"}.
    37  * This property names a concrete subclass of the
    37  * This property names a concrete subclass of the
    38  * {@code TransformerFactory} abstract class. If the property is not
    38  * {@code TransformerFactory} abstract class. If the property is not
    39  * defined, a platform default is be used.
    39  * defined, a platform default is be used.
    40  *
    40  *
    41  * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    41  * @author Jeff Suttor
    42  * @author <a href="mailto:Neeraj.Bajaj@sun.com">Neeraj Bajaj</a>
    42  * @author Neeraj Bajaj
    43  *
    43  *
    44  * @since 1.5
    44  * @since 1.5
    45  */
    45  */
    46 public abstract class TransformerFactory {
    46 public abstract class TransformerFactory {
    47 
    47