src/java.xml/share/classes/javax/xml/xpath/XPathFactory.java
changeset 48412 d4412e380f6b
parent 47312 d4f959806fe9
child 48577 8dff65f1d611
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    43  * <p>{@link XPathFactory} is not re-entrant. While one of the
    43  * <p>{@link XPathFactory} is not re-entrant. While one of the
    44  * <code>newInstance</code> methods is being invoked, applications
    44  * <code>newInstance</code> methods is being invoked, applications
    45  * may not attempt to recursively invoke a <code>newInstance</code> method,
    45  * may not attempt to recursively invoke a <code>newInstance</code> method,
    46  * even from the same thread.
    46  * even from the same thread.
    47  *
    47  *
    48  * @author  <a href="mailto:Norman.Walsh@Sun.com">Norman Walsh</a>
    48  * @author  Norman Walsh
    49  * @author  <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
    49  * @author  Jeff Suttor
    50  *
    50  *
    51  * @since 1.5
    51  * @since 1.5
    52  */
    52  */
    53 public abstract class XPathFactory {
    53 public abstract class XPathFactory {
    54 
    54