Overview

Packages

  • application
    • commands
    • components
      • actions
      • filters
      • leftWidget
      • permissions
      • sortableWidget
      • util
      • webupdater
      • x2flow
        • actions
        • triggers
      • X2GridView
      • X2Settings
    • controllers
    • models
      • embedded
    • modules
      • accounts
        • controllers
        • models
      • actions
        • controllers
        • models
      • calendar
        • controllers
        • models
      • charts
        • models
      • contacts
        • controllers
        • models
      • docs
        • components
        • controllers
        • models
      • groups
        • controllers
        • models
      • marketing
        • components
        • controllers
        • models
      • media
        • controllers
        • models
      • mobile
        • components
      • opportunities
        • controllers
        • models
      • products
        • controllers
        • models
      • quotes
        • controllers
        • models
      • services
        • controllers
        • models
      • template
        • models
      • users
        • controllers
        • models
      • workflow
        • controllers
        • models
      • x2Leads
        • controllers
        • models
  • Net
  • None
  • PHP
  • system
    • base
    • caching
      • dependencies
    • collections
    • console
    • db
      • ar
      • schema
        • cubrid
        • mssql
        • mysql
        • oci
        • pgsql
        • sqlite
    • i18n
      • gettext
    • logging
    • test
    • utils
    • validators
    • web
      • actions
      • auth
      • filters
      • form
      • helpers
      • renderers
      • services
      • widgets
        • captcha
        • pagers
  • Text
    • Highlighter
  • zii
    • behaviors
    • widgets
      • grid
      • jui

Classes

  • ArrayObject
  • DOMDocument
  • DOMElement
  • DOMNamedNodeMap
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • PDOStatement
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • XMLWriter

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • OuterIterator
  • Reflector
  • Serializable
  • Traversable

Exceptions

  • Exception
  • PDOException
  • RuntimeException
  • Overview
  • Package
  • 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