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 DOMDocument

DOMNode
Extended by DOMDocument
PHP Extension: Dom
Documented at php.net
Methods summary
public
# createElement( mixed $tagName, mixed $value )
public
# createDocumentFragment( )
public
# createTextNode( mixed $data )
public
# createComment( mixed $data )
public
# createCDATASection( mixed $data )
public
# createProcessingInstruction( mixed $target, mixed $data )
public
# createAttribute( mixed $name )
public
# createEntityReference( mixed $name )
public
# getElementsByTagName( mixed $tagName )
public
# importNode( DOMNode $importedNode, mixed $deep )
public
# createElementNS( mixed $namespaceURI, mixed $qualifiedName, mixed $value )
public
# createAttributeNS( mixed $namespaceURI, mixed $qualifiedName )
public
# getElementsByTagNameNS( mixed $namespaceURI, mixed $localName )
public
# getElementById( mixed $elementId )
public
# adoptNode( DOMNode $source )
public
# normalizeDocument( )
public
# renameNode( DOMNode $node, mixed $namespaceURI, mixed $qualifiedName )
public
# load( mixed $source, mixed $options )
public
# save( mixed $file )
public
# loadXML( mixed $source, mixed $options )
public
# saveXML( DOMNode $node )
public
# __construct( mixed $version, mixed $encoding )
public
# validate( )
public
# xinclude( mixed $options )
public
# loadHTML( mixed $source, mixed $options )
public
# loadHTMLFile( mixed $source, mixed $options )
public
# saveHTML( )
public
# saveHTMLFile( mixed $file )
public
# schemaValidate( mixed $filename )
public
# schemaValidateSource( mixed $source )
public
# relaxNGValidate( mixed $filename )
public
# relaxNGValidateSource( mixed $source )
public
# registerNodeClass( mixed $baseClass, mixed $extendedClass )
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