Class Horde_DOM_Element

Description

Located in /DOM/DOM.php (line 481)

Horde_DOM_Node
   |
   --Horde_DOM_Element
Method Summary
 string get_attribute (string $name)
 array get_elements_by_tagname (string $name)
 bool has_attribute (string $name)
 mixed set_attribute (string $name, string $value)
Variables
Methods
get_attribute (line 490)

Get the value of specified attribute.

  • return: Indicates if the attribute was set.
string get_attribute (string $name)
  • string $name: Name of the attribute
get_elements_by_tagname (line 527)

Return the node represented by the requested tagname.

  • return: The nodes matching the tag name
array get_elements_by_tagname (string $name)
  • string $name: The tagname requested.
has_attribute (line 502)

Determine if an attribute of this name is present on the node.

  • return: Indicates if such an attribute is present.
bool has_attribute (string $name)
  • string $name: Name of the attribute
set_attribute (line 515)

Set the specified attribute on this node.

  • return: Indicates if the attribute was set.
mixed set_attribute (string $name, string $value)
  • string $name: Name of the attribute
  • string $value: The new value of this attribute.

Inherited Methods

Inherited From Horde_DOM_Node

 Horde_DOM_Node::Horde_DOM_Node()
 Horde_DOM_Node::append_child()
 Horde_DOM_Node::attributes()
 Horde_DOM_Node::child_nodes()
 Horde_DOM_Node::clone_node()
 Horde_DOM_Node::first_child()
 Horde_DOM_Node::get_content()
 Horde_DOM_Node::has_child_nodes()
 Horde_DOM_Node::next_sibling()
 Horde_DOM_Node::node_name()
 Horde_DOM_Node::node_type()
 Horde_DOM_Node::node_value()
 Horde_DOM_Node::remove_child()
 Horde_DOM_Node::set_content()
 Horde_DOM_Node::_importNode()
 Horde_DOM_Node::_newDOMElement()
 Horde_DOM_Node::__get()

Documentation generated on Sun, 30 Jan 2011 05:16:52 +0000 by phpDocumentor 1.4.3