Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;

import javax.xml.xpath.XPath;

import javax.xml.xpath.XPathFactory;

public class Main {
    public static XPath instantiateXPath() {

        return XPathFactory.newInstance().newXPath();
    }
}