/** @see org.w3c.dom.Node#isSupported(String, String) */
 public boolean isSupported(String arg0, String arg1) {
   return m_attributeNode.isSupported(arg0, arg1);
 }