The "createAttributeNS(namespaceURI,qualifiedName)" method for a
Document should raise NAMESPACE_ERR DOMException
if qualifiedName has a prefix and namespaceURI is null.
The "createAttributeNS(namespaceURI,qualifiedName)" method for a
Document should raise INVALID_CHARACTER_ERR DOMException
if qualifiedName contains an illegal character.
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".
The "createAttributeNS(namespaceURI,qualifiedName)" method for a
Document should return a new Attr object given that all parameters are
valid and correctly formed.
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
DOMImplementation should raise NAMESPACE_ERR DOMException
if parameter qualifiedName is malformed.
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
DOMImplementation should raise NAMESPACE_ERR DOMException
if qualifiedName has a prefix and namespaceURI is null.
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.
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
DOMImplementation should raise WRONG_DOCUMENT_ERR DOMException
if parameter doctype was created from a different implementation.
The "createDocument(namespaceURI,qualifiedName,doctype)" method for a
DOMImplementation should raise INVALID_CHARACTER_ERR DOMException
if parameter qualifiedName contains an illegal character.
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").
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.
The "createDocumentType(qualifiedName,publicId,systemId)" method for a
DOMImplementation should raise NAMESPACE_ERR DOMException if
qualifiedName is malformed.
The "createDocumentType(qualifiedName,publicId,systemId)" method for a
DOMImplementation should raise INVALID_CHARACTER_ERR DOMException if
qualifiedName contains an illegal character.
The "createDocumentType(qualifiedName,publicId,systemId)" method for a
DOMImplementation should return a new DocumentType node
given that qualifiedName is valid and correctly formed.
The "createElementNS(namespaceURI,qualifiedName)" method for a
Document should raise NAMESPACE_ERR DOMException if
qualifiedName has a prefix and namespaceURI is null.
The "createElementNS(namespaceURI,qualifiedName)" method for a
Document should raise INVALID_CHARACTER_ERR DOMException if
qualifiedName contains an illegal character.
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".
The "createElementNS(namespaceURI,qualifiedName)" method for a
Document should return a new Element object given that all parameters
are valid and correctly formed.
This exception represents a mismatch between the
requirements of the test (for example, entity preserving)
and the capabilities of the parser under test.
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.
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.
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.
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".
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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/".
The "setAttributeNS(namespaceURI,qualifiedName,value)" method raises a
NAMESPACE_ERR DOMException if the specified
qualifiedName has a prefix and the namespaceURI is null.
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 ' '.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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".
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.
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.
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.
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.
The "importNode(importedNode,deep)" method for a
Document should raise NOT_SUPPORTED_ERR DOMException if
the type of node being imported is DocumentType.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
The method "isSupported(feature,version)" Tests whether the DOM implementation
implements a specific feature and that feature is supported by this node.
The method "isSupported(feature,version)" Tests whether the DOM implementation
implements a specific feature and that feature is supported by this node.
The method "isSupported(feature,version)" Tests whether the DOM implementation
implements a specific feature and that feature is supported by this node.
The method "isSupported(feature,version)" Tests whether the DOM implementation
implements a specific feature and that feature is supported by this node.
The method "isSupported(feature,version)" Tests whether the DOM implementation
implements a specific feature and that feature is supported by this node.
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.
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".
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/".
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.
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.
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.
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.
The "removeAttributeNS(namespaceURI,localName)" method for an attribute causes the
DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
if the node is readonly.
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.
The "removeNamedItemNS(namespaceURI,localName)" method for a
NamedNodeMap should raise NO_MODIFICATION_ALLOWED_ERR DOMException if
this map is readonly.
The "setAttributeNS(namespaceURI,qualifiedName,Value)" method raises a
INVALID_CHARACTER_ERR DOMException if the specified
prefix contains an illegal character.
The "setAttributeNS(namespaceURI,qualifiedName,value)" method for an attribute causes the
DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
if the node is readonly.
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.
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.
The "setAttributeNodeNS(namespaceURI,qualifiedName,value)" method for an attribute causes the
DOMException NO_MODIFICATION_ALLOWED_ERR to be raised
if the node is readonly.
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.
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.
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.
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.
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.