The DOMElement class
(PHP 5, PHP 7)
类摘要
DOMElement
extends DOMNode {
/* 属性 */
/* 继承的属性 */
/* 方法 */
/* 继承的方法 */
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
属性
- schemaTypeInfo
-
Not implemented yet, always return
NULL
- tagName
-
The element name
注释
Note:
The DOM extension uses UTF-8 encoding. Use utf8_encode() and utf8_decode() to work with texts in ISO-8859-1 encoding or Iconv for other encodings.
Table of Contents
- DOMElement::__construct — Creates a new DOMElement object
- DOMElement::getAttribute — Returns value of attribute
- DOMElement::getAttributeNode — Returns attribute node
- DOMElement::getAttributeNodeNS — Returns attribute node
- DOMElement::getAttributeNS — Returns value of attribute
- DOMElement::getElementsByTagName — Gets elements by tagname
- DOMElement::getElementsByTagNameNS — Get elements by namespaceURI and localName
- DOMElement::hasAttribute — Checks to see if attribute exists
- DOMElement::hasAttributeNS — Checks to see if attribute exists
- DOMElement::removeAttribute — Removes attribute
- DOMElement::removeAttributeNode — Removes attribute
- DOMElement::removeAttributeNS — Removes attribute
- DOMElement::setAttribute — Adds new attribute
- DOMElement::setAttributeNode — Adds new attribute node to element
- DOMElement::setAttributeNodeNS — Adds new attribute node to element
- DOMElement::setAttributeNS — Adds new attribute
- DOMElement::setIdAttribute — Declares the attribute specified by name to be of type ID
- DOMElement::setIdAttributeNode — Declares the attribute specified by node to be of type ID
- DOMElement::setIdAttributeNS — Declares the attribute specified by local name and namespace URI to be of type ID