/** * Initializes the <code>FtAuthors</code> by the Stack <code>stack</code> that contains Elements. * This constructor is supposed to be used internally by the Relaxer system. * * @param stack */ public void setup(RStack stack) { init(stack.popElement()); }
/** * Initializes the <code>FtAuthors</code> by the Element <code>element</code>. * * @param element */ public void setup(Element element) { init(element); }