public int getSize() {
   if (_dom != null) {
     return _dom.getSize();
   } else {
     return super.getSize();
   }
 }