Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • AppendIterator
  • ArrayIterator
  • Closure
  • DateTime
  • DateTimeZone
  • DirectoryIterator
  • DOMDocument
  • DOMNode
  • FilesystemIterator
  • FilterIterator
  • IteratorIterator
  • RecursiveDirectoryIterator
  • RecursiveIteratorIterator
  • SimpleXMLElement
  • SplDoublyLinkedList
  • SplFileInfo
  • SplObjectStorage
  • SplQueue

Interfaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • Exception
  • InvalidArgumentException
  • LogicException
  • RuntimeException
  • UnexpectedValueException
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class DOMNode

Direct known subclasses

DOMDocument
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 )
php-coveralls API documentation generated by ApiGen 2.8.0