< prev index next >

src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java

Print this page

        

*** 43,54 **** * <p>{@link XPathFactory} is not re-entrant. While one of the * <code>newInstance</code> methods is being invoked, applications * may not attempt to recursively invoke a <code>newInstance</code> method, * even from the same thread. * ! * @author <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a> ! * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a> * * @since 1.5 */ public abstract class XPathFactory { --- 43,54 ---- * <p>{@link XPathFactory} is not re-entrant. While one of the * <code>newInstance</code> methods is being invoked, applications * may not attempt to recursively invoke a <code>newInstance</code> method, * even from the same thread. * ! * @author Norman Walsh ! * @author Jeff Suttor * * @since 1.5 */ public abstract class XPathFactory {
< prev index next >