Android XPath Create getXPath()

Here you can find the source of getXPath()

Description

get X Path

Declaration

public static XPath getXPath() 

Method Source Code

//package com.java2s;

import javax.xml.xpath.XPath;

import javax.xml.xpath.XPathFactory;

public class Main {
    public static XPath getXPath() {
        return XPathFactory.newInstance().newXPath();
    }/*from   ww  w.  ja  v  a 2  s  . co m*/
}

Related

  1. newXPath()
  2. newXPath(String androidPrefix)
  3. getXpathExpression(String s)