Package | Description |
---|---|
prodoc |
Main package of OpenProdoc containing most classes
|
Modifier and Type | Method and Description |
---|---|
PDFolders |
PDFolders.ImportXMLNode(org.w3c.dom.Node OPDObject,
java.lang.String ParentFolderId,
boolean MaintainId)
Import a Folder(s) described by an XML with content referenced
|
PDFolders |
PDFolders.NextFold(Cursor Res)
Receives a cursor created with method Search and returns the next folder or null if
there are no more.
|
PDFolders |
PDFolders.ProcessXML(java.io.File XMLFile,
java.lang.String ParentFolderId)
Process and XML file
|
Modifier and Type | Method and Description |
---|---|
void |
DriverGeneric.ConvertJavaDocImport(PDFolders FoldAct,
java.lang.String ImpPath,
java.lang.String FoldType,
java.lang.String DocType,
boolean Strict)
Imports a folder structure of Javadoc files, MODIFYING them for use in OpenProdoc
|
void |
DriverGeneric.ImportFolder(PDFolders FoldAct,
java.lang.String OriginPath,
boolean IsOneLevel,
boolean IncludeMetadata,
boolean IncludeDocs,
java.lang.String FoldType,
java.lang.String DocType,
boolean Strict) |