Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • ArrayIterator
  • Closure
  • DOMDocument
  • DOMElement
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • ReflectionClass
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • SimpleXMLElement
  • SplObjectStorage

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • SessionHandlerInterface
  • Traversable

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfBoundsException
  • OverflowException
  • PDOException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • 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()
Ratchet API documentation generated by ApiGen 2.8.0