Пример #1
0
 public Table(int flag, DocNode parent) {
   this(flag);
   if (parent != null) {
     parent.add(this);
   }
 }