The DOMElement class
Class synopsis
DOMElement
class DOMElement
extends
DOMNode
{
__construct
( string $name
[, string $value
[, string $namespaceURI
]] )
void setAttributeNS
( string $namespaceURI
, string $qualifiedName
, string $value
)
}
Properties
-
schemaTypeInfo
-
Not implemented yet, always return NULL
-
tagName
-
The element name
Table of Contents
add a note
User Contributed Notes
The DOMElement class
There are no user contributed notes for this page.
|
|