manakai//DOM Extensions >
DOM XML Document Type Definition module >
The ElementTypeDefinition
interface
Node
members[3] The getter of the attributes
attribute
of an ElementTypeDefinition
object
MUST return null
.
[4] The getter of the baseURI
attribute
of an ElementTypeDefinition
object
MUST return the baseURI
of the ownerDocument of the
ElementTypeDefinition
object.
Note that it might be null
.
[1] The getter of the nodeName
attribute
of an ElementTypeDefinition
object
MUST return the name of the element type.
[2] The getters of the nodeValue
and textContent
attributes
of an ElementTypeDefinition
object MUST return null
.
The setter of the textContent
attribute of an ElementTypeDefinition
object MUST NOT throw a
NO_MODIFICATION_ALLOWED_ERR
.
ElementTypeDefinition
Interface[5] The
ownerDocumentTypeDefinition
attribute
of the ElementTypeDefinition
interface is defined in manakai//DOM Extensions (>>50).