示例#1
0
 /**
  * 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());
 }
示例#2
0
 /**
  * Initializes the <code>FtAuthors</code> by the Element <code>element</code>.
  *
  * @param element
  */
 public void setup(Element element) {
   init(element);
 }