CMC for PHP
  • Namespace
  • Class
  • Tree

Namespaces

  • cmc
    • core
      • ui
    • db
      • mysqli
    • error
    • ui
      • widgets
  • PHP

Classes

  • DOMNode
  • DOMNodeList

Exceptions

  • Exception

CMC for PHP is a web framework for PHP.
Copyright (c) 2014 by Calmarsoft company http://calmarsoft.com (FRANCE). All rights reserved.
Project information available here.

Class DOMNode

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 )

Magic methods summary

CMC for PHP API documentation generated by ApiGen 2.8.0