11.6 Name Spaces Inheritence

<..save status of xmlns above element..>
 int top = nsName.size();
 nsStack.push( new Integer(top) );
 -_-_-

<..recall status of xmlns above element..>
 int top = ((Integer) nsStack.pop()) . intValue();
 for(int i=nsName.size(); i>top; ){
   i--;
   nsName.remove(i);
   nsValue.remove(i);
 }
 -_-_-

<..xmlns name..>
 12
 -_-_-

<..xmlns quote..>
 13
 -_-_-

<..xmlns value..>
 14
 -_-_-