Package edu.upf.taln.dri.lib.model
-
Interface Summary Interface Description Document Interface to access a Document processed by Dr Inventor.
To get an instance of a Document by theDocument interface
, you have always to use one of theFactory
methods:
-Factory.createNewDocument()
-Factory.createNewDocument(String absoluteFilePath)
-Factory.createNewDocument(File file)
-
Class Summary Class Description BaseDocumentElem Base class for all document element objects, including a reference to the DocCacheManager object they are contained inDocCacheManager DocumentImpl IMPORTANT: Never instantiate directly this class!
To get an instance of a Document by theDocument interface
, you have always to use one of theFactory
methods:
-Factory.createNewDocument()
-Factory.createNewDocument(String absoluteFilePath)
-Factory.createNewDocument(File file)
-Factory.getEmptyDocument()