Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Method and Description |
---|---|
PDThesaur |
PDThesaur.ImportXMLNode(org.w3c.dom.Node OPDObject,
java.lang.String ParentThesaurId,
boolean MaintainId)
Evaluates a XML Node and generates a Term
|
PDThesaur |
PDThesaur.NextTerm(Cursor Res)
Receives a cursor created with method Search and returns the next Term or null if
there are no more.
|
PDThesaur |
PDThesaur.ProcessXML(java.io.File XMLFile,
java.lang.String ParentThesaurId)
Process a File containing a set of terms
|