Overview

Packages

  • ClipIt
    • clipit
      • api
    • urjc
      • backend
  • Elgg
    • Core
      • Access
      • Authentication
      • Cache
      • Caches
      • Core
      • DataMode
        • Site
      • DataModel
        • Annotations
        • Entities
        • Extender
        • File
        • Importable
        • Loggable
        • Notable
        • Object
        • User
      • DataStorage
      • Exception
      • Exceptions
        • Stub
      • FileStore
        • Disk
      • Groups
      • Helpers
      • HMAC
      • Memcache
      • Metadata
      • Navigation
      • ODD
      • Output
      • Plugins
        • Settings
      • Sessions
      • SocialModel
        • Friendable
        • Locatable
      • WebServicesAPI
      • Widgets
      • XML
      • XMLRPC
    • Exceptions
      • Stub
  • None
  • PHP

Classes

  • DOMDocument
  • DOMElement
  • DOMNode
  • DOMXPath
  • SimpleXMLElement
  • stdClass

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • Traversable

Exceptions

  • Exception
  • InvalidArgumentException
  • LogicException
  • Overview
  • Package
  • Class
  • Tree

Class DOMNode

Direct known subclasses

DOMDocument, DOMElement
PHP Extension: Dom
Documented at php.net
Methods summary
public
# insertBefore( DOMNode $newChild, DOMNode $refChild )
public
# replaceChild( DOMNode $newChild, DOMNode $oldChild )
public
# removeChild( DOMNode $oldChild )
public
# appendChild( DOMNode $newChild )
public
# hasChildNodes( )
public
# cloneNode( mixed $deep )
public
# normalize( )
public
# isSupported( mixed $feature, mixed $version )
public
# hasAttributes( )
public
# compareDocumentPosition( DOMNode $other )
public
# isSameNode( DOMNode $other )
public
# lookupPrefix( mixed $namespaceURI )
public
# isDefaultNamespace( mixed $namespaceURI )
public
# lookupNamespaceUri( mixed $prefix )
public
# isEqualNode( DOMNode $arg )
public
# getFeature( mixed $feature, mixed $version )
public
# setUserData( mixed $key, mixed $data, mixed $handler )
public
# getUserData( mixed $key )
public
# getNodePath( )
public
# getLineNo( )
public
# C14N( mixed $exclusive, mixed $with_comments, array $xpath, array $ns_prefixes )
public
# C14NFile( mixed $uri, mixed $exclusive, mixed $with_comments, array $xpath, array $ns_prefixes )
API documentation generated by ApiGen 2.8.0