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 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