Ejemplo n.º 1
0
 public ItemHandler(RootHandler root, DefaultHandler parent)
 {
   base.\u002Ector();
   ItemHandler itemHandler = this;
   this.root = root;
   this.parent = parent;
   this.key = (IComparable) null;
   this.value = (Number) null;
 }
Ejemplo n.º 2
0
 public virtual void pushSubHandler(DefaultHandler subhandler)
 {
   this.subHandlers.push((object) subhandler);
 }