All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.Indexing.indexWrite Maven / Gradle / Ivy

Go to download

XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing

There is a newer version: 2.13.4
Show newest version
import java.io.*;
import src.ximpleware.*;
//This example shows you how to create an VTD+XML index
public class indexWrite {
	public static void main(String args[]) {
		try{
			VTDGen vg = new VTDGen();
			if (vg.parseFile("po.xml",true)){
				// recommended extension is .vxl
				vg.writeIndex("po.vxl");
			}
		}catch(Exception e){
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy