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.
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 specified qualified name
is malformed.
The method createAttributeNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and
the namespaceURI is null.
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 creates an element of the given valid qualifiedName and NamespaceURI.
The method createElementNS creates an element of the given valid qualifiedName and NamespaceURI.
The method createElementNS raises a NAMESPACE_ERR if the qualifiedName has a prefix and
the namespaceURI is null.
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 getElementById returns the element whose ID is given by elementId.
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 importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
Using the method importNode with deep=true, import the fourth employee element node of this
Document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The importNode method imports a node from another document to this document.
The method getInternalSubset() returns the internal subset as a string.
The method getInternalSubset() returns the public identifier of the external subset.
The method getInternalSubset() returns the public identifier of the external subset.
This class implements the generic parser and configuation
abstract class for JAXP supporting parsers.
Creates a JAXP implementation of DOMTestDocumentBuilderFactory.
This method is called by the main() for each test and locates the
appropriate test framework and runs the specified test
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
This is a utility implementation of EventListener
that captures all events and provides access
to lists of all events by mode
The createDocument method with valid arguments, should create a DOM Document of
the specified type.
The createDocument method should throw a NAMESPACE_ERR if the qualifiedName has
a prefix and the namespaceURI is null.
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 createDocumentType with valid values for qualifiedName, publicId and
systemId should create an empty DocumentType node.
The method createDocumentType with valid values for qualifiedName, publicId and
systemId should create an empty DocumentType node.
The method createDocumentType should raise a INVALID_CHARACTER_ERR if the qualifiedName
contains an illegal characters.
The "feature" parameter in the
"hasFeature(feature,version)" method is the package name
of the feature.
The "feature" parameter in the
"hasFeature(feature,version)" method is the package name
of the feature.
The method "hasFeature(feature,version)" tests if the DOMImplementation implements
a specific feature and if so returns true.
The method "hasFeature(feature,version)" tests if the DOMImplementation implements
a specific feature and if not returns false.
Implementation of DOMLocator
This is an abstract base class for generated DOM tests
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.
This is an abstract base class for generated DOM tests
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.
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
This class provides access to DOMTestCase methods (like
assertEquals) for inner classes
Encapsulates a concrete load exception such as
a SAX exception
Abstract base class for all test suites
(that is any collection of DOMTest's)
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.
Creates an array of all determinable settings for the DocumentBuilder
including those at implementation defaults.
Gets list of notifications
The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an
attribute node by local name and NamespaceURI.
The "getAttributeNodeNS(namespaceURI,localName)" method retrieves an
attribute node by local name and NamespaceURI.
The "getAttributeNS(namespaceURI,localName)" method retrieves an
attribute value by local name and NamespaceURI.
The "getAttributeNS(namespaceURI,localName)" method retrieves an
attribute value by local name and NamespaceURI.
The "getAttributeNS(namespaceURI,localName)" method retrieves an
attribute value by local name and NamespaceURI.
The "getAttributeNS(namespaceURI,localName)" method retrieves an
attribute value by local name and NamespaceURI.
The "getAttributeNS(namespaceURI,localName)" method retrieves an
attribute value by local name and NamespaceURI.
Gets value of data parameter
Gets value of dst parameter
The "getElementById(elementId)" method for a
Document should return an element whose ID matches elementId.
The "getElementById(elementId)" method for a
Document should return null if elementId does not identify any
elements in this document.
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.
Element.getElementsByTagNameNS('*','*') should return all child
elements.
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.
Gets value of key parameter
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 "getNamedItemNS(namespaceURI,localName)" method for a
NamedNodeMap should return null
if parameters do not identify any node in this map.
Entity nodes are not namespaced and should not be retrievable using
getNamedItemNS.
Notation nodes are not namespaced and should not be retrievable using
getNamedItemNS.
Get value of operation parameter
Gets value of src parameter
Gets URI that identifies the test suite
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Gets URI that identifies the test.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Runs this test from the command line.
Merges the settings from the specific test case or suite
with the existing (typically session) settings.
Using the method getNamedItemNS, retreive the entity "ent1" and notation "notation1"
from a NamedNodeMap of this DocumentTypes entities and notations.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
The method getNamedItemNS retrieves a node specified by local name and namespace URI.
Retreive the second address element node having localName=adrress.
The method removeNamedItemNS removes a node specified by local name and namespace
Retreive an attribute node and then remove from the NamedNodeMap.
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.
Retreive an entity and notation node and remove the first notation from the
entity node map and first entity node from the notation map.
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.
The method setNamedItemNS adds a node using its namespaceURI and localName.
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.
Retreive an entity and notation node and add the first notation to the
notation node map and first entity node to the entity map.
Retreieve the first element whose localName is address and its attributes into a named node 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.
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 NO_MODIFICATION_ALLOWED_ERR if this map is readonly.
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 "getNamespaceURI()" method for an Attribute
returns the namespace URI of this node, or null if unspecified.
The "getNamespaceURI()" method for an Attribute
returns the namespace URI of this node, or null if unspecified.
The "getNamespaceURI()" method for a Node
returns the namespace URI of this node, or null if unspecified.
The "getNamespaceURI()" method for a Node
returns the namespace URI of this node, or null if unspecified.
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
The method getLocalName returns the local part of the qualified name of this node.
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 getOwnerDocument returns the Document object associated with this node
Create a new DocumentType node.
The method getOwnerDocument returns the Document object associated with this node
Create a new Document node.
The method getPrefix returns the namespace prefix of this node, or null if it is unspecified.
The method hasAttributes returns whether this node (if it is an element) has any attributes.
The method hasAttributes returns whether this node (if it is an element) has any attributes.
The method hasAttributes returns whether this node (if it is an element) has any attributes.
The method hasAttributes returns whether this node (if it is an element) has any attributes.
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 sets the namespace prefix of this node.
The method setPrefix sets the namespace prefix of this node.
The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
The method setPrefix raises a NAMESPACE_ERR if the namespaceURI of this node is null.
The method setPrefix raises a NAMESPACE_ERR if the specified prefix is malformed.
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 method setPrefix raises a INVALID_CHARACTER_ERR if the specified prefix contains an illegal character.
The "normalize()" method puts all the nodes in the full
depth of the sub-tree underneath this element into a
"normal" form.
expandEntityReferences = true.
ignoringElementContentWhitespace = false.
Schema validating disabled.
Compares the identity of actual and expected.
Schema validating enabled.
The "setAttributeNode(newAttr)" method raises an
"INUSE_ATTRIBUTE_ERR DOMException if the "newAttr"
is already an attribute of another element.
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)" adds a new attribute.
The "setAttributeNodeNS(newAttr)" adds a new attribute.
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 "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 raises a
NAMESPACE_ERR DOMException if the specified
qualifiedName if malformed.
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,qualifiedName,value)" method adds a new attribute.
The "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
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 "setAttributeNS(namespaceURI,qualifiedName,value)" method adds a new attribute.
Element.setAttributeNS with an empty qualified name should cause an INVALID_CHARACTER_ERR.
Should only be called in the constructor of a derived type.
Sets test framework to be used by test.
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 raise NO_MODIFICATION_ALLOWED_ERR DOMException if
this map is readonly.
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.
Gets the size of the collection
Gets the size of the collection
Gets the size of the collection
Factory method for suite.
Factory method for suite.
Factory method for suite.
Factory method for suite.
Create instance of test suite.
Create instance of test suite.
Create instance of test suite.
Create instance of test suite.
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Create a new instance of the test suite
Constructs the test suite
The "getSystemId()" method of a documenttype node contains
the system identifier associated with the external subset.