| java.lang.Object de.schlund.pfixxml.IncludeDocument
IncludeDocument | public class IncludeDocument (Code) | | IncludeDocument.java
Created: 20021031
author: Joerg Haecker author: This class encapsulates an include-module of the PUSTEFIX-system. author: A IncludeDocument stores a Document created from a file. Currently author: there are two types of Documents: mutable and immutable. The user author: of this class must know which type he wants. author: Various administrative data like modification time author: of the file from which it is created from and more are stored. |
createDocument | public void createDocument(XsltVersion xsltVersion, FileResource path, boolean mutable) throws SAXException, IOException, TransformerException(Code) | | Create the internal document.
Parameters: path - the path in the filesystem to create the document from. Parameters: mutable - determine if the document is mutable or not. Any attemptsto modify an immutable document will cause an exception. |
getModTime | public long getModTime()(Code) | | |
resetModTime | public void resetModTime()(Code) | | |
|
|