| java.lang.Object de.schlund.pfixcore.util.basicapp.projectdom.FrameXmlDom
FrameXmlDom | final public class FrameXmlDom (Code) | | This class will deliver a new Dom of the frame.xml with all necessary
changes for a new project
author: Ralf Rapude version: $Id: FrameXmlDom.java 3302 2007-11-30 16:56:16Z jenstl $ |
FrameXmlDom | public FrameXmlDom(Project project, Document domDoc)(Code) | | Constructor initializes the Project Object
and the dom for the current document
Parameters: project - The current project Parameters: domDoc - the current Dom given by HandleXmlFiles |
getDom | public Document getDom()(Code) | | Gives the current dom back to
HandleXmlFiles
Document The current dom |
|
|