![JAR search and dependency download from the Maven repository](/logo.png)
examples.Indexing.indexWrite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vtd-xml Show documentation
Show all versions of vtd-xml Show documentation
XimpleWare's VTD-XML is, far and away, the industry's most advanced and powerful XML processing model for SOA and Cloud Computing
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