public
readonly
bool
schemaTypeInfo
;
public
readonly
string
tagName
;
public
readonly
string
nodeName
;
public
string
nodeValue
;
public
readonly
int
nodeType
;
public
readonly
DOMNode
parentNode
;
public
readonly
DOMNode
firstChild
;
public
readonly
DOMNode
lastChild
;
public
readonly
DOMNode
previousSibling
;
public
readonly
DOMNode
nextSibling
;
public
readonly
string
namespaceURI
;
public
string
prefix
;
public
readonly
string
localName
;
public
readonly
string
baseURI
;
public
string
textContent
;
public __construct
(
string $name
[,
string $value
[,
string $namespaceURI
]] )
public getAttributeNS
(
string $namespaceURI
,
string $localName
) :
string
public hasAttributeNS
(
string $namespaceURI
,
string $localName
) :
bool
public setAttributeNS
(
string $namespaceURI
,
string $qualifiedName
,
string $value
) :
void
public setIdAttributeNS
(
string $namespaceURI
,
string $localName
,
bool $isId
) :
void
public DOMNode::C14N
([
bool $exclusive
[,
bool $with_comments
[,
array $xpath
[,
array $ns_prefixes
]]]] ) :
string
public DOMNode::C14NFile
(
string $uri
[,
bool $exclusive
= FALSE
[,
bool $with_comments
= FALSE
[,
array $xpath
[,
array $ns_prefixes
]]]] ) :
int
}