Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > e61be913bb9cc9a848d8fb9d8487e584 > files > 357

dom2-core-tests-javadoc-0.0.1-0.20040405.1.7mdv2011.0.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_18) on Thu Dec 09 13:28:02 UTC 2010 -->
<TITLE>
setAttributeNS05 (DOM 2 Core Test Suite)
</TITLE>

<META NAME="date" CONTENT="2010-12-09">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    if (location.href.indexOf('is-external=true') == -1) {
        parent.document.title="setAttributeNS05 (DOM 2 Core Test Suite)";
    }
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">
<HR>


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS04.html" title="class in org.w3c.domts.level2.core"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS06.html" title="class in org.w3c.domts.level2.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?org/w3c/domts/level2/core/setAttributeNS05.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="setAttributeNS05.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.w3c.domts.level2.core</FONT>
<BR>
Class setAttributeNS05</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/w3c/domts/DOMTest.html" title="class in org.w3c.domts">org.w3c.domts.DOMTest</A>
      <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../org/w3c/domts/DOMTestCase.html" title="class in org.w3c.domts">org.w3c.domts.DOMTestCase</A>
          <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.w3c.domts.level2.core.setAttributeNS05</B>
</PRE>
<HR>
<DL>
<DT><PRE>public final class <B>setAttributeNS05</B><DT>extends <A HREF="../../../../../org/w3c/domts/DOMTestCase.html" title="class in org.w3c.domts">DOMTestCase</A></DL>
</PRE>

<P>
The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
    If an attribute with the same local name and namespace URI is already present
    on the element, its prefix is changed to be the prefix part of the "qualifiedName",
    and its vale is changed to be the "value" paramter.
    null value if no previously existing Attr node with the
    same name was replaced.
    
    Add a new attribute to the "emp:address" element.
    Check to see if the new attribute has been successfully added to the document.
    The new attribute "<newValue>" contains markup and therefore is escaped
    by the implementation.
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><a href="http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElGetAttrNS">http://www.w3.org/TR/DOM-Level-2-Core/core#ID-ElGetAttrNS</a></DL>
<HR>

<P>

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS05.html#setAttributeNS05(org.w3c.domts.DOMTestDocumentBuilderFactory)">setAttributeNS05</A></B>(<A HREF="../../../../../org/w3c/domts/DOMTestDocumentBuilderFactory.html" title="class in org.w3c.domts">DOMTestDocumentBuilderFactory</A>&nbsp;factory)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructor.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS05.html#getTargetURI()">getTargetURI</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets URI that identifies the test.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS05.html#main(java.lang.String[])">main</A></B>(java.lang.String[]&nbsp;args)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runs this test from the command line.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS05.html#runTest()">runTest</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Runs the test case.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.w3c.domts.DOMTestCase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.w3c.domts.<A HREF="../../../../../org/w3c/domts/DOMTestCase.html" title="class in org.w3c.domts">DOMTestCase</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualAutoCase(java.lang.String, java.lang.String, java.util.Collection, java.util.Collection)">assertEqualAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, boolean, boolean)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, java.util.Collection, java.util.Collection)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, java.util.Collection, org.w3c.dom.NodeList)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, double, double)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, int, int)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEquals(java.lang.String, java.lang.String, java.lang.String)">assertEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualsAutoCase(java.lang.String, java.lang.String, java.util.List, java.util.List)">assertEqualsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualsAutoCase(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertEqualsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualsIgnoreCase(java.lang.String, java.util.Collection, java.util.Collection)">assertEqualsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualsIgnoreCase(java.lang.String, java.util.List, java.util.List)">assertEqualsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertEqualsIgnoreCase(java.lang.String, java.lang.String, java.lang.String)">assertEqualsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertFalse(java.lang.String, boolean)">assertFalse</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertFalse(java.lang.String, java.lang.Object)">assertFalse</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertInstanceOf(java.lang.String, java.lang.Class, java.lang.Object)">assertInstanceOf</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotEquals(java.lang.String, double, double)">assertNotEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotEquals(java.lang.String, int, int)">assertNotEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotEquals(java.lang.String, java.lang.String, java.lang.String)">assertNotEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotEqualsAutoCase(java.lang.String, java.lang.String, java.lang.String, java.lang.String)">assertNotEqualsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotEqualsIgnoreCase(java.lang.String, java.lang.String, java.lang.String)">assertNotEqualsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNotNull(java.lang.String, java.lang.Object)">assertNotNull</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertNull(java.lang.String, java.lang.Object)">assertNull</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertSame(java.lang.String, java.lang.Object, java.lang.Object)">assertSame</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertSize(java.lang.String, int, java.util.Collection)">assertSize</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertSize(java.lang.String, int, org.w3c.dom.NamedNodeMap)">assertSize</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertSize(java.lang.String, int, org.w3c.dom.NodeList)">assertSize</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertTrue(java.lang.String, boolean)">assertTrue</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertTrue(java.lang.String, java.lang.Object)">assertTrue</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#assertURIEquals(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.String)">assertURIEquals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#doMain(java.lang.Class, java.lang.String[])">doMain</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equals(java.util.Collection, java.util.Collection)">equals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equals(double, double)">equals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equals(int, int)">equals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equals(java.util.List, java.util.List)">equals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equals(java.lang.String, java.lang.String)">equals</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsAutoCase(java.lang.String, java.util.Collection, java.util.Collection)">equalsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsAutoCase(java.lang.String, java.util.List, java.util.List)">equalsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsAutoCase(java.lang.String, java.lang.String, java.lang.String)">equalsAutoCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsIgnoreCase(java.util.Collection, java.util.Collection)">equalsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsIgnoreCase(java.util.List, java.util.List)">equalsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#equalsIgnoreCase(java.lang.String, java.lang.String)">equalsIgnoreCase</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#fail(java.lang.String)">fail</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#same(java.lang.Object, java.lang.Object)">same</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#setFramework(org.w3c.domts.DOMTestFramework)">setFramework</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#size(java.util.Collection)">size</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#size(org.w3c.dom.NamedNodeMap)">size</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#size(org.w3c.dom.NodeList)">size</A>, <A HREF="../../../../../org/w3c/domts/DOMTestCase.html#wait(int)">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_org.w3c.domts.DOMTest"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class org.w3c.domts.<A HREF="../../../../../org/w3c/domts/DOMTest.html" title="class in org.w3c.domts">DOMTest</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../../org/w3c/domts/DOMTest.html#createStream(java.lang.String)">createStream</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#createTempURI(java.lang.String)">createTempURI</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#createXPathEvaluator(org.w3c.dom.Document)">createXPathEvaluator</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#getContentType()">getContentType</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#getFactory()">getFactory</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#getImplementation()">getImplementation</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#getMutationCount()">getMutationCount</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#getResourceURI(java.lang.String, java.lang.String, java.lang.String)">getResourceURI</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#hasFeature(java.lang.String, java.lang.String)">hasFeature</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#hasSetting(org.w3c.domts.DocumentBuilderSetting)">hasSetting</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isCoalescing()">isCoalescing</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isExpandEntityReferences()">isExpandEntityReferences</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isHasNullString()">isHasNullString</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isIgnoringElementContentWhitespace()">isIgnoringElementContentWhitespace</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isNamespaceAware()">isNamespaceAware</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isSigned()">isSigned</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#isValidating()">isValidating</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#load(java.lang.String, boolean)">load</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#preload(java.lang.String, java.lang.String, boolean)">preload</A>, <A HREF="../../../../../org/w3c/domts/DOMTest.html#setFactory(org.w3c.domts.DOMTestDocumentBuilderFactory)">setFactory</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="setAttributeNS05(org.w3c.domts.DOMTestDocumentBuilderFactory)"><!-- --></A><H3>
setAttributeNS05</H3>
<PRE>
public <B>setAttributeNS05</B>(<A HREF="../../../../../org/w3c/domts/DOMTestDocumentBuilderFactory.html" title="class in org.w3c.domts">DOMTestDocumentBuilderFactory</A>&nbsp;factory)
                 throws <A HREF="../../../../../org/w3c/domts/DOMTestIncompatibleException.html" title="class in org.w3c.domts">DOMTestIncompatibleException</A></PRE>
<DL>
<DD>Constructor.
<P>
<DL>
<DT><B>Parameters:</B><DD><CODE>factory</CODE> - document factory, may not be null
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../../org/w3c/domts/DOMTestIncompatibleException.html" title="class in org.w3c.domts">DOMTestIncompatibleException</A></CODE> - Thrown if test is not compatible with parser configuration</DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="runTest()"><!-- --></A><H3>
runTest</H3>
<PRE>
public void <B>runTest</B>()
             throws java.lang.Throwable</PRE>
<DL>
<DD>Runs the test case.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/w3c/domts/DOMTestCase.html#runTest()">runTest</A></CODE> in class <CODE><A HREF="../../../../../org/w3c/domts/DOMTestCase.html" title="class in org.w3c.domts">DOMTestCase</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Throws:</B>
<DD><CODE>java.lang.Throwable</CODE> - Any uncaught exception causes test to fail</DL>
</DD>
</DL>
<HR>

<A NAME="getTargetURI()"><!-- --></A><H3>
getTargetURI</H3>
<PRE>
public java.lang.String <B>getTargetURI</B>()</PRE>
<DL>
<DD>Gets URI that identifies the test.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../../org/w3c/domts/DOMTest.html#getTargetURI()">getTargetURI</A></CODE> in class <CODE><A HREF="../../../../../org/w3c/domts/DOMTest.html" title="class in org.w3c.domts">DOMTest</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>uri identifier of test</DL>
</DD>
</DL>
<HR>

<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[]&nbsp;args)</PRE>
<DL>
<DD>Runs this test from the command line.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>args</CODE> - command line arguments</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS04.html" title="class in org.w3c.domts.level2.core"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/w3c/domts/level2/core/setAttributeNS06.html" title="class in org.w3c.domts.level2.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../../index.html?org/w3c/domts/level2/core/setAttributeNS05.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="setAttributeNS05.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>