/**@class org.w3c.domts.level2.core.setAttributeNS01
@extends org.w3c.domts.DOMTestCase

     The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a 
    INVALID_CHARACTER_ERR DOMException if the specified
    prefix contains an illegal character.
    
    Attempt to add a new attribute on the first employee node.
    An exception should be raised since the "qualifiedName" has an invalid 
    character.
 @author NIST
 @author Mary Brady
 @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-258A00AF')/constant[@name='INVALID_CHARACTER_ERR'])</a>
 @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElSetAttrNS</a>
 @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-ElSetAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
*/
var setAttributeNS01 = {

/**Runs the test case.
@throws Throwable Any uncaught exception causes test to fail
*/
runTest : function(  ) {},

/**Gets URI that identifies the test.
@return {String} uri identifier of test
*/
getTargetURI : function(  ) {},

/**Runs this test from the command line.
@param {Object {java.lang.String[]}} args command line arguments
*/
main : function(  ) {},


};