Overview

Namespaces

  • FastFeed
    • Aggregator
    • Cache
    • Exception
    • Logger
    • Parser
    • Processor
  • PHP

Classes

  • DateTime
  • DOMDocument
  • DOMElement
  • DOMNode

Interfaces

  • DateTimeInterface

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • Overview
  • Namespace
  • Class
  • Tree

Class DOMElement

DOMNode
Extended by DOMElement
PHP Extension: Dom
Documented at php.net
Methods summary
public
# getAttribute( mixed $name )
public
# setAttribute( mixed $name, mixed $value )
public
# removeAttribute( mixed $name )
public
# getAttributeNode( mixed $name )
public
# setAttributeNode( DOMAttr $newAttr )
public
# removeAttributeNode( DOMAttr $oldAttr )
public
# getElementsByTagName( mixed $name )
public
# getAttributeNS( mixed $namespaceURI, mixed $localName )
public
# setAttributeNS( mixed $namespaceURI, mixed $qualifiedName, mixed $value )
public
# removeAttributeNS( mixed $namespaceURI, mixed $localName )
public
# getAttributeNodeNS( mixed $namespaceURI, mixed $localName )
public
# setAttributeNodeNS( DOMAttr $newAttr )
public
# getElementsByTagNameNS( mixed $namespaceURI, mixed $localName )
public
# hasAttribute( mixed $name )
public
# hasAttributeNS( mixed $namespaceURI, mixed $localName )
public
# setIdAttribute( mixed $name, mixed $isId )
public
# setIdAttributeNS( mixed $namespaceURI, mixed $localName, mixed $isId )
public
# setIdAttributeNode( DOMAttr $attr, mixed $isId )
public
# __construct( mixed $name, mixed $value, mixed $uri )
Methods inherited from DOMNode
C14N(), C14NFile(), appendChild(), cloneNode(), compareDocumentPosition(), getFeature(), getLineNo(), getNodePath(), getUserData(), hasAttributes(), hasChildNodes(), insertBefore(), isDefaultNamespace(), isEqualNode(), isSameNode(), isSupported(), lookupNamespaceUri(), lookupPrefix(), normalize(), removeChild(), replaceChild(), setUserData()
API documentation generated by ApiGen 2.8.0