917918919920921922923924925926927
if (a != null) throw new IndexOutOfBoundsException(); s.nextSplay().insert( getRoot(), 0, a = new Attr( qname ), null, 0, 0, true ); Type t = a.getType( getRoot() ); if (XmlBeans.ASSERTS) XmlBeans.assertTrue( t != null );
816817818819820821822823
{ synchronized ( monitor() ) { checkDisposed(); insert( new Attr( name ), value ); } }
907908909910911912913914915916917
if (a != null) throw new IndexOutOfBoundsException(); s.nextSplay().insert( getRoot(), 0, a = new Attr( qname ), null, 0, 0, true ); Type t = a.getType( getRoot() ); assert t != null;
847848849850851852853854
792793794795796797798799
866867868869870871872873874875876