< prev index next >

src/java.xml/share/classes/javax/xml/transform/TransformerFactory.java

Print this page

        

*** 138,148 **** * * <p>Once an application has obtained a reference to a * {@code TransformerFactory} it can use the factory to configure * and obtain transformer instances. * ! * <h2>Tip for Trouble-shooting</h2> * <p>Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. * * <p> If you have problems try: --- 138,148 ---- * * <p>Once an application has obtained a reference to a * {@code TransformerFactory} it can use the factory to configure * and obtain transformer instances. * ! * <h4>Tip for Trouble-shooting</h4> * <p>Setting the {@code jaxp.debug} system property will cause * this method to print a lot of debug messages * to {@code System.err} about what it is doing and where it is looking at. * * <p> If you have problems try:
< prev index next >