| java.lang.Object de.schlund.pfixcore.util.basicapp.projectdom.PageXmlDom
PageXmlDom | final public class PageXmlDom (Code) | | Represents the dom of the pages to be displayed
author: Ralf Rapude version: $Id: PageXmlDom.java 3302 2007-11-30 16:56:16Z jenstl $ |
PageXmlDom | public PageXmlDom(Project project, Document domDoc, int counter)(Code) | | Constructor initializes the Page 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 |
|
|