Alphabetical Index

A B C D E F G H I J L M N O P R S T U V W X

A

Adds any specialized extension required by the implementation.
addExtension(String) - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
addTest(Class) - method in class org.w3c.domts.DOMTestSink
addTest(Class) - method in class org.w3c.domts.JUnitTestSuiteAdapter
alltests - class org.w3c.domts.level2.core.alltests
alltests(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.alltests
Constructor
Attempts to change builder to have this setting.
Asserts that each entry in actual is matched with an entry in expected that only differs by case.
assertEquals(String,boolean,boolean) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are equal.
Asserts that each entry in actual exactly matches with an entry in expected.
Asserts that each entry in actual exactly matches with an entry in expected.
assertEquals(String,double,double) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are equal.
assertEquals(String,int,int) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are equal.
assertEquals(String,int,int) - method in class org.w3c.domts.DOMTestInnerClass
assertEquals(String,String,String) - method in class org.w3c.domts.DOMTestCase
Asserts that expected.equals(actual) is true
Asserts that each entry in actual is matched with an entry in expected that only differs by case.
Asserts that expected.equalsIgnoreCase(actual) is true
Asserts that each entry in actual is matched with an entry in expected that only differs by case.
Asserts that each entry in actual is matched with an entry in expected that only differs by case.
Asserts that expected.equalsIgnoreCase(actual) is true
assertFalse(String,boolean) - method in class org.w3c.domts.DOMTestCase
Asserts that actual==false
assertFalse(String,boolean) - method in class org.w3c.domts.DOMTestInnerClass
assertFalse(String,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that actual==false
assertInstanceOf(String,Class,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that obj is an instance of cls
assertNotEquals(String,double,double) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are not equal.
assertNotEquals(String,int,int) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are not equal.
assertNotEquals(String,int,int) - method in class org.w3c.domts.DOMTestInnerClass
assertNotEquals(String,String,String) - method in class org.w3c.domts.DOMTestCase
Asserts that values of expected and actual are not equal.
Asserts that expected.equalsIgnoreCase(actual) is false
Asserts that expected.equalsIgnoreCase(actual) is false
assertNotNull(String,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that actual != null
assertNotNull(String,Object) - method in class org.w3c.domts.DOMTestInnerClass
assertNull(String,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that actual == null
assertNull(String,Object) - method in class org.w3c.domts.DOMTestInnerClass
assertSame(String,Object,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that actual and expected are the same object
assertSame(String,Object,Object) - method in class org.w3c.domts.DOMTestInnerClass
assertSize(String,int,Collection) - method in class org.w3c.domts.DOMTestCase
Asserts that the length of the collection is the expected size.
assertSize(String,int,NamedNodeMap) - method in class org.w3c.domts.DOMTestCase
Asserts that the length of the collection is the expected size.
assertSize(String,int,NodeList) - method in class org.w3c.domts.DOMTestCase
Asserts that the length of the collection is the expected size.
assertSize(String,int,NodeList) - method in class org.w3c.domts.DOMTestInnerClass
assertTrue(String,boolean) - method in class org.w3c.domts.DOMTestCase
Asserts that actual==true
assertTrue(String,boolean) - method in class org.w3c.domts.DOMTestInnerClass
assertTrue(String,Object) - method in class org.w3c.domts.DOMTestCase
Asserts that actual==true
Asserts aspects of a URI
attrgetownerelement01 - class org.w3c.domts.level2.core.attrgetownerelement01
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
Constructor.
attrgetownerelement02 - class org.w3c.domts.level2.core.attrgetownerelement02
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
Constructor.
attrgetownerelement03 - class org.w3c.domts.level2.core.attrgetownerelement03
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
Constructor.
attrgetownerelement04 - class org.w3c.domts.level2.core.attrgetownerelement04
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
Constructor.
attrgetownerelement05 - class org.w3c.domts.level2.core.attrgetownerelement05
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
Constructor.

B

This class implements the generic parser and configuation abstract class for the DOM implementation of Batik.
Creates a Batik implementation of DOMTestDocumentBuilderFactory.
build(org.w3c.domts.DOMTestSink) - method in class org.w3c.domts.level2.core.alltests
Build test suite by adding each test to the test sink
build(org.w3c.domts.DOMTestSink) - method in class org.w3c.domts.DOMTestSuite
Adds a test to the test suite.

C

coalescing - static field in class org.w3c.domts.DocumentBuilderSetting
coalescing = true.
coalescing - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
createAttributeNS01 - class org.w3c.domts.level2.core.createAttributeNS01
The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
Constructor.
createAttributeNS02 - class org.w3c.domts.level2.core.createAttributeNS02
The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
Constructor.
createAttributeNS03 - class org.w3c.domts.level2.core.createAttributeNS03
The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
Constructor.
createAttributeNS04 - class org.w3c.domts.level2.core.createAttributeNS04
The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName has the "xml" prefix and namespaceURI is different from "http://www.w3.org/XML/1998/namespace".
Constructor.
createAttributeNS05 - class org.w3c.domts.level2.core.createAttributeNS05
The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should return a new Attr object given that all parameters are valid and correctly formed.
Constructor.
createAttributeNS06 - class org.w3c.domts.level2.core.createAttributeNS06
Document.createAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
Constructor.
Creates a DOM Document object of the specified type with its document element.
createDocument01 - class org.w3c.domts.level2.core.createDocument01
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if parameter qualifiedName is malformed.
Constructor.
createDocument02 - class org.w3c.domts.level2.core.createDocument02
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
Constructor.
createDocument03 - class org.w3c.domts.level2.core.createDocument03
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise WRONG_DOCUMENT_ERR DOMException if parameter doctype has been used with a different document.
Constructor.
createDocument04 - class org.w3c.domts.level2.core.createDocument04
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise WRONG_DOCUMENT_ERR DOMException if parameter doctype was created from a different implementation.
Constructor.
createDocument05 - class org.w3c.domts.level2.core.createDocument05
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if parameter qualifiedName contains an illegal character.
Constructor.
createDocument06 - class org.w3c.domts.level2.core.createDocument06
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName has the "xml" prefix and namespaceURI different from "http://www.w3.org/XML/1998/namespace" Invoke method createDocument(namespaceURI,qualifiedName,doctype) on this domimplementation with qualifiedName "xml:local" and namespaceURI as the string "http://www.ecommerce.org/schema" (which is different from the required "http://www.w3.org/XML/1998/namespace").
Constructor.
createDocument07 - class org.w3c.domts.level2.core.createDocument07
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should return a new xml Document object of the specified type with its document element given that all parameters are valid and correctly formed.
Constructor.
createDocument08 - class org.w3c.domts.level2.core.createDocument08
DOMImplementation.createDocument with an empty qualified name should cause an INVALID_CHARACTER_ERR.
Constructor.
Creates an empty DocumentType node.
createDocumentType01 - class org.w3c.domts.level2.core.createDocumentType01
The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
Constructor.
createDocumentType02 - class org.w3c.domts.level2.core.createDocumentType02
The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
Constructor.
createDocumentType03 - class org.w3c.domts.level2.core.createDocumentType03
The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should return a new DocumentType node given that qualifiedName is valid and correctly formed.
Constructor.
createDocumentType04 - class org.w3c.domts.level2.core.createDocumentType04
DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR.
Constructor.
createElementNS01 - class org.w3c.domts.level2.core.createElementNS01
The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
Constructor.
createElementNS02 - class org.w3c.domts.level2.core.createElementNS02
The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
Constructor.
createElementNS03 - class org.w3c.domts.level2.core.createElementNS03
The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
Constructor.
createElementNS04 - class org.w3c.domts.level2.core.createElementNS04
The "createElementNS(namespaceURI,qualifiedName") method for a Document should raise NAMESPACE_ERR DOMException if the qualifiedName has an "xml" prefix and the namespaceURI is different from http://www.w3.org/XML/1998/namespace".
Constructor.
createElementNS05 - class org.w3c.domts.level2.core.createElementNS05
The "createElementNS(namespaceURI,qualifiedName)" method for a Document should return a new Element object given that all parameters are valid and correctly formed.
Constructor.
createElementNS06 - class org.w3c.domts.level2.core.createElementNS06
Document.createElementNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
Constructor.
createStream(String) - method in class org.w3c.domts.DOMTest
createTempURI(String) - method in class org.w3c.domts.DOMTest
createXPathEvaluator(Document) - method in class org.w3c.domts.DOMTest
Creates XPath evaluator
Creates XPath evaluator

D

This class is an parser setting, such as non-validating or entity-expanding.
Protected constructor, use static members for supported settings.
This class is a strategy that provides the mapping from an abstract setting (such as DocumentBuilderSetting.validating) to a specific DOM implementation
The method createAttributeNS creates an attribute of the given qualified name and namespace URI Invoke the createAttributeNS method on this Document object with a null namespaceURI, and a qualifiedName without a prefix.
Constructor.
The method createAttributeNS creates an attribute of the given qualified name and namespace URI Invoke the createAttributeNS method on this Document object with a valid values for namespaceURI, and a qualifiedName as below.
Constructor.
The method createAttributeNS raises an INVALID_CHARACTER_ERR if the specified qualified name contains an illegal character Invoke the createAttributeNS method on this Document object with a valid value for namespaceURI, and qualifiedNames that contain illegal characters.
Constructor.
The method createAttributeNS raises a NAMESPACE_ERR if the specified qualified name is malformed.
Constructor.
The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
Constructor.
The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from "http://www.w3.org/XML/1998/namespace".
Constructor.
The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName is xmlns and the namespaceURI is different from http://www.w3.org/2000/xmlns Invoke the createAttributeNS method on this DOMImplementation object with the qualifiedName as xmlns and namespaceURI as http://www.W3.org/2000/xmlns.
Constructor.
documentcreateelementNS01 - class org.w3c.domts.level2.core.documentcreateelementNS01
The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
Constructor.
documentcreateelementNS02 - class org.w3c.domts.level2.core.documentcreateelementNS02
The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
Constructor.
documentcreateelementNS05 - class org.w3c.domts.level2.core.documentcreateelementNS05
The method createElementNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
Constructor.
documentcreateelementNS06 - class org.w3c.domts.level2.core.documentcreateelementNS06
The method createElementNS raises a NAMESPACE_ERR if the qualifiedName has a prefix that is "xml" and the namespaceURI is different from http://www.w3.org/XML/1998/namespace Invoke the createElementNS method on this DOMImplementation object with the qualifiedName as xml:root and namespaceURI as http://www.w3.org/xml/1998/namespace Check if the NAMESPACE_ERR exception is thrown.
Constructor.
documentgetelementbyid01 - class org.w3c.domts.level2.core.documentgetelementbyid01
The method getElementById returns the element whose ID is given by elementId.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
documentimportnode01 - class org.w3c.domts.level2.core.documentimportnode01
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode02 - class org.w3c.domts.level2.core.documentimportnode02
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode03 - class org.w3c.domts.level2.core.documentimportnode03
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode04 - class org.w3c.domts.level2.core.documentimportnode04
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode05 - class org.w3c.domts.level2.core.documentimportnode05
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode06 - class org.w3c.domts.level2.core.documentimportnode06
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode07 - class org.w3c.domts.level2.core.documentimportnode07
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode08 - class org.w3c.domts.level2.core.documentimportnode08
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode09 - class org.w3c.domts.level2.core.documentimportnode09
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode10 - class org.w3c.domts.level2.core.documentimportnode10
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode11 - class org.w3c.domts.level2.core.documentimportnode11
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode12 - class org.w3c.domts.level2.core.documentimportnode12
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode13 - class org.w3c.domts.level2.core.documentimportnode13
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode14 - class org.w3c.domts.level2.core.documentimportnode14
Using the method importNode with deep=true, import the fourth employee element node of this Document.
Constructor.
documentimportnode15 - class org.w3c.domts.level2.core.documentimportnode15
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode17 - class org.w3c.domts.level2.core.documentimportnode17
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode18 - class org.w3c.domts.level2.core.documentimportnode18
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode19 - class org.w3c.domts.level2.core.documentimportnode19
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode20 - class org.w3c.domts.level2.core.documentimportnode20
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode21 - class org.w3c.domts.level2.core.documentimportnode21
The importNode method imports a node from another document to this document.
Constructor.
documentimportnode22 - class org.w3c.domts.level2.core.documentimportnode22
The importNode method imports a node from another document to this document.
Constructor.
The method getInternalSubset() returns the internal subset as a string.
Constructor.
documenttypepublicid01 - class org.w3c.domts.level2.core.documenttypepublicid01
The method getInternalSubset() returns the public identifier of the external subset.
Constructor.
documenttypesystemid01 - class org.w3c.domts.level2.core.documenttypesystemid01
The method getInternalSubset() returns the public identifier of the external subset.
Constructor.
This class implements the generic parser and configuation abstract class for JAXP supporting parsers.
Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
doMain(Class,String[]) - static method in class org.w3c.domts.DOMTestCase
This method is called by the main() for each test and locates the appropriate test framework and runs the specified test
DOMErrorImpl - class org.w3c.domts.DOMErrorImpl
This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
DOMErrorImpl(DOMError) - constructor for class org.w3c.domts.DOMErrorImpl
Public constructor
DOMErrorMonitor - class org.w3c.domts.DOMErrorMonitor
This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
DOMErrorMonitor() - constructor for class org.w3c.domts.DOMErrorMonitor
Public constructor
The createDocument method with valid arguments, should create a DOM Document of the specified type.
Constructor.
The createDocument method should throw a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
Constructor.
The createDocument method should throw a NAMESPACE_ERR if the qualifiedName has a prefix that is xml and the namespaceURI is different from http://www..w3.org/XML/1998/namespace.
Constructor.
The createDocument method should raise a NAMESPACE_ERR if the qualifiedName is malformed Invoke the createDocument method on this DOMImplementation object with null values for namespaceURI and docType and a malformed qualifiedName.
Constructor.
The method createDocumentType with valid values for qualifiedName, publicId and systemId should create an empty DocumentType node.
Constructor.
The method createDocumentType with valid values for qualifiedName, publicId and systemId should create an empty DocumentType node.
Constructor.
The method createDocumentType should raise a INVALID_CHARACTER_ERR if the qualifiedName contains an illegal characters.
Constructor.
The "feature" parameter in the "hasFeature(feature,version)" method is the package name of the feature.
Constructor.
The "feature" parameter in the "hasFeature(feature,version)" method is the package name of the feature.
Constructor.
The method "hasFeature(feature,version)" tests if the DOMImplementation implements a specific feature and if so returns true.
Constructor.
The method "hasFeature(feature,version)" tests if the DOMImplementation implements a specific feature and if not returns false.
Constructor.
DOMLocatorImpl - class org.w3c.domts.DOMLocatorImpl
Implementation of DOMLocator
DOMLocatorImpl(DOMLocator) - constructor for class org.w3c.domts.DOMLocatorImpl
DOMTest - class org.w3c.domts.DOMTest
This is an abstract base class for generated DOM tests
DOMTest() - constructor for class org.w3c.domts.DOMTest
This constructor is used by tests that must create a modified document factory to meet requirements on the parser configuration.
This is the appropriate constructor for tests that make no requirements on the parser configuration.
DOMTestCase - class org.w3c.domts.DOMTestCase
This is an abstract base class for generated DOM tests
DOMTestCase() - constructor for class org.w3c.domts.DOMTestCase
This constructor is for DOMTestCase's that make specific demands for parser configuration.
This constructor is for DOMTestCase's that do not add any requirements for parser configuration.
This class represents a particular parser and configuration (such as entity-expanding, non-validating, whitespace ignoring) for a test session.
Constructor
DOMTestFramework - interface org.w3c.domts.DOMTestFramework
This interface provides services typically provided by a test framework
This exception represents a mismatch between the requirements of the test (for example, entity preserving) and the capabilities of the parser under test.
Constructor from a ParserConfigurationException or reflection exception
DOMTestInnerClass - class org.w3c.domts.DOMTestInnerClass
This class provides access to DOMTestCase methods (like assertEquals) for inner classes
Encapsulates a concrete load exception such as a SAX exception
DOMTestLoadException(Throwable) - constructor for class org.w3c.domts.DOMTestLoadException
Constructor
DOMTestSink - interface org.w3c.domts.DOMTestSink
DOMTestSuite - class org.w3c.domts.DOMTestSuite
Abstract base class for all test suites (that is any collection of DOMTest's)
DOMTestSuite() - constructor for class org.w3c.domts.DOMTestSuite
This constructor is used for suites that assert one or more implementation attributes or features.
This constructor is used for suites that make no additional requirements on the parser configuration.

E

The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
Constructor.
The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
Constructor.
The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
Constructor.
elementgetattributens02 - class org.w3c.domts.level2.core.elementgetattributens02
The method getAttributeNS retrieves an attribute value by local name and namespace URI.
Constructor.
The method getElementsByTagNameNS returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
Returns a NodeList of all the Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of the Document tree.
Constructor.
elementhasattribute01 - class org.w3c.domts.level2.core.elementhasattribute01
The method hasAttribute returns true when an attribute with a given name is specified on this element or has a default value, false otherwise Invoke the hasAttribute method to check if the documentElement has attributres.
Constructor.
elementhasattribute02 - class org.w3c.domts.level2.core.elementhasattribute02
The method hasAttribute returns true when an attribute with a given name is specified on this element or has a default value, false otherwise Invoke the hasAttribute method to on an element with default attributes and verify if it returns true.
Constructor.
elementhasattribute03 - class org.w3c.domts.level2.core.elementhasattribute03
The method hasAttribute returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
Constructor.
elementhasattribute04 - class org.w3c.domts.level2.core.elementhasattribute04
The method hasAttribute returns true when an attribute with a given name is specified on this element or has a default value, false otherwise.
Constructor.
elementhasattributens01 - class org.w3c.domts.level2.core.elementhasattributens01
The method hasAttributeNS returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
Constructor.
elementhasattributens02 - class org.w3c.domts.level2.core.elementhasattributens02
The method hasAttributeNS returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
Constructor.
elementhasattributens03 - class org.w3c.domts.level2.core.elementhasattributens03
The method hasAttributeNS returns true when an attribute with a given local name and namespace URI is specified on this element or has a default value, false otherwise.
Constructor.
elementremoveattributens01 - class org.w3c.domts.level2.core.elementremoveattributens01
The method removeAttributeNS removes an attribute by local name and namespace URI.
Constructor.
Testing Element.setAttributeNodeNS: If an attribute with that local name and that namespace URI is already present in the element, it is replaced by the new one.
Constructor.
Test the setAttributeNodeNS method.
Constructor.
The method setAttributeNodeNS adds a new attribute and raises the INUSE_ATTRIBUTE_ERR exception if the newAttr is already an attribute of another Element object.
Constructor.
The method setAttributeNodeNS Adds a new attribute and raises an INUSE_ATTRIBUTE_ERR if newAttr is already an attribute of another Element object.
Constructor.
The method setAttributeNodeNS Adds a new attribute and raises an WRONG_DOCUMENT_ERR if newAttr was created from a different document than the one that created the element.
Constructor.
The method setAttributeNodeNS Adds a new attribute and raises an WRONG_DOCUMENT_ERR if this node is readonly.
Constructor.
elementsetattributens01 - class org.w3c.domts.level2.core.elementsetattributens01
The method setAttributeNS adds a new attribute.
Constructor.
elementsetattributens02 - class org.w3c.domts.level2.core.elementsetattributens02
The method setAttributeNS adds a new attribute.
Constructor.
elementsetattributens03 - class org.w3c.domts.level2.core.elementsetattributens03
The method setAttributeNS adds a new attribute.
Constructor.
elementsetattributens04 - class org.w3c.domts.level2.core.elementsetattributens04
The method setAttributeNS adds a new attribute and raises a INVALID_CHARACTER_ERR if the specified qualified name contains an illegal character.
Constructor.
elementsetattributens05 - class org.w3c.domts.level2.core.elementsetattributens05
The method setAttributeNS adds a new attribute and raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
Constructor.
elementsetattributens08 - class org.w3c.domts.level2.core.elementsetattributens08
The method setAttributeNS adds a new attribute and raises a NAMESPACE_ERR if the qualifiedName, or its prefix, is "xmlns" and the namespaceURI is different from "http://www.w3.org/2000/xmlns/".
Constructor.
The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a NAMESPACE_ERR DOMException if the specified qualifiedName has a prefix and the namespaceURI is null.
Constructor.
equals(boolean,boolean) - method in class org.w3c.domts.DOMTestFramework
equals(boolean,boolean) - method in class org.w3c.domts.JUnitTestCaseAdapter
equals(Collection,Collection) - method in class org.w3c.domts.DOMTestCase
Compares the values in actual and expected ignoring order.
equals(Collection,Collection) - method in class org.w3c.domts.DOMTestFramework
equals(Collection,Collection) - method in class org.w3c.domts.DOMTestInnerClass
equals(Collection,Collection) - method in class org.w3c.domts.JUnitTestCaseAdapter
equals(double,double) - method in class org.w3c.domts.DOMTestCase
Compares the values of actual and expected.
equals(double,double) - method in class org.w3c.domts.DOMTestFramework
equals(double,double) - method in class org.w3c.domts.DOMTestInnerClass
equals(double,double) - method in class org.w3c.domts.JUnitTestCaseAdapter
equals(int,int) - method in class org.w3c.domts.DOMTestCase
Compares the values of actual and expected.
equals(int,int) - method in class org.w3c.domts.DOMTestFramework
equals(int,int) - method in class org.w3c.domts.DOMTestInnerClass
equals(int,int) - method in class org.w3c.domts.JUnitTestCaseAdapter
equals(List,List) - method in class org.w3c.domts.DOMTestCase
Compares the values in actual and expected.
equals(List,List) - method in class org.w3c.domts.DOMTestFramework
equals(List,List) - method in class org.w3c.domts.DOMTestInnerClass
equals(List,List) - method in class org.w3c.domts.JUnitTestCaseAdapter
equals(String,String) - method in class org.w3c.domts.DOMTestCase
Compares the values of actual and expected.
equals(String,String) - method in class org.w3c.domts.DOMTestFramework
equals(String,String) - method in class org.w3c.domts.DOMTestInnerClass
equals(String,String) - method in class org.w3c.domts.JUnitTestCaseAdapter
Compares the values in actual and expected ignoring case and order.
equalsAutoCase(String,List,List) - method in class org.w3c.domts.DOMTestCase
Compares the values in actual and expected ignoring case.
equalsAutoCase(String,String,String) - method in class org.w3c.domts.DOMTestCase
Compares the value of actual and expected ignoring case.
Compares the values in actual and expected ignoring case and order.
equalsIgnoreCase(List,List) - method in class org.w3c.domts.DOMTestCase
Compares the values in actual and expected ignoring case.
equalsIgnoreCase(List,List) - method in class org.w3c.domts.DOMTestFramework
equalsIgnoreCase(List,List) - method in class org.w3c.domts.DOMTestInnerClass
equalsIgnoreCase(List,List) - method in class org.w3c.domts.JUnitTestCaseAdapter
equalsIgnoreCase(String,String) - method in class org.w3c.domts.DOMTestCase
Compares the value of actual and expected ignoring case.
equalsIgnoreCase(String,String) - method in class org.w3c.domts.DOMTestFramework
equalsIgnoreCase(String,String) - method in class org.w3c.domts.DOMTestInnerClass
EventMonitor - class org.w3c.domts.EventMonitor
This is a utility implementation of EventListener that captures all events and provides access to lists of all events by mode
EventMonitor() - constructor for class org.w3c.domts.EventMonitor
execute(String[]) - method in class org.w3c.domts.JUnitRunner
expandEntityReferences - static field in class org.w3c.domts.DocumentBuilderSetting
expandEntityReferences = false.
expandEntityReferences - static field in class org.w3c.domts.DocumentBuilderSettingStrategy

F

fail(String) - method in class org.w3c.domts.DOMTestCase
Fail test

G

getActualSettings() - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
Creates an array of all determinable settings for the DocumentBuilder including those at implementation defaults.
getAllErrors() - method in class org.w3c.domts.DOMErrorMonitor
Gets list of errors
getAllEvents() - method in class org.w3c.domts.EventMonitor
getAllNotifications() - method in class org.w3c.domts.UserDataMonitor
Gets list of notifications
getAtEvents() - method in class org.w3c.domts.EventMonitor
getAttributeNodeNS01 - class org.w3c.domts.level2.core.getAttributeNodeNS01
The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an attribute node by local name and NamespaceURI.
Constructor.
getAttributeNodeNS02 - class org.w3c.domts.level2.core.getAttributeNodeNS02
The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an attribute node by local name and NamespaceURI.
Constructor.
getAttributeNS01 - class org.w3c.domts.level2.core.getAttributeNS01
The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
Constructor.
getAttributeNS02 - class org.w3c.domts.level2.core.getAttributeNS02
The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
Constructor.
getAttributeNS03 - class org.w3c.domts.level2.core.getAttributeNS03
The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
Constructor.
getAttributeNS04 - class org.w3c.domts.level2.core.getAttributeNS04
The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
Constructor.
getAttributeNS05 - class org.w3c.domts.level2.core.getAttributeNS05
The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
Constructor.
getBubbledEvents() - method in class org.w3c.domts.EventMonitor
getByteOffset() - method in class org.w3c.domts.DOMLocatorImpl
getCapturedEvents() - method in class org.w3c.domts.EventMonitor
getColumnNumber() - method in class org.w3c.domts.DOMLocatorImpl
getConfiguration1() - static method in class org.w3c.domts.JAXPDOMTestDocumentBuilderFactory
getConfiguration1() - static method in class org.w3c.domts.XercesHTML2DocumentBuilderFactory
getConfiguration1() - static method in class org.w3c.domts.XercesHTMLDocumentBuilderFactory
getConfiguration2() - static method in class org.w3c.domts.JAXPDOMTestDocumentBuilderFactory
getConfiguration2() - static method in class org.w3c.domts.XercesHTML2DocumentBuilderFactory
getConfiguration2() - static method in class org.w3c.domts.XercesHTMLDocumentBuilderFactory
getContentType() - method in class org.w3c.domts.BatikTestDocumentBuilderFactory
Gets content type.
getContentType() - method in class org.w3c.domts.DOMTest
getContentType() - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
getContentType() - method in class org.w3c.domts.JTidyDocumentBuilderFactory
getData() - method in class org.w3c.domts.UserDataNotification
Gets value of data parameter
Gets DOMImplementation.
getDOMImplementation() - method in class org.w3c.domts.JTidyDocumentBuilderFactory
getDOMImplementation() - method in class org.w3c.domts.LSDocumentBuilderFactory
Gets DOMImplementation
getDst() - method in class org.w3c.domts.UserDataNotification
Gets value of dst parameter
getElementById01 - class org.w3c.domts.level2.core.getElementById01
The "getElementById(elementId)" method for a Document should return an element whose ID matches elementId.
Constructor.
getElementById02 - class org.w3c.domts.level2.core.getElementById02
The "getElementById(elementId)" method for a Document should return null if elementId does not identify any elements in this document.
Constructor.
getElementsByTagNameNS01 - class org.w3c.domts.level2.core.getElementsByTagNameNS01
The "getElementsByTagNameNS(namespaceURI,localName)" method for a Document should return a new NodeList of all Elements that have a namespace when local name is specified as ' '.
Constructor.
getElementsByTagNameNS02 - class org.w3c.domts.level2.core.getElementsByTagNameNS02
The "getElementsByTagNameNS(namespaceURI,localName)" method for a Document should return a new NodeList of all Elements with a given localName and namespaceURI in the order they were encountered in a preorder traversal of the document tree.
Constructor.
getElementsByTagNameNS03 - class org.w3c.domts.level2.core.getElementsByTagNameNS03
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS04 - class org.w3c.domts.level2.core.getElementsByTagNameNS04
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS05 - class org.w3c.domts.level2.core.getElementsByTagNameNS05
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS06 - class org.w3c.domts.level2.core.getElementsByTagNameNS06
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS07 - class org.w3c.domts.level2.core.getElementsByTagNameNS07
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS08 - class org.w3c.domts.level2.core.getElementsByTagNameNS08
Element.getElementsByTagNameNS('*','*') should return all child elements.
Constructor.
getElementsByTagNameNS09 - class org.w3c.domts.level2.core.getElementsByTagNameNS09
The "getElementsByTagNameNS(namespaceURI,localName)" method for a Element should return a new NodeList of all descendant Elements with a given localName and namespaceURI in the order they were encountered in a preorder traversal of the document tree.
Constructor.
getElementsByTagNameNS10 - class org.w3c.domts.level2.core.getElementsByTagNameNS10
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS11 - class org.w3c.domts.level2.core.getElementsByTagNameNS11
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS12 - class org.w3c.domts.level2.core.getElementsByTagNameNS12
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS13 - class org.w3c.domts.level2.core.getElementsByTagNameNS13
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getElementsByTagNameNS14 - class org.w3c.domts.level2.core.getElementsByTagNameNS14
The "getElementsByTagNameNS(namespaceURI,localName)" method returns a NodeList of all descendant Elements with a given local name and namespace URI in the order in which they are encountered in a preorder traversal of this Element tree.
Constructor.
getFactory() - method in class org.w3c.domts.DOMTest
getFeature(String,String) - method in class org.w3c.domts.JTidyDOMImplementation
getImplementation() - method in class org.w3c.domts.DOMTest
getImplementation() - method in class org.w3c.domts.DOMTestInnerClass
getInterface(String) - method in class org.w3c.domts.JTidyDOMImplementation
getKey() - method in class org.w3c.domts.UserDataNotification
Gets value of key parameter
getLineNumber() - method in class org.w3c.domts.DOMLocatorImpl
getLocation() - method in class org.w3c.domts.DOMErrorImpl
getMessage() - method in class org.w3c.domts.DOMErrorImpl
getMutationCount() - method in class org.w3c.domts.DOMTest
Implementation of EventListener.handleEvent This method is called when a mutation is reported for a document that was declared to not be modified during testing
getNamedItemNS01 - class org.w3c.domts.level2.core.getNamedItemNS01
The "getNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should return a node specified by localName and namespaceURI Retrieve a list of elements with tag name "address".
Constructor.
getNamedItemNS02 - class org.w3c.domts.level2.core.getNamedItemNS02
The "getNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should return null if parameters do not identify any node in this map.
Constructor.
getNamedItemNS03 - class org.w3c.domts.level2.core.getNamedItemNS03
Entity nodes are not namespaced and should not be retrievable using getNamedItemNS.
Constructor.
getNamedItemNS04 - class org.w3c.domts.level2.core.getNamedItemNS04
Notation nodes are not namespaced and should not be retrievable using getNamedItemNS.
Constructor.
getOperation() - method in class org.w3c.domts.UserDataNotification
Get value of operation parameter
getProperty() - method in class org.w3c.domts.DocumentBuilderSetting
Gets the property name.
getRelatedData() - method in class org.w3c.domts.DOMErrorImpl
getRelatedException() - method in class org.w3c.domts.DOMErrorImpl
getRelatedNode() - method in class org.w3c.domts.DOMLocatorImpl
getResourceURI(String,String,String) - method in class org.w3c.domts.DOMTest
getSeverity() - method in class org.w3c.domts.DOMErrorImpl
getSrc() - method in class org.w3c.domts.UserDataNotification
Gets value of src parameter
getTargetURI() - method in class org.w3c.domts.level2.core.alltests
Gets URI that identifies the test suite
getTargetURI() - method in class org.w3c.domts.level2.core.attrgetownerelement01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.attrgetownerelement02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.attrgetownerelement03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.attrgetownerelement04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.attrgetownerelement05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createAttributeNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocument08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocumentType01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocumentType02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocumentType03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createDocumentType04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.createElementNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateattributeNS07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateelementNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateelementNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateelementNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentcreateelementNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementbyid01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode12
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode13
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode14
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode15
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode17
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode18
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode19
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode20
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode21
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documentimportnode22
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documenttypeinternalSubset01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documenttypepublicid01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.documenttypesystemid01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationfeaturecore
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationfeaturexmlversion2
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationhasfeature01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.domimplementationhasfeature02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.DOMTest
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetattributenodens01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetattributenodens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetattributenodens03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetattributens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattribute01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattribute02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattribute03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattribute04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattributens01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattributens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementhasattributens03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementremoveattributens01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributenodens06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributens08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.elementsetattributensurinull
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNodeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNodeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getAttributeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementById01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementById02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS12
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS13
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS14
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getNamedItemNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getNamedItemNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getNamedItemNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.getNamedItemNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttribute01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttribute02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttribute03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttribute04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributes01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hasAttributes02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_entitiesremovenameditemns1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_entitiessetnameditemns1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_namednodemapinvalidtype1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize2
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_notationsremovenameditemns1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.hc_notationssetnameditemns1
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode12
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode13
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode14
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode15
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode16
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.importNode17
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.internalSubset01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported12
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported13
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.isSupported14
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.localName01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.localName02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.localName03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.localName04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namespaceURI01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namespaceURI02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namespaceURI03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.namespaceURI04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodegetlocalname03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodegetnamespaceuri03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodegetownerdocument01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodegetownerdocument02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodegetprefix03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodehasattributes01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodehasattributes02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodehasattributes03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodehasattributes04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodeissupported01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodeissupported02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodeissupported03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodeissupported04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodeissupported05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodenormalize01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.nodesetprefix09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.normalize01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.ownerDocument01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.ownerElement01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.ownerElement02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix08
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.prefix11
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.publicId01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.removeAttributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.removeAttributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.removeNamedItemNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.removeNamedItemNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.removeNamedItemNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNodeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNodeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNodeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNodeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNodeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS06
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS07
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS09
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setAttributeNS10
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setNamedItemNS01
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setNamedItemNS02
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setNamedItemNS03
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setNamedItemNS04
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.setNamedItemNS05
Gets URI that identifies the test.
getTargetURI() - method in class org.w3c.domts.level2.core.systemId01
Gets URI that identifies the test.
getType() - method in class org.w3c.domts.DOMErrorImpl
getUri() - method in class org.w3c.domts.DOMLocatorImpl
getUtf16Offset() - method in class org.w3c.domts.DOMLocatorImpl
getValue() - method in class org.w3c.domts.DocumentBuilderSetting
Gets the property value.

H

Implementation of UserDataHandler.handle.
handleError(DOMError) - method in class org.w3c.domts.DOMErrorMonitor
Implementation of DOMErrorHandler.handleError that adds copy of error to list for later retrieval.
handleEvent(Event) - method in class org.w3c.domts.EventMonitor
hasAttribute01 - class org.w3c.domts.level2.core.hasAttribute01
The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
hasAttribute01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttribute01
Constructor.
hasAttribute02 - class org.w3c.domts.level2.core.hasAttribute02
The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
hasAttribute02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttribute02
Constructor.
hasAttribute03 - class org.w3c.domts.level2.core.hasAttribute03
The "hasAttribute()" method for an Element should return false if the element does not have an attribute with the given name.
hasAttribute03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttribute03
Constructor.
hasAttribute04 - class org.w3c.domts.level2.core.hasAttribute04
The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
hasAttribute04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttribute04
Constructor.
hasAttributeNS01 - class org.w3c.domts.level2.core.hasAttributeNS01
The "hasAttributeNS()" method for an Element should return false if the element does not have an attribute with the given local name and/or a namespace URI specified on this element or does not have a default value.
Constructor.
hasAttributeNS02 - class org.w3c.domts.level2.core.hasAttributeNS02
The "hasAttributeNS()" method for an Element should return false if the element does not have an attribute with the given local name and/or namespace URI specified on this element or does not have a default value.
Constructor.
hasAttributeNS03 - class org.w3c.domts.level2.core.hasAttributeNS03
The "hasAttributeNS()" method for an Element should return false if the element does not have an attribute with the given local name and/or namespace URI specified on this element or does not have a default value.
Constructor.
hasAttributeNS04 - class org.w3c.domts.level2.core.hasAttributeNS04
The "hasAttributeNS()" method for an Element should return true if the attribute with the given local name and namespace URI has a default value.
Constructor.
hasAttributeNS05 - class org.w3c.domts.level2.core.hasAttributeNS05
The "hasAttributeNS()" method for an Element should return true if the element has an attribute with the given local name and the namespace URI is specified on this element or has a default value.
Constructor.
hasAttributes01 - class org.w3c.domts.level2.core.hasAttributes01
The "hasAttributes()" method for a node should return false if the node does not have an attribute.
hasAttributes01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttributes01
Constructor.
hasAttributes02 - class org.w3c.domts.level2.core.hasAttributes02
The "hasAttributes()" method for a node should return true if the node has attributes.
hasAttributes02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.hasAttributes02
Constructor.
Returns true if the settings have a conflict or are identical.
Determines if the implementation supports the specified feature.
hasFeature(String,String) - method in class org.w3c.domts.DOMTest
hasFeature(String,String) - method in class org.w3c.domts.JTidyDOMImplementation
Test if the DOM implementation implements a specific feature.
hasFeature(String,String) - method in class org.w3c.domts.LSDocumentBuilderFactory
Determines if the implementation supports the specified feature
hasNullString - static field in class org.w3c.domts.DocumentBuilderSetting
hasNullString = true.
hasNullString - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
Determines current value of setting.
An attempt to add remove an entity using removeNamedItemNS should result in a NO_MODIFICATION_ERR or a NOT_FOUND_ERR.
Constructor.
hc_entitiessetnameditemns1 - class org.w3c.domts.level2.core.hc_entitiessetnameditemns1
An attempt to add an element to the named node map returned by entities should result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR.
Constructor.
Attempt to insert an element into an attribute list, should raise a HIERARCHY_REQUEST_ERR.
Constructor.
Create a document fragment with two adjacent text nodes, normalize and see if the text nodes were combined.
Constructor.
Create a document fragment with an empty text node, after normalization there should be no child nodes.
Constructor.
An attempt to add remove an notation using removeNamedItemNS should result in a NO_MODIFICATION_ERR or a NOT_FOUND_ERR.
Constructor.
An attempt to add an element to the named node map returned by notations should result in a NO_MODIFICATION_ERR or HIERARCHY_REQUEST_ERR.
Constructor.

I

ignoringComments - static field in class org.w3c.domts.DocumentBuilderSetting
Comments ignored.
ignoringComments - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
ignoringElementContentWhitespace - static field in class org.w3c.domts.DocumentBuilderSetting
ignoringElementContentWhitespace = true.
importNode01 - class org.w3c.domts.level2.core.importNode01
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode01
Constructor.
importNode02 - class org.w3c.domts.level2.core.importNode02
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode02
Constructor.
importNode03 - class org.w3c.domts.level2.core.importNode03
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode03
Constructor.
importNode04 - class org.w3c.domts.level2.core.importNode04
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode04
Constructor.
importNode05 - class org.w3c.domts.level2.core.importNode05
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode05(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode05
Constructor.
importNode06 - class org.w3c.domts.level2.core.importNode06
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode06(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode06
Constructor.
importNode07 - class org.w3c.domts.level2.core.importNode07
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode07(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode07
Constructor.
importNode08 - class org.w3c.domts.level2.core.importNode08
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode08(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode08
Constructor.
importNode09 - class org.w3c.domts.level2.core.importNode09
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode09(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode09
Constructor.
importNode10 - class org.w3c.domts.level2.core.importNode10
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode10(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode10
Constructor.
importNode11 - class org.w3c.domts.level2.core.importNode11
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode11(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode11
Constructor.
importNode12 - class org.w3c.domts.level2.core.importNode12
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode12(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode12
Constructor.
importNode13 - class org.w3c.domts.level2.core.importNode13
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode13(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode13
Constructor.
importNode14 - class org.w3c.domts.level2.core.importNode14
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode14(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode14
Constructor.
importNode15 - class org.w3c.domts.level2.core.importNode15
The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode15(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode15
Constructor.
importNode16 - class org.w3c.domts.level2.core.importNode16
The "importNode(importedNode,deep)" method for a Document should raise NOT_SUPPORTED_ERR DOMException if the type of node being imported is DocumentType.
importNode16(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode16
Constructor.
importNode17 - class org.w3c.domts.level2.core.importNode17
The "importNode(importedNode,deep)" method for a Document should raise NOT_SUPPORTED_ERR DOMException if the type of node being imported is Document.
importNode17(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.importNode17
Constructor.
incompatibleLoad(String,String) - static method in class org.w3c.domts.DOMTestIncompatibleException
internalSubset01 - class org.w3c.domts.level2.core.internalSubset01
The "getInternalSubset()" method returns the internal subset as a string or null if there is none.
Constructor.
isCoalescing() - method in class org.w3c.domts.BatikTestDocumentBuilderFactory
Indicates whether the implementation combines text and cdata nodes.
isCoalescing() - method in class org.w3c.domts.DOM4JTestDocumentBuilderFactory
isCoalescing() - method in class org.w3c.domts.DOMTest
isCoalescing() - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
isCoalescing() - method in class org.w3c.domts.JAXPDOMTestDocumentBuilderFactory
isCoalescing() - method in class org.w3c.domts.JTidyDocumentBuilderFactory
isCoalescing() - method in class org.w3c.domts.LSDocumentBuilderFactory
Indicates whether the implementation combines text and cdata nodes.
isCoalescing() - method in class org.w3c.domts.XercesHTML2DocumentBuilderFactory
isCoalescing() - method in class org.w3c.domts.XercesHTMLDocumentBuilderFactory
Indicates whether the implementation expands entity references.
isExpandEntityReferences() - method in class org.w3c.domts.DOMTest
Indicates whether the implementation expands entity references.
isHasNullString() - method in class org.w3c.domts.DOMTest
Indicates whether the implementation ignores element content whitespace.
isIgnoringElementContentWhitespace() - method in class org.w3c.domts.DOMTest
Indicates whether the implementation ignores element content whitespace.
isNamespaceAware() - method in class org.w3c.domts.BatikTestDocumentBuilderFactory
Indicates whether the implementation is namespace aware.
isNamespaceAware() - method in class org.w3c.domts.DOM4JTestDocumentBuilderFactory
isNamespaceAware() - method in class org.w3c.domts.DOMTest
isNamespaceAware() - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
isNamespaceAware() - method in class org.w3c.domts.JTidyDocumentBuilderFactory
isNamespaceAware() - method in class org.w3c.domts.LSDocumentBuilderFactory
Indicates whether the implementation is namespace aware.
isSigned() - method in class org.w3c.domts.DOMTest
isSupported01 - class org.w3c.domts.level2.core.isSupported01
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported01
Constructor.
isSupported02 - class org.w3c.domts.level2.core.isSupported02
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported02
Constructor.
isSupported04 - class org.w3c.domts.level2.core.isSupported04
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported04
Constructor.
isSupported05 - class org.w3c.domts.level2.core.isSupported05
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported05(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported05
Constructor.
isSupported06 - class org.w3c.domts.level2.core.isSupported06
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported06(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported06
Constructor.
isSupported07 - class org.w3c.domts.level2.core.isSupported07
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported07(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported07
Constructor.
isSupported09 - class org.w3c.domts.level2.core.isSupported09
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported09(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported09
Constructor.
isSupported10 - class org.w3c.domts.level2.core.isSupported10
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported10(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported10
Constructor.
isSupported11 - class org.w3c.domts.level2.core.isSupported11
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported11(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported11
Constructor.
isSupported12 - class org.w3c.domts.level2.core.isSupported12
The "feature" parameter in the isSupported(feature,version)" method is the name of the feature and the version is the version number of the feature to test.
isSupported12(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported12
Constructor.
isSupported13 - class org.w3c.domts.level2.core.isSupported13
Calls isSupported("Core","") should return true for all implementations (by extension of core-14).
isSupported13(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported13
Constructor.
isSupported14 - class org.w3c.domts.level2.core.isSupported14
Calls isSupported("Core",null) should return true for all implementations (by extension of core-14).
isSupported14(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.isSupported14
Constructor.
isValidating() - method in class org.w3c.domts.BatikTestDocumentBuilderFactory
Indicates whether the implementation is validating.
isValidating() - method in class org.w3c.domts.DOM4JTestDocumentBuilderFactory
isValidating() - method in class org.w3c.domts.DOMTest
isValidating() - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
isValidating() - method in class org.w3c.domts.JAXPDOMTestDocumentBuilderFactory
isValidating() - method in class org.w3c.domts.JTidyDocumentBuilderFactory
isValidating() - method in class org.w3c.domts.LSDocumentBuilderFactory
Indicates whether the implementation is validating.
isValidating() - method in class org.w3c.domts.XercesHTML2DocumentBuilderFactory
isValidating() - method in class org.w3c.domts.XercesHTMLDocumentBuilderFactory

J

This class implements the generic parser and configuation abstract class for JAXP supporting parsers.
Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
This class implements the generic parser builder for JTidy (http://sf.net/projects/JTidy) which reads HTML and supports the fundamental DOM interfaces but not either HTML L1 DOM or HTML L2 DOM
Creates a implementation of DOMTestDocumentBuilderFactory using JTidy's HTML parser and DOM implementation
JTidy does not implement DOMImplementation we do it here to keep the test exclusion logic from falling apart.
JUnitRunner - class org.w3c.domts.JUnitRunner
JUnitRunner(Class) - constructor for class org.w3c.domts.JUnitRunner
JUnitRunner(String[]) - constructor for class org.w3c.domts.JUnitRunner

L

load(java.net.URL) - method in class org.w3c.domts.BatikTestDocumentBuilderFactory
Loads specified URL.
load(java.net.URL) - method in class org.w3c.domts.DOM4JTestDocumentBuilderFactory
load(java.net.URL) - method in class org.w3c.domts.DOMTestDocumentBuilderFactory
load(java.net.URL) - method in class org.w3c.domts.JTidyDocumentBuilderFactory
load(java.net.URL) - method in class org.w3c.domts.LSDocumentBuilderFactory
Loads specified URL
load(String,boolean) - method in class org.w3c.domts.DOMTest
localName01 - class org.w3c.domts.level2.core.localName01
The "getLocalName()" method for a Node returns the local part of the qualified name of this node, and for nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, this is null.
localName01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.localName01
Constructor.
localName02 - class org.w3c.domts.level2.core.localName02
The "getLocalName()" method for a Node returns the local part of the qualified name of this node, and for nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, this is null.
localName02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.localName02
Constructor.
localName03 - class org.w3c.domts.level2.core.localName03
The "getLocalName()" method for a Node returns the local part of the qualified name of this node, and for nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, this is null.
localName03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.localName03
Constructor.
localName04 - class org.w3c.domts.level2.core.localName04
The "getLocalName()" method for a Node returns the local part of the qualified name of this node, and for nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, this is null.
localName04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.localName04
Constructor.
This class implements the generic parser and configuation abstract class for the DOM L3 implementations
Creates a LS implementation of DOMTestDocumentBuilderFactory.

M

main(String[]) - static method in class org.w3c.domts.level2.core.alltests
Runs individual test
main(String[]) - static method in class org.w3c.domts.level2.core.attrgetownerelement01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.attrgetownerelement02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.attrgetownerelement03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.attrgetownerelement04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.attrgetownerelement05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createAttributeNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocument08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocumentType01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocumentType02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocumentType03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createDocumentType04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.createElementNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateattributeNS07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateelementNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateelementNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateelementNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentcreateelementNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementbyid01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode12
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode13
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode14
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode15
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode17
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode18
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode19
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode20
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode21
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documentimportnode22
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documenttypeinternalSubset01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documenttypepublicid01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.documenttypesystemid01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocument03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocument04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocument05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocument07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationfeaturecore
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationfeaturexmlversion2
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationhasfeature01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.domimplementationhasfeature02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetattributenodens01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetattributenodens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetattributenodens03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetattributens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattribute01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattribute02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattribute03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattribute04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattributens01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattributens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementhasattributens03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementremoveattributens01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributenodens06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributens08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.elementsetattributensurinull
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNodeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNodeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getAttributeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementById01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementById02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS12
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS13
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getElementsByTagNameNS14
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getNamedItemNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getNamedItemNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getNamedItemNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.getNamedItemNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttribute01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttribute02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttribute03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttribute04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributes01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hasAttributes02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_entitiesremovenameditemns1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_entitiessetnameditemns1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_namednodemapinvalidtype1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize2
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_notationsremovenameditemns1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.hc_notationssetnameditemns1
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode12
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode13
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode14
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode15
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode16
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.importNode17
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.internalSubset01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported12
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported13
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.isSupported14
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.JUnitRunner
main(String[]) - static method in class org.w3c.domts.level2.core.localName01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.localName02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.localName03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.localName04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapgetnameditemns06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapremovenameditemns09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namednodemapsetnameditemns11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namespaceURI01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namespaceURI02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namespaceURI03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.namespaceURI04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodegetlocalname03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodegetnamespaceuri03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodegetownerdocument01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodegetownerdocument02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodegetprefix03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodehasattributes01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodehasattributes02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodehasattributes03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodehasattributes04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodeissupported01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodeissupported02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodeissupported03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodeissupported04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodeissupported05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodenormalize01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.nodesetprefix09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.normalize01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.ownerDocument01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.ownerElement01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.ownerElement02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix08
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.prefix11
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.publicId01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.removeAttributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.removeAttributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.removeNamedItemNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.removeNamedItemNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.removeNamedItemNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNodeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNodeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNodeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNodeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNodeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS06
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS07
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS09
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setAttributeNS10
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setNamedItemNS01
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setNamedItemNS02
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setNamedItemNS03
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setNamedItemNS04
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.setNamedItemNS05
Runs this test from the command line.
main(String[]) - static method in class org.w3c.domts.level2.core.systemId01
Runs this test from the command line.
Merges the settings from the specific test case or suite with the existing (typically session) settings.

N

Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1" from a NamedNodeMap of this DocumentTypes entities and notations.
Constructor.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Constructor.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Constructor.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Constructor.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Constructor.
Retreive the second address element node having localName=adrress.
Constructor.
The method removeNamedItemNS removes a node specified by local name and namespace Retreive an attribute node and then remove from the NamedNodeMap.
Constructor.
The method removeNamedItemNS removes a node specified by local name and namespace A removed attribute may be known to have a default value when this map contains the attributes attached to an element, as returned by the attributes attribute of the Node interface.
Constructor.
The method removeNamedItemNS removes a node specified by local name and namespace Create a new element node and add 2 new attribute nodes to it that have the same localName but different namespaceURI's.
Constructor.
The method removeNamedItemNS removes a node specified by local name and namespace Attempt to remove the xmlns and dmstc attributes of the first element node with the localName employee.
Constructor.
Retreive an entity and notation node and remove the first notation from the entity node map and first entity node from the notation map.
Constructor.
The method removeNamedItemNS removes a node using its namespaceURI and localName and raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and localName in this map Retreive an attribute node into a namednodemap.
Constructor.
The method removeNamedItemNS removes a node using its namespaceURI and localName and raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and localName in this map Retreive an attribute node from a namednodemap.
Constructor.
The method removeNamedItemNS removes a node using its namespaceURI and localName and raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and localName in this map Retreive an attribute node from a namednodemap.
Constructor.
The method removeNamedItemNS removes a node using its namespaceURI and localName and raises a NOT_FOUND_ERR if there is no node with the specified namespaceURI and localName in this map Retreive an attribute node.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a WRONG_DOCUMENT_ERR if arg was created from a different document than the one that created this map.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a WRONG_DOCUMENT_ERR if arg was created from a different document than the one that created this map.
Constructor.
Retreive an entity and notation node and add the first notation to the notation node map and first entity node to the entity map.
Constructor.
Retreieve the first element whose localName is address and its attributes into a named node map.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a INUSE_ATTRIBUTE_ERR Raised if arg is an Attr that is already an attribute of another Element object.
Constructor.
raises a INUSE_ATTRIBUTE_ERR Raised if arg is an Attr that is already an attribute of another Element object.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a HIERARCHY_REQUEST_ERR if an attempt is made to add a node doesn't belong in this NamedNodeMap.
Constructor.
The method setNamedItemNS adds a node using its namespaceURI and localName and raises a HIERARCHY_REQUEST_ERR if an attempt is made to add a node doesn't belong in this NamedNodeMap.
Constructor.
namespaceAware - static field in class org.w3c.domts.DocumentBuilderSetting
namespaceAware = true.
namespaceAware - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
namespaceURI01 - class org.w3c.domts.level2.core.namespaceURI01
The "getNamespaceURI()" method for an Attribute returns the namespace URI of this node, or null if unspecified.
namespaceURI01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.namespaceURI01
Constructor.
namespaceURI02 - class org.w3c.domts.level2.core.namespaceURI02
The "getNamespaceURI()" method for an Attribute returns the namespace URI of this node, or null if unspecified.
namespaceURI02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.namespaceURI02
Constructor.
namespaceURI03 - class org.w3c.domts.level2.core.namespaceURI03
The "getNamespaceURI()" method for a Node returns the namespace URI of this node, or null if unspecified.
namespaceURI03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.namespaceURI03
Constructor.
namespaceURI04 - class org.w3c.domts.level2.core.namespaceURI04
The "getNamespaceURI()" method for a Node returns the namespace URI of this node, or null if unspecified.
namespaceURI04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.namespaceURI04
Constructor.
Create new instance of document builder factory reflecting specified settings.
Returns an instance of DOMTestDocumentBuilderFactory with the settings from the argument list and any non-revoked settings from the current object.
Create new instance of document builder factory reflecting specified settings
nodegetlocalname03 - class org.w3c.domts.level2.core.nodegetlocalname03
The method getLocalName returns the local part of the qualified name of this node.
Constructor.
nodegetnamespaceuri03 - class org.w3c.domts.level2.core.nodegetnamespaceuri03
The method getNamespaceURI returns the namespace URI of this node, or null if it is unspecified For nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, such as createElement from the Document interface, this is always null.
Constructor.
nodegetownerdocument01 - class org.w3c.domts.level2.core.nodegetownerdocument01
The method getOwnerDocument returns the Document object associated with this node Create a new DocumentType node.
Constructor.
nodegetownerdocument02 - class org.w3c.domts.level2.core.nodegetownerdocument02
The method getOwnerDocument returns the Document object associated with this node Create a new Document node.
Constructor.
nodegetprefix03 - class org.w3c.domts.level2.core.nodegetprefix03
The method getPrefix returns the namespace prefix of this node, or null if it is unspecified.
nodegetprefix03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodegetprefix03
Constructor.
nodehasattributes01 - class org.w3c.domts.level2.core.nodehasattributes01
The method hasAttributes returns whether this node (if it is an element) has any attributes.
Constructor.
nodehasattributes02 - class org.w3c.domts.level2.core.nodehasattributes02
The method hasAttributes returns whether this node (if it is an element) has any attributes.
Constructor.
nodehasattributes03 - class org.w3c.domts.level2.core.nodehasattributes03
The method hasAttributes returns whether this node (if it is an element) has any attributes.
Constructor.
nodehasattributes04 - class org.w3c.domts.level2.core.nodehasattributes04
The method hasAttributes returns whether this node (if it is an element) has any attributes.
Constructor.
nodeissupported01 - class org.w3c.domts.level2.core.nodeissupported01
The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Constructor.
nodeissupported02 - class org.w3c.domts.level2.core.nodeissupported02
The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Constructor.
nodeissupported03 - class org.w3c.domts.level2.core.nodeissupported03
The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Constructor.
nodeissupported04 - class org.w3c.domts.level2.core.nodeissupported04
The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Constructor.
nodeissupported05 - class org.w3c.domts.level2.core.nodeissupported05
The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
Constructor.
nodenormalize01 - class org.w3c.domts.level2.core.nodenormalize01
The method "normalize" puts all Text nodes in the full depth of the sub-tree underneath this Node, including attribute nodes, into a "normal" form where only structure (e.g., elements, comments, processing instructions, CDATA sections, and entity references) separates Text nodes, i.e., there are neither adjacent Text nodes nor empty Text nodes.
nodenormalize01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodenormalize01
Constructor.
nodesetprefix01 - class org.w3c.domts.level2.core.nodesetprefix01
The method setPrefix sets the namespace prefix of this node.
nodesetprefix01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix01
Constructor.
nodesetprefix02 - class org.w3c.domts.level2.core.nodesetprefix02
The method setPrefix sets the namespace prefix of this node.
nodesetprefix02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix02
Constructor.
nodesetprefix03 - class org.w3c.domts.level2.core.nodesetprefix03
The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
nodesetprefix03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix03
Constructor.
nodesetprefix04 - class org.w3c.domts.level2.core.nodesetprefix04
The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
nodesetprefix04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix04
Constructor.
nodesetprefix05 - class org.w3c.domts.level2.core.nodesetprefix05
The method setPrefix raises a NAMESPACE_ERR if the specified prefix is malformed.
nodesetprefix05(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix05
Constructor.
nodesetprefix06 - class org.w3c.domts.level2.core.nodesetprefix06
The method setPrefix raises a NAMESPACE_ERR if the specified prefix is "xml" and the namespaceURI of this node is different from "http://www.w3.org/XML/1998/namespace".
nodesetprefix06(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix06
Constructor.
nodesetprefix07 - class org.w3c.domts.level2.core.nodesetprefix07
The method setPrefix raises a NAMESPACE_ERR if this node is an attribute and the specified prefix is "xmlns" and the namespaceURI of this node is different from "http://www.w3.org/2000/xmlns/".
nodesetprefix07(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix07
Constructor.
nodesetprefix08 - class org.w3c.domts.level2.core.nodesetprefix08
The method setPrefix raises a NAMESPACE_ERR if this node is an attribute and the qualifiedName of this node is "xmlns Retreive an attribute node whose qualifiedName is xmlns.
nodesetprefix08(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix08
Constructor.
nodesetprefix09 - class org.w3c.domts.level2.core.nodesetprefix09
The method setPrefix raises a INVALID_CHARACTER_ERR if the specified prefix contains an illegal character.
nodesetprefix09(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.nodesetprefix09
Constructor.
normalize01 - class org.w3c.domts.level2.core.normalize01
The "normalize()" method puts all the nodes in the full depth of the sub-tree underneath this element into a "normal" form.
normalize01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.normalize01
Constructor.
notCoalescing - static field in class org.w3c.domts.DocumentBuilderSetting
coalescing = false.
notExpandEntityReferences - static field in class org.w3c.domts.DocumentBuilderSetting
expandEntityReferences = true.
notHasNullString - static field in class org.w3c.domts.DocumentBuilderSetting
hasNullString = false.
notIgnoringComments - static field in class org.w3c.domts.DocumentBuilderSetting
Comments preserved.
notIgnoringElementContentWhitespace - static field in class org.w3c.domts.DocumentBuilderSetting
ignoringElementContentWhitespace = false.
notNamespaceAware - static field in class org.w3c.domts.DocumentBuilderSetting
namespaceAware = false.
notSchemaValidating - static field in class org.w3c.domts.DocumentBuilderSetting
Schema validating disabled.
notSigned - static field in class org.w3c.domts.DocumentBuilderSetting
signed = false.
notValidating - static field in class org.w3c.domts.DocumentBuilderSetting
validating = false.

O

org.w3c.domts - package
ownerDocument01 - class org.w3c.domts.level2.core.ownerDocument01
The "getOwnerDocument()" method returns null if the target node itself is a DocumentType which is not used with any document yet.
ownerDocument01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.ownerDocument01
Constructor.
ownerElement01 - class org.w3c.domts.level2.core.ownerElement01
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
ownerElement01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.ownerElement01
Constructor.
ownerElement02 - class org.w3c.domts.level2.core.ownerElement02
The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
ownerElement02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.ownerElement02
Constructor.

P

prefix01 - class org.w3c.domts.level2.core.prefix01
The "getPrefix()" method for a Node returns the namespace prefix of the node, and for nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, this is null.
prefix01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix01
Constructor.
prefix02 - class org.w3c.domts.level2.core.prefix02
The "getPrefix()" method returns the namespace prefix of this node, or null if unspecified.
prefix02(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix02
Constructor.
prefix03 - class org.w3c.domts.level2.core.prefix03
The "getPrefix()" method for a node returns the namespace prefix of this node, or null if it is unspecified.
prefix03(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix03
Constructor.
prefix04 - class org.w3c.domts.level2.core.prefix04
The "getPrefix()" method for a node returns the namespace prefix of this node, or null if it is unspecified.
prefix04(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix04
Constructor.
prefix05 - class org.w3c.domts.level2.core.prefix05
The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified node is an attribute and the specified prefix is xmlns and the namespaceURI is different from http://www.w3.org/2000/xmlns.
prefix05(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix05
Constructor.
prefix06 - class org.w3c.domts.level2.core.prefix06
The "setPrefix(prefix)" method raises a INVALID_CHARACTER_ERR DOMException if the specified prefix contains an illegal character.
prefix06(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix06
Constructor.
prefix07 - class org.w3c.domts.level2.core.prefix07
The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified prefix if malformed.
prefix07(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix07
Constructor.
prefix08 - class org.w3c.domts.level2.core.prefix08
The "setPrefix(prefix)" method causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
prefix08(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix08
Constructor.
prefix09 - class org.w3c.domts.level2.core.prefix09
The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified node is an attribute and the qualifiedName of this node is xmlns.
prefix09(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix09
Constructor.
prefix10 - class org.w3c.domts.level2.core.prefix10
The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified prefix is xml and the namespaceURI is different from http://www.w3.org/XML/1998/namespace.
prefix10(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix10
Constructor.
prefix11 - class org.w3c.domts.level2.core.prefix11
The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified prefix is set on a node with a namespaceURI that is null.
prefix11(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.prefix11
Constructor.
preload(String,String,boolean) - method in class org.w3c.domts.DOMTest
publicId01 - class org.w3c.domts.level2.core.publicId01
The "getPublicId()" method of a documenttype node contains the public identifier associated with the external subset.
publicId01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.publicId01
Constructor.

R

removeAttributeNS01 - class org.w3c.domts.level2.core.removeAttributeNS01
The "removeAttributeNS(namespaceURI,localName)" method for an attribute causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
Constructor.
removeAttributeNS02 - class org.w3c.domts.level2.core.removeAttributeNS02
The "removeAttributeNS(namespaceURI,localName)" removes an attribute by local name and namespace URI.
Constructor.
removeNamedItemNS01 - class org.w3c.domts.level2.core.removeNamedItemNS01
The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should remove a node specified by localName and namespaceURI.
Constructor.
removeNamedItemNS02 - class org.w3c.domts.level2.core.removeNamedItemNS02
The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should raise NOT_FOUND_ERR DOMException if there is no node with the specified namespaceURI and localName in this map.
Constructor.
removeNamedItemNS03 - class org.w3c.domts.level2.core.removeNamedItemNS03
The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if this map is readonly.
Constructor.
runTest() - method in class org.w3c.domts.level2.core.attrgetownerelement01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.attrgetownerelement02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.attrgetownerelement03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.attrgetownerelement04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.attrgetownerelement05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createAttributeNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocument08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocumentType01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocumentType02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocumentType03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createDocumentType04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.createElementNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateattributeNS07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateelementNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateelementNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateelementNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentcreateelementNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementbyid01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentgetelementsbytagnameNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode12
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode13
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode14
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode15
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode17
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode18
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode19
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode20
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode21
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documentimportnode22
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documenttypeinternalSubset01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documenttypepublicid01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.documenttypesystemid01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocument07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationcreatedocumenttype04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationfeaturecore
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationfeaturexmlversion2
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationhasfeature01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.domimplementationhasfeature02
Runs the test case.
runTest() - method in class org.w3c.domts.DOMTestCase
Body of test
runTest() - method in class org.w3c.domts.level2.core.elementgetattributenodens01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetattributenodens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetattributenodens03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetattributens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementgetelementsbytagnamens05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattribute01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattribute02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattribute03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattribute04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattributens01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattributens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementhasattributens03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementremoveattributens01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributenodens06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributens08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.elementsetattributensurinull
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNodeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNodeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getAttributeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementById01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementById02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS12
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS13
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getElementsByTagNameNS14
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getNamedItemNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getNamedItemNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getNamedItemNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.getNamedItemNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttribute01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttribute02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttribute03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttribute04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributes01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hasAttributes02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_entitiesremovenameditemns1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_entitiessetnameditemns1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_namednodemapinvalidtype1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_nodedocumentfragmentnormalize2
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_notationsremovenameditemns1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.hc_notationssetnameditemns1
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode12
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode13
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode14
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode15
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode16
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.importNode17
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.internalSubset01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported12
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported13
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.isSupported14
Runs the test case.
runTest() - method in class org.w3c.domts.JUnitTestCaseAdapter
runTest() - method in class org.w3c.domts.level2.core.localName01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.localName02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.localName03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.localName04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapgetnameditemns06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapremovenameditemns09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namednodemapsetnameditemns11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namespaceURI01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namespaceURI02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namespaceURI03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.namespaceURI04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodegetlocalname03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodegetnamespaceuri03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodegetownerdocument01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodegetownerdocument02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodegetprefix03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodehasattributes01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodehasattributes02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodehasattributes03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodehasattributes04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodeissupported01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodeissupported02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodeissupported03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodeissupported04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodeissupported05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodenormalize01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.nodesetprefix09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.normalize01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.ownerDocument01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.ownerElement01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.ownerElement02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix08
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.prefix11
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.publicId01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.removeAttributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.removeAttributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.removeNamedItemNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.removeNamedItemNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.removeNamedItemNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNodeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNodeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNodeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNodeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNodeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS06
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS07
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS09
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setAttributeNS10
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setNamedItemNS01
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setNamedItemNS02
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setNamedItemNS03
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setNamedItemNS04
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.setNamedItemNS05
Runs the test case.
runTest() - method in class org.w3c.domts.level2.core.systemId01
Runs the test case.

S

same(Object,Object) - method in class org.w3c.domts.DOMTestCase
Compares the identity of actual and expected.
same(Object,Object) - method in class org.w3c.domts.DOMTestFramework
same(Object,Object) - method in class org.w3c.domts.DOMTestInnerClass
same(Object,Object) - method in class org.w3c.domts.JUnitTestCaseAdapter
schemaValidating - static field in class org.w3c.domts.DocumentBuilderSetting
Schema validating enabled.
schemaValidating - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
setAttributeNodeNS01 - class org.w3c.domts.level2.core.setAttributeNodeNS01
The "setAttributeNode(newAttr)" method raises an "INUSE_ATTRIBUTE_ERR DOMException if the "newAttr" is already an attribute of another element.
Constructor.
setAttributeNodeNS02 - class org.w3c.domts.level2.core.setAttributeNodeNS02
The "setAttributeNodeNS(namespaceURI,qualifiedName,value)" method for an attribute causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
Constructor.
setAttributeNodeNS03 - class org.w3c.domts.level2.core.setAttributeNodeNS03
The "setAttributeNodeNS(newAttr)" adds a new attribute.
Constructor.
setAttributeNodeNS04 - class org.w3c.domts.level2.core.setAttributeNodeNS04
The "setAttributeNodeNS(newAttr)" adds a new attribute.
Constructor.
setAttributeNodeNS05 - class org.w3c.domts.level2.core.setAttributeNodeNS05
The "setAttributeNodeNS(newAttr)" method raises an "WRONG_DOCUMENT_ERR DOMException if the "newAttr" was created from a different document than the one that created this document.
Constructor.
setAttributeNS01 - class org.w3c.domts.level2.core.setAttributeNS01
The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a INVALID_CHARACTER_ERR DOMException if the specified prefix contains an illegal character.
Constructor.
setAttributeNS02 - class org.w3c.domts.level2.core.setAttributeNS02
The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a NAMESPACE_ERR DOMException if the specified qualifiedName if malformed.
Constructor.
setAttributeNS03 - class org.w3c.domts.level2.core.setAttributeNS03
The "setAttributeNS(namespaceURI,qualifiedName,value)" method for an attribute causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
Constructor.
setAttributeNS04 - class org.w3c.domts.level2.core.setAttributeNS04
The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
Constructor.
setAttributeNS05 - class org.w3c.domts.level2.core.setAttributeNS05
The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
Constructor.
setAttributeNS06 - class org.w3c.domts.level2.core.setAttributeNS06
The "setAttributeNS(namespaceURI,localName,value)" method raises a NAMESPACE_ERR DOMException if the "qualifiedName" has a prefix of "xml" and the namespaceURI is different from http://www.w3.org/XML/1998/namespace.
Constructor.
setAttributeNS07 - class org.w3c.domts.level2.core.setAttributeNS07
The "setAttributeNS(namespaceURI,localName,value)" method raises a NAMESPACE_ERR DOMException if the "qualifiedName" has a value of "xmlns" and the namespaceURI is different from http://www.w3.org/2000/xmlns.
Constructor.
setAttributeNS09 - class org.w3c.domts.level2.core.setAttributeNS09
The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
Constructor.
setAttributeNS10 - class org.w3c.domts.level2.core.setAttributeNS10
Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
Constructor.
Should only be called in the constructor of a derived type.
Sets test framework to be used by test.
setNamedItemNS01 - class org.w3c.domts.level2.core.setNamedItemNS01
The "setNamedItemNS(arg)" method for a NamedNodeMap should raise INUSE_ATTRIBUTE_ERR DOMException if arg is an Attr that is already an attribute of another Element object.
Constructor.
setNamedItemNS02 - class org.w3c.domts.level2.core.setNamedItemNS02
The "setNamedItemNS(arg)" method for a NamedNodeMap should raise WRONG_DOCUMENT_ERR DOMException if arg was created from a different document than the one that created this map.
Constructor.
setNamedItemNS03 - class org.w3c.domts.level2.core.setNamedItemNS03
The "setNamedItemNS(arg)" method for a NamedNodeMap should add a node using its namespaceURI and localName given that there is no existing node with the same namespaceURI and localName in the map.
Constructor.
setNamedItemNS04 - class org.w3c.domts.level2.core.setNamedItemNS04
The "setNamedItemNS(arg)" method for a NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if this map is readonly.
Constructor.
setNamedItemNS05 - class org.w3c.domts.level2.core.setNamedItemNS05
The "setNamedItemNS(arg)" method for a NamedNodeMap should replace an existing node n1 found in the map with arg if n1 has the same namespaceURI and localName as arg and return n1.
Constructor.
signed - static field in class org.w3c.domts.DocumentBuilderSetting
signed = true.
signed - static field in class org.w3c.domts.DocumentBuilderSettingStrategy
size(Collection) - method in class org.w3c.domts.DOMTestCase
Gets the size of the collection
size(Collection) - method in class org.w3c.domts.DOMTestFramework
size(Collection) - method in class org.w3c.domts.DOMTestInnerClass
size(Collection) - method in class org.w3c.domts.JUnitTestCaseAdapter
size(NamedNodeMap) - method in class org.w3c.domts.DOMTestCase
Gets the size of the collection
size(NamedNodeMap) - method in class org.w3c.domts.DOMTestFramework
size(NamedNodeMap) - method in class org.w3c.domts.DOMTestInnerClass
size(NamedNodeMap) - method in class org.w3c.domts.JUnitTestCaseAdapter
size(NodeList) - method in class org.w3c.domts.DOMTestCase
Gets the size of the collection
size(NodeList) - method in class org.w3c.domts.DOMTestFramework
size(NodeList) - method in class org.w3c.domts.DOMTestInnerClass
size(NodeList) - method in class org.w3c.domts.JUnitTestCaseAdapter
suite() - static method in class org.w3c.domts.level1.core.TestBatik
suite() - static method in class org.w3c.domts.level2.core.TestBatik
suite() - static method in class org.w3c.domts.level2.events.TestBatik
suite() - static method in class org.w3c.domts.level3.core.TestBatik
Factory method for suite.
suite() - static method in class org.w3c.domts.level3.ls.TestBatik
Factory method for suite.
suite() - static method in class org.w3c.domts.level3.validation.TestBatik
Factory method for suite.
suite() - static method in class org.w3c.domts.level3.xpath.TestBatik
Factory method for suite.
suite() - static method in class org.w3c.domts.level1.core.TestCrimson
suite() - static method in class org.w3c.domts.level2.core.TestCrimson
suite() - static method in class org.w3c.domts.level1.core.TestCrimsonAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestCrimsonAltConfig
suite() - static method in class org.w3c.domts.level1.core.TestDefaultLS
suite() - static method in class org.w3c.domts.level1.html.TestDefaultLS
suite() - static method in class org.w3c.domts.level2.core.TestDefaultLS
suite() - static method in class org.w3c.domts.level2.events.TestDefaultLS
suite() - static method in class org.w3c.domts.level2.html.TestDefaultLS
suite() - static method in class org.w3c.domts.level3.core.TestDefaultLS
Create instance of test suite.
suite() - static method in class org.w3c.domts.level3.ls.TestDefaultLS
Create instance of test suite.
suite() - static method in class org.w3c.domts.level3.validation.TestDefaultLS
Create instance of test suite.
suite() - static method in class org.w3c.domts.level3.xpath.TestDefaultLS
Create instance of test suite.
suite() - static method in class org.w3c.domts.level1.core.TestDefaultLSAltConfig
suite() - static method in class org.w3c.domts.level1.html.TestDefaultLSAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestDefaultLSAltConfig
suite() - static method in class org.w3c.domts.level2.events.TestDefaultLSAltConfig
suite() - static method in class org.w3c.domts.level2.html.TestDefaultLSAltConfig
suite() - static method in class org.w3c.domts.level3.core.TestDefaultLSAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.validation.TestDefaultLSAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.xpath.TestDefaultLSAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level1.core.TestDefaultParser
suite() - static method in class org.w3c.domts.level2.core.TestDefaultParser
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level2.events.TestDefaultParser
suite() - static method in class org.w3c.domts.level3.core.TestDefaultParser
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.ls.TestDefaultParser
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.validation.TestDefaultParser
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.xpath.TestDefaultParser
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level1.core.TestDefaultParserAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestDefaultParserAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level2.events.TestDefaultParserAltConfig
suite() - static method in class org.w3c.domts.level3.core.TestDefaultParserAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.validation.TestDefaultParserAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level3.xpath.TestDefaultParserAltConfig
Create a new instance of the test suite
suite() - static method in class org.w3c.domts.level1.core.TestDOM4J
suite() - static method in class org.w3c.domts.level2.core.TestDOM4J
suite() - static method in class org.w3c.domts.level1.core.TestGNUJAXP
suite() - static method in class org.w3c.domts.level2.core.TestGNUJAXP
suite() - static method in class org.w3c.domts.level1.core.TestGNUJAXPAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestGNUJAXPAltConfig
suite() - static method in class org.w3c.domts.level1.core.TestJTidy
suite() - static method in class org.w3c.domts.level2.core.TestJTidy
suite() - static method in class org.w3c.domts.level1.core.TestOracle
suite() - static method in class org.w3c.domts.level2.core.TestOracle
Constructor
suite() - static method in class org.w3c.domts.level2.events.TestOracle
Constructor
suite() - static method in class org.w3c.domts.level3.core.TestOracle
Constructor
suite() - static method in class org.w3c.domts.level3.ls.TestOracle
Constructs the test suite
suite() - static method in class org.w3c.domts.level3.validation.TestOracle
Constructor
suite() - static method in class org.w3c.domts.level1.core.TestOracleAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestOracleAltConfig
Constructor
suite() - static method in class org.w3c.domts.level2.events.TestOracleAltConfig
Constructor
suite() - static method in class org.w3c.domts.level3.core.TestOracleAltConfig
Constructor
suite() - static method in class org.w3c.domts.level3.validation.TestOracleAltConfig
Constructor
suite() - static method in class org.w3c.domts.level3.xpath.TestXalan
suite() - static method in class org.w3c.domts.level3.xpath.TestXalanAltConfig
suite() - static method in class org.w3c.domts.level1.core.TestXerces
suite() - static method in class org.w3c.domts.level2.core.TestXerces
suite() - static method in class org.w3c.domts.level2.events.TestXerces
suite() - static method in class org.w3c.domts.level3.core.TestXerces
suite() - static method in class org.w3c.domts.level3.ls.TestXerces
suite() - static method in class org.w3c.domts.level1.core.TestXercesAltConfig
suite() - static method in class org.w3c.domts.level2.core.TestXercesAltConfig
suite() - static method in class org.w3c.domts.level2.events.TestXercesAltConfig
suite() - static method in class org.w3c.domts.level3.core.TestXercesAltConfig
suite() - static method in class org.w3c.domts.level1.html.TestXercesHTML
suite() - static method in class org.w3c.domts.level2.html.TestXercesHTML
systemId01 - class org.w3c.domts.level2.core.systemId01
The "getSystemId()" method of a documenttype node contains the system identifier associated with the external subset.
systemId01(org.w3c.domts.DOMTestDocumentBuilderFactory) - constructor for class org.w3c.domts.level2.core.systemId01
Constructor.

T

TestBatik - class org.w3c.domts.level1.core.TestBatik
TestBatik - class org.w3c.domts.level2.core.TestBatik
TestBatik - class org.w3c.domts.level2.events.TestBatik
TestBatik - class org.w3c.domts.level3.core.TestBatik
Runs test suite using Batik SVG.
TestBatik - class org.w3c.domts.level3.ls.TestBatik
Runs test suite using Batik SVG.
TestBatik - class org.w3c.domts.level3.validation.TestBatik
Runs test suite using Batik SVG.
TestBatik - class org.w3c.domts.level3.xpath.TestBatik
Runs test suite using Batik SVG.
TestCrimson - class org.w3c.domts.level1.core.TestCrimson
TestCrimson - class org.w3c.domts.level2.core.TestCrimson
TestCrimsonAltConfig - class org.w3c.domts.level1.core.TestCrimsonAltConfig
TestCrimsonAltConfig - class org.w3c.domts.level2.core.TestCrimsonAltConfig
TestDefaultLS - class org.w3c.domts.level1.core.TestDefaultLS
Test suite that runs all DOM L1 Core tests using the Default LS parser in default configuration.
TestDefaultLS - class org.w3c.domts.level1.html.TestDefaultLS
Test suite that runs all DOM L1 HTML tests using the Default LS parser in default configuration.
TestDefaultLS - class org.w3c.domts.level2.core.TestDefaultLS
Test suite that runs all DOM L2 Core tests using the Default LS parser in default configuration.
TestDefaultLS - class org.w3c.domts.level2.events.TestDefaultLS
Test suite that runs all DOM L2 Events tests using the Default LS parser in default configuration.
TestDefaultLS - class org.w3c.domts.level2.html.TestDefaultLS
Test suite that runs all DOM L2 HTML tests using the Default LS parser in default configuration.
TestDefaultLS - class org.w3c.domts.level3.core.TestDefaultLS
Test suite that runs all DOM L3 Core tests using the a parser provided by DOM L3 Core bootstrapping.
TestDefaultLS - class org.w3c.domts.level3.ls.TestDefaultLS
Test suite that runs all DOM L3 Core tests using the a parser provided by DOM L3 Core bootstrapping.
TestDefaultLS - class org.w3c.domts.level3.validation.TestDefaultLS
Test suite that runs all DOM L3 Validation tests using the a parser provided by DOM L3 Core bootstrapping.
TestDefaultLS - class org.w3c.domts.level3.xpath.TestDefaultLS
Test suite that runs all DOM L3 XPath tests using the a parser provided by DOM L3 Core bootstrapping.
TestDefaultLSAltConfig - class org.w3c.domts.level1.core.TestDefaultLSAltConfig
Test suite that runs all DOM L1 Core tests using the Default LS parser in an alternate configuration.
TestDefaultLSAltConfig - class org.w3c.domts.level1.html.TestDefaultLSAltConfig
Test suite that runs all DOM L1 HTML tests using the Default LS parser in an alternate configuration.
TestDefaultLSAltConfig - class org.w3c.domts.level2.core.TestDefaultLSAltConfig
Test suite that runs all DOM L2 Core tests using the Default LS parser in an alternate configuration
TestDefaultLSAltConfig - class org.w3c.domts.level2.events.TestDefaultLSAltConfig
Test suite that runs all DOM L2 Events tests using the Default LS parser in an alternate configuration
TestDefaultLSAltConfig - class org.w3c.domts.level2.html.TestDefaultLSAltConfig
Test suite that runs all DOM L2 HTML tests using the Default LS parser in an alternative configuration.
TestDefaultLSAltConfig - class org.w3c.domts.level3.core.TestDefaultLSAltConfig
Test suite that runs all DOM L3 Core tests using a parser provided by DOM L3 Core bootstrapping in alternative configuration
TestDefaultLSAltConfig - class org.w3c.domts.level3.validation.TestDefaultLSAltConfig
Test suite that runs all DOM L3 Validation tests using a parser provided by DOM L3 Core bootstrapping in alternative configuration
TestDefaultLSAltConfig - class org.w3c.domts.level3.xpath.TestDefaultLSAltConfig
Test suite that runs all DOM L3 XPath tests using a parser provided by DOM L3 XPath bootstrapping in alternative configuration
TestDefaultParser - class org.w3c.domts.level1.core.TestDefaultParser
TestDefaultParser - class org.w3c.domts.level2.core.TestDefaultParser
Test suite using the default JAXP parser in the default configuration
TestDefaultParser - class org.w3c.domts.level2.events.TestDefaultParser
TestDefaultParser - class org.w3c.domts.level3.core.TestDefaultParser
Test suite using the default JAXP parser in the default configuration
TestDefaultParser - class org.w3c.domts.level3.ls.TestDefaultParser
Test suite using the default JAXP parser in the default configuration
TestDefaultParser - class org.w3c.domts.level3.validation.TestDefaultParser
Test suite using the default JAXP parser in the default configuration
TestDefaultParser - class org.w3c.domts.level3.xpath.TestDefaultParser
Test suite using the default JAXP parser in the default configuration
TestDefaultParserAltConfig - class org.w3c.domts.level1.core.TestDefaultParserAltConfig
TestDefaultParserAltConfig - class org.w3c.domts.level2.core.TestDefaultParserAltConfig
Test suite using the default JAXP parser in the alternative configuration
TestDefaultParserAltConfig - class org.w3c.domts.level2.events.TestDefaultParserAltConfig
TestDefaultParserAltConfig - class org.w3c.domts.level3.core.TestDefaultParserAltConfig
Test suite using the default JAXP parser in the alternative configuration
TestDefaultParserAltConfig - class org.w3c.domts.level3.validation.TestDefaultParserAltConfig
Test suite using the default JAXP parser in the alternative configuration
TestDefaultParserAltConfig - class org.w3c.domts.level3.xpath.TestDefaultParserAltConfig
Test suite using the default JAXP parser in the alternative configuration
TestDOM4J - class org.w3c.domts.level1.core.TestDOM4J
TestDOM4J - class org.w3c.domts.level2.core.TestDOM4J
TestGNUJAXP - class org.w3c.domts.level1.core.TestGNUJAXP
TestGNUJAXP - class org.w3c.domts.level2.core.TestGNUJAXP
TestGNUJAXPAltConfig - class org.w3c.domts.level1.core.TestGNUJAXPAltConfig
TestGNUJAXPAltConfig - class org.w3c.domts.level2.core.TestGNUJAXPAltConfig
TestJTidy - class org.w3c.domts.level1.core.TestJTidy
TestJTidy - class org.w3c.domts.level2.core.TestJTidy
TestOracle - class org.w3c.domts.level1.core.TestOracle
TestOracle - class org.w3c.domts.level2.core.TestOracle
Test suite that runs all DOM L2 Core tests using the Oracle Parser for Java in default configuration.
TestOracle - class org.w3c.domts.level2.events.TestOracle
Test suite that runs all DOM L2 Events tests using the Oracle Parser for Java in default configuration.
TestOracle - class org.w3c.domts.level3.core.TestOracle
Test suite that runs all DOM L3 Core tests using the Oracle Parser for Java in default configuration.
TestOracle - class org.w3c.domts.level3.ls.TestOracle
A JUnit test suite that will run all Load and Save tests using the Oracle XML Parser for Java
TestOracle - class org.w3c.domts.level3.validation.TestOracle
Test suite that runs all DOM L3 Validation tests using the Oracle Parser for Java in default configuration.
TestOracleAltConfig - class org.w3c.domts.level1.core.TestOracleAltConfig
TestOracleAltConfig - class org.w3c.domts.level2.core.TestOracleAltConfig
Test suite that runs all DOM L2 Core tests using the Oracle Parser for Java in default configuration.
TestOracleAltConfig - class org.w3c.domts.level2.events.TestOracleAltConfig
Test suite that runs all DOM L2 Events tests using the Oracle Parser for Java in an alternative configuration.
TestOracleAltConfig - class org.w3c.domts.level3.core.TestOracleAltConfig
Test suite that runs all DOM L3 Core tests using the Oracle Parser for Java in an alternative configuration.
TestOracleAltConfig - class org.w3c.domts.level3.validation.TestOracleAltConfig
Test suite that runs all DOM L3 Validation tests using the Oracle Parser for Java in an alternative configuration.
TestXalan - class org.w3c.domts.level3.xpath.TestXalan
TestXalanAltConfig - class org.w3c.domts.level3.xpath.TestXalanAltConfig
TestXerces - class org.w3c.domts.level1.core.TestXerces
TestXerces - class org.w3c.domts.level2.core.TestXerces
TestXerces - class org.w3c.domts.level2.events.TestXerces
TestXerces - class org.w3c.domts.level3.core.TestXerces
Test suite that runs all DOM L3 Core tests using the Xerces-J in default configuration.
TestXerces - class org.w3c.domts.level3.ls.TestXerces
A JUnit test suite that will run all Load and Save tests using Xerces-J
TestXercesAltConfig - class org.w3c.domts.level1.core.TestXercesAltConfig
TestXercesAltConfig - class org.w3c.domts.level2.core.TestXercesAltConfig
TestXercesAltConfig - class org.w3c.domts.level2.events.TestXercesAltConfig
TestXercesAltConfig - class org.w3c.domts.level3.core.TestXercesAltConfig
Test suite that runs all DOM L3 Core tests using the Xerces-J in an alternative configuration.
TestXercesHTML - class org.w3c.domts.level1.html.TestXercesHTML
TestXercesHTML - class org.w3c.domts.level2.html.TestXercesHTML
toString() - method in class org.w3c.domts.DocumentBuilderSetting
Gets a string representation of the setting.
toString() - method in class org.w3c.domts.DOMTestIncompatibleException
toString() - method in class org.w3c.domts.DOMTestLoadException

U

UserDataMonitor - class org.w3c.domts.UserDataMonitor
This is a utility implementation of UserDataHandler that captures all notifications
UserDataMonitor() - constructor for class org.w3c.domts.UserDataMonitor
Public constructor
This class captures the parameters to one invocation of UserDataHandler.handle.
Public constructor

V

validating - static field in class org.w3c.domts.DocumentBuilderSetting
validating = true.
validating - static field in class org.w3c.domts.DocumentBuilderSettingStrategy

W

wait(int) - method in class org.w3c.domts.DOMTestCase
Wait
wait(int) - method in class org.w3c.domts.DOMTestFramework
wait(int) - method in class org.w3c.domts.DOMTestInnerClass
wait(int) - method in class org.w3c.domts.JUnitTestCaseAdapter

X

This class uses Xalan-J to add XPath support to the current JAXP DOM implementation
Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
This class implements the generic parser and configuation class for the HTML DOM L2 implementation in Xerces-J
Creates a implementation of DOMTestDocumentBuilderFactory using org.apache.html.dom.HTMLBuilder
This class implements the generic parser and configuation abstract class the HTML DOM implementation in Xerces-J
Creates a implementation of DOMTestDocumentBuilderFactory using org.apache.html.dom.HTMLBuilder