|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxml2fol.XML2FOL
public class XML2FOL
This is a class that saves the offsets and lengths (in bytes) for each of the elements in collection. To use this class you need xalan.jar http://xml.apache.org/xalan-j/
Constructor Summary | |
---|---|
XML2FOL()
Creates a XMl2FOL object without an input, table or index value, only saves values to the list (not the map), sets the minimum length to 0, saves text elements in the table sets the table type to binary, and sets sort to false. |
Method Summary | |
---|---|
void |
ConvertXML(java.lang.String inname)
Public interface. |
void |
CreateCollection()
|
static void |
main(java.lang.String[] args)
|
static void |
PrintStatusMessage()
Prints a status message on how to use this program |
void |
ProcessArguments(java.lang.String[] args)
Proceses the command line arguments |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XML2FOL()
Method Detail |
---|
public void ConvertXML(java.lang.String inname)
inname
- - the name of the directory or filepublic void ProcessArguments(java.lang.String[] args)
args
- - The array of command line argumentspublic void CreateCollection()
public static void PrintStatusMessage()
public static void main(java.lang.String[] args)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |