Java XPath Create getXPathFactory()

Here you can find the source of getXPathFactory()

Description

get X Path Factory

License

Open Source License

Declaration

public static XPathFactory getXPathFactory() 

Method Source Code

//package com.java2s;
// under the terms of the GNU General Public License as published by the

import javax.xml.xpath.*;

public class Main {
    public static XPathFactory getXPathFactory() {
        return XPathFactory.newInstance();
    }/*from  w w  w. ja  va2s  .c  o  m*/
}

Related

  1. getXPathExpression(String xPathString)
  2. getXpathExpressionNode(Object xprContext, String xpExpression)
  3. getXpathExpressionValue(Object xprContext, String xpExpression)
  4. getXPathExprFromNode(Node node)
  5. getXPathExprFromNode(Node node)
  6. getXPathFactory()
  7. getXPathFactory()
  8. getXPathFactory()
  9. getXpathFilter(String xpath, Map namespaceMap)