Package org.w3c.domts.level2.core

Class Summary
alltests  
attrgetownerelement01 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
attrgetownerelement02 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
attrgetownerelement03 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
attrgetownerelement04 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
attrgetownerelement05 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
createAttributeNS01 The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
createAttributeNS02 The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
createAttributeNS03 The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
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".
createAttributeNS05 The "createAttributeNS(namespaceURI,qualifiedName)" method for a Document should return a new Attr object given that all parameters are valid and correctly formed.
createAttributeNS06 Document.createAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
createDocument01 The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if parameter qualifiedName is malformed.
createDocument02 The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
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.
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.
createDocument05 The "createDocument(namespaceURI,qualifiedName,doctype)" method for a DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if parameter qualifiedName contains an illegal character.
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").
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.
createDocument08 DOMImplementation.createDocument with an empty qualified name should cause an INVALID_CHARACTER_ERR.
createDocumentType01 The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
createDocumentType02 The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
createDocumentType03 The "createDocumentType(qualifiedName,publicId,systemId)" method for a DOMImplementation should return a new DocumentType node given that qualifiedName is valid and correctly formed.
createDocumentType04 DOMImplementation.createDocumentType with an empty name should cause an INVALID_CHARACTER_ERR.
createElementNS01 The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName is malformed.
createElementNS02 The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise NAMESPACE_ERR DOMException if qualifiedName has a prefix and namespaceURI is null.
createElementNS03 The "createElementNS(namespaceURI,qualifiedName)" method for a Document should raise INVALID_CHARACTER_ERR DOMException if qualifiedName contains an illegal character.
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".
createElementNS05 The "createElementNS(namespaceURI,qualifiedName)" method for a Document should return a new Element object given that all parameters are valid and correctly formed.
createElementNS06 Document.createElementNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
documentcreateattributeNS01 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.
documentcreateattributeNS02 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.
documentcreateattributeNS03 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.
documentcreateattributeNS04 The method createAttributeNS raises a NAMESPACE_ERR if the specified qualified name is malformed.
documentcreateattributeNS05 The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
documentcreateattributeNS06 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".
documentcreateattributeNS07 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.
documentcreateelementNS01 The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
documentcreateelementNS02 The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
documentcreateelementNS05 The method createElementNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
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.
documentgetelementbyid01 The method getElementById returns the element whose ID is given by elementId.
documentgetelementsbytagnameNS01 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.
documentgetelementsbytagnameNS02 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.
documentgetelementsbytagnameNS03 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.
documentgetelementsbytagnameNS04 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.
documentgetelementsbytagnameNS05 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.
documentimportnode01 The importNode method imports a node from another document to this document.
documentimportnode02 The importNode method imports a node from another document to this document.
documentimportnode03 The importNode method imports a node from another document to this document.
documentimportnode04 The importNode method imports a node from another document to this document.
documentimportnode05 The importNode method imports a node from another document to this document.
documentimportnode06 The importNode method imports a node from another document to this document.
documentimportnode07 The importNode method imports a node from another document to this document.
documentimportnode08 The importNode method imports a node from another document to this document.
documentimportnode09 The importNode method imports a node from another document to this document.
documentimportnode10 The importNode method imports a node from another document to this document.
documentimportnode11 The importNode method imports a node from another document to this document.
documentimportnode12 The importNode method imports a node from another document to this document.
documentimportnode13 The importNode method imports a node from another document to this document.
documentimportnode14 Using the method importNode with deep=true, import the fourth employee element node of this Document.
documentimportnode15 The importNode method imports a node from another document to this document.
documentimportnode17 The importNode method imports a node from another document to this document.
documentimportnode18 The importNode method imports a node from another document to this document.
documentimportnode19 The importNode method imports a node from another document to this document.
documentimportnode20 The importNode method imports a node from another document to this document.
documentimportnode21 The importNode method imports a node from another document to this document.
documentimportnode22 The importNode method imports a node from another document to this document.
documenttypeinternalSubset01 The method getInternalSubset() returns the internal subset as a string.
documenttypepublicid01 The method getInternalSubset() returns the public identifier of the external subset.
documenttypesystemid01 The method getInternalSubset() returns the public identifier of the external subset.
domimplementationcreatedocument03 The createDocument method with valid arguments, should create a DOM Document of the specified type.
domimplementationcreatedocument04 The createDocument method should throw a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
domimplementationcreatedocument05 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.
domimplementationcreatedocument07 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.
domimplementationcreatedocumenttype01 The method createDocumentType with valid values for qualifiedName, publicId and systemId should create an empty DocumentType node.
domimplementationcreatedocumenttype02 The method createDocumentType with valid values for qualifiedName, publicId and systemId should create an empty DocumentType node.
domimplementationcreatedocumenttype04 The method createDocumentType should raise a INVALID_CHARACTER_ERR if the qualifiedName contains an illegal characters.
domimplementationfeaturecore The "feature" parameter in the "hasFeature(feature,version)" method is the package name of the feature.
domimplementationfeaturexmlversion2 The "feature" parameter in the "hasFeature(feature,version)" method is the package name of the feature.
domimplementationhasfeature01 The method "hasFeature(feature,version)" tests if the DOMImplementation implements a specific feature and if so returns true.
domimplementationhasfeature02 The method "hasFeature(feature,version)" tests if the DOMImplementation implements a specific feature and if not returns false.
elementgetattributenodens01 The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
elementgetattributenodens02 The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
elementgetattributenodens03 The method getAttributeNodeNS retrieves an Attr node by local name and namespace URI.
elementgetattributens02 The method getAttributeNS retrieves an attribute value by local name and namespace URI.
elementgetelementsbytagnamens02 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.
elementgetelementsbytagnamens04 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.
elementgetelementsbytagnamens05 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.
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.
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.
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.
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.
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.
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.
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.
elementremoveattributens01 The method removeAttributeNS removes an attribute by local name and namespace URI.
elementsetattributenodens01 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.
elementsetattributenodens02 Test the setAttributeNodeNS method.
elementsetattributenodens03 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.
elementsetattributenodens04 The method setAttributeNodeNS Adds a new attribute and raises an INUSE_ATTRIBUTE_ERR if newAttr is already an attribute of another Element object.
elementsetattributenodens05 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.
elementsetattributenodens06 The method setAttributeNodeNS Adds a new attribute and raises an WRONG_DOCUMENT_ERR if this node is readonly.
elementsetattributens01 The method setAttributeNS adds a new attribute.
elementsetattributens02 The method setAttributeNS adds a new attribute.
elementsetattributens03 The method setAttributeNS adds a new attribute.
elementsetattributens04 The method setAttributeNS adds a new attribute and raises a INVALID_CHARACTER_ERR if the specified qualified name contains an illegal character.
elementsetattributens05 The method setAttributeNS adds a new attribute and raises a NAMESPACE_ERR if the qualifiedName has a prefix and the namespaceURI is null.
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/".
elementsetattributensurinull The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a NAMESPACE_ERR DOMException if the specified qualifiedName has a prefix and the namespaceURI is null.
getAttributeNodeNS01 The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an attribute node by local name and NamespaceURI.
getAttributeNodeNS02 The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an attribute node by local name and NamespaceURI.
getAttributeNS01 The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
getAttributeNS02 The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
getAttributeNS03 The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
getAttributeNS04 The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
getAttributeNS05 The "getAttributeNS(namespaceURI,localName)" method retrieves an attribute value by local name and NamespaceURI.
getElementById01 The "getElementById(elementId)" method for a Document should return an element whose ID matches elementId.
getElementById02 The "getElementById(elementId)" method for a Document should return null if elementId does not identify any elements in this document.
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 ' '.
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.
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.
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.
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.
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.
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.
getElementsByTagNameNS08 Element.getElementsByTagNameNS('*','*') should return all child elements.
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.
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.
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.
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.
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.
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.
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".
getNamedItemNS02 The "getNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should return null if parameters do not identify any node in this map.
getNamedItemNS03 Entity nodes are not namespaced and should not be retrievable using getNamedItemNS.
getNamedItemNS04 Notation nodes are not namespaced and should not be retrievable using getNamedItemNS.
hasAttribute01 The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
hasAttribute02 The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
hasAttribute03 The "hasAttribute()" method for an Element should return false if the element does not have an attribute with the given name.
hasAttribute04 The "hasAttribute()" method for an Element should return true if the element has an attribute with the given name.
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.
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.
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.
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.
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.
hasAttributes01 The "hasAttributes()" method for a node should return false if the node does not have an attribute.
hasAttributes02 The "hasAttributes()" method for a node should return true if the node has attributes.
hc_entitiesremovenameditemns1 An attempt to add remove an entity using removeNamedItemNS should result in a NO_MODIFICATION_ERR or a NOT_FOUND_ERR.
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.
hc_namednodemapinvalidtype1 Attempt to insert an element into an attribute list, should raise a HIERARCHY_REQUEST_ERR.
hc_nodedocumentfragmentnormalize1 Create a document fragment with two adjacent text nodes, normalize and see if the text nodes were combined.
hc_nodedocumentfragmentnormalize2 Create a document fragment with an empty text node, after normalization there should be no child nodes.
hc_notationsremovenameditemns1 An attempt to add remove an notation using removeNamedItemNS should result in a NO_MODIFICATION_ERR or a NOT_FOUND_ERR.
hc_notationssetnameditemns1 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.
importNode01 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode02 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode03 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode04 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode05 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode06 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode07 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode08 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode09 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode10 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode11 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode12 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode13 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode14 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode15 The "importNode(importedNode,deep)" method for a Document should import the given importedNode into that Document.
importNode16 The "importNode(importedNode,deep)" method for a Document should raise NOT_SUPPORTED_ERR DOMException if the type of node being imported is DocumentType.
importNode17 The "importNode(importedNode,deep)" method for a Document should raise NOT_SUPPORTED_ERR DOMException if the type of node being imported is Document.
internalSubset01 The "getInternalSubset()" method returns the internal subset as a string or null if there is none.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
isSupported13 Calls isSupported("Core","") should return true for all implementations (by extension of core-14).
isSupported14 Calls isSupported("Core",null) should return true for all implementations (by extension of core-14).
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.
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.
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.
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.
namednodemapgetnameditemns01 Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1" from a NamedNodeMap of this DocumentTypes entities and notations.
namednodemapgetnameditemns02 The method getNamedItemNS retrieves a node specified by local name and namespace URI.
namednodemapgetnameditemns03 The method getNamedItemNS retrieves a node specified by local name and namespace URI.
namednodemapgetnameditemns04 The method getNamedItemNS retrieves a node specified by local name and namespace URI.
namednodemapgetnameditemns05 The method getNamedItemNS retrieves a node specified by local name and namespace URI.
namednodemapgetnameditemns06 Retreive the second address element node having localName=adrress.
namednodemapremovenameditemns01 The method removeNamedItemNS removes a node specified by local name and namespace Retreive an attribute node and then remove from the NamedNodeMap.
namednodemapremovenameditemns02 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.
namednodemapremovenameditemns03 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.
namednodemapremovenameditemns04 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.
namednodemapremovenameditemns05 Retreive an entity and notation node and remove the first notation from the entity node map and first entity node from the notation map.
namednodemapremovenameditemns06 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.
namednodemapremovenameditemns07 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.
namednodemapremovenameditemns08 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.
namednodemapremovenameditemns09 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.
namednodemapsetnameditemns01 The method setNamedItemNS adds a node using its namespaceURI and localName.
namednodemapsetnameditemns02 The method setNamedItemNS adds a node using its namespaceURI and localName.
namednodemapsetnameditemns03 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.
namednodemapsetnameditemns04 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.
namednodemapsetnameditemns05 Retreive an entity and notation node and add the first notation to the notation node map and first entity node to the entity map.
namednodemapsetnameditemns06 Retreieve the first element whose localName is address and its attributes into a named node map.
namednodemapsetnameditemns07 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.
namednodemapsetnameditemns08 raises a INUSE_ATTRIBUTE_ERR Raised if arg is an Attr that is already an attribute of another Element object.
namednodemapsetnameditemns09 The method setNamedItemNS adds a node using its namespaceURI and localName and raises a NO_MODIFICATION_ALLOWED_ERR if this map is readonly.
namednodemapsetnameditemns10 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.
namednodemapsetnameditemns11 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.
namespaceURI01 The "getNamespaceURI()" method for an Attribute returns the namespace URI of this node, or null if unspecified.
namespaceURI02 The "getNamespaceURI()" method for an Attribute returns the namespace URI of this node, or null if unspecified.
namespaceURI03 The "getNamespaceURI()" method for a Node returns the namespace URI of this node, or null if unspecified.
namespaceURI04 The "getNamespaceURI()" method for a Node returns the namespace URI of this node, or null if unspecified.
nodegetlocalname03 The method getLocalName returns the local part of the qualified name of this node.
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.
nodegetownerdocument01 The method getOwnerDocument returns the Document object associated with this node Create a new DocumentType node.
nodegetownerdocument02 The method getOwnerDocument returns the Document object associated with this node Create a new Document node.
nodegetprefix03 The method getPrefix returns the namespace prefix of this node, or null if it is unspecified.
nodehasattributes01 The method hasAttributes returns whether this node (if it is an element) has any attributes.
nodehasattributes02 The method hasAttributes returns whether this node (if it is an element) has any attributes.
nodehasattributes03 The method hasAttributes returns whether this node (if it is an element) has any attributes.
nodehasattributes04 The method hasAttributes returns whether this node (if it is an element) has any attributes.
nodeissupported01 The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
nodeissupported02 The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
nodeissupported03 The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
nodeissupported04 The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
nodeissupported05 The method "isSupported(feature,version)" Tests whether the DOM implementation implements a specific feature and that feature is supported by this node.
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.
nodesetprefix01 The method setPrefix sets the namespace prefix of this node.
nodesetprefix02 The method setPrefix sets the namespace prefix of this node.
nodesetprefix03 The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
nodesetprefix04 The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
nodesetprefix05 The method setPrefix raises a NAMESPACE_ERR if the specified prefix is malformed.
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".
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/".
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.
nodesetprefix09 The method setPrefix raises a INVALID_CHARACTER_ERR if the specified prefix contains an illegal character.
normalize01 The "normalize()" method puts all the nodes in the full depth of the sub-tree underneath this element into a "normal" form.
ownerDocument01 The "getOwnerDocument()" method returns null if the target node itself is a DocumentType which is not used with any document yet.
ownerElement01 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
ownerElement02 The "getOwnerElement()" will return the Element node this attribute is attached to or null if this attribute is not in use.
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.
prefix02 The "getPrefix()" method returns the namespace prefix of this node, or null if unspecified.
prefix03 The "getPrefix()" method for a node returns the namespace prefix of this node, or null if it is unspecified.
prefix04 The "getPrefix()" method for a node returns the namespace prefix of this node, or null if it is unspecified.
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.
prefix06 The "setPrefix(prefix)" method raises a INVALID_CHARACTER_ERR DOMException if the specified prefix contains an illegal character.
prefix07 The "setPrefix(prefix)" method raises a NAMESPACE_ERR DOMException if the specified prefix if malformed.
prefix08 The "setPrefix(prefix)" method causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
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.
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.
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.
publicId01 The "getPublicId()" method of a documenttype node contains the public identifier associated with the external subset.
removeAttributeNS01 The "removeAttributeNS(namespaceURI,localName)" method for an attribute causes the DOMException NO_MODIFICATION_ALLOWED_ERR to be raised if the node is readonly.
removeAttributeNS02 The "removeAttributeNS(namespaceURI,localName)" removes an attribute by local name and namespace URI.
removeNamedItemNS01 The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should remove a node specified by localName and namespaceURI.
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.
removeNamedItemNS03 The "removeNamedItemNS(namespaceURI,localName)" method for a NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if this map is readonly.
setAttributeNodeNS01 The "setAttributeNode(newAttr)" method raises an "INUSE_ATTRIBUTE_ERR DOMException if the "newAttr" is already an attribute of another element.
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.
setAttributeNodeNS03 The "setAttributeNodeNS(newAttr)" adds a new attribute.
setAttributeNodeNS04 The "setAttributeNodeNS(newAttr)" adds a new attribute.
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.
setAttributeNS01 The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a INVALID_CHARACTER_ERR DOMException if the specified prefix contains an illegal character.
setAttributeNS02 The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a NAMESPACE_ERR DOMException if the specified qualifiedName if malformed.
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.
setAttributeNS04 The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
setAttributeNS05 The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
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.
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.
setAttributeNS09 The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
setAttributeNS10 Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
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.
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.
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.
setNamedItemNS04 The "setNamedItemNS(arg)" method for a NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if this map is readonly.
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.
systemId01 The "getSystemId()" method of a documenttype node contains the system identifier associated with the external subset.
TestBatik  
TestCrimson  
TestCrimsonAltConfig  
TestDefaultLS Test suite that runs all DOM L2 Core tests using the Default LS parser in default configuration.
TestDefaultLSAltConfig Test suite that runs all DOM L2 Core tests using the Default LS parser in an alternate configuration
TestDefaultParser Test suite using the default JAXP parser in the default configuration
TestDefaultParserAltConfig Test suite using the default JAXP parser in the alternative configuration
TestDOM4J  
TestGNUJAXP  
TestGNUJAXPAltConfig  
TestJTidy  
TestOracle Test suite that runs all DOM L2 Core tests using the Oracle Parser for Java in default configuration.
TestOracleAltConfig Test suite that runs all DOM L2 Core tests using the Oracle Parser for Java in default configuration.
TestXerces  
TestXercesAltConfig