Overview

Namespaces

  • Evenement
  • None
  • PHP
  • Psr
    • Http
      • Message
  • Ratchet
    • Http
    • RFC6455
      • Handshake
      • Messaging
    • Server
    • Session
      • Serialize
      • Storage
        • Proxy
    • Wamp
    • WebSocket
  • React
    • EventLoop
      • Tick
      • Timer
    • Socket
    • Stream
  • Symfony
    • Component
      • HttpFoundation
        • Session
          • Attribute
          • Flash
          • Storage
            • Handler
            • Proxy
      • Routing
        • Annotation
        • Exception
        • Generator
          • Dumper
        • Loader
          • DependencyInjection
        • Matcher
          • Dumper
        • Tests
          • Annotation
          • Fixtures
            • AnnotatedClasses
            • OtherAnnotatedClasses
          • Generator
            • Dumper
          • Loader
          • Matcher
            • Dumper

Classes

  • ArrayIterator
  • Closure
  • DOMDocument
  • DOMElement
  • DOMNode
  • FilterIterator
  • IteratorIterator
  • PDO
  • ReflectionClass
  • ReflectionFunctionAbstract
  • ReflectionMethod
  • SimpleXMLElement
  • SplObjectStorage

Interfaces

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

Exceptions

  • BadFunctionCallException
  • BadMethodCallException
  • DomainException
  • Exception
  • InvalidArgumentException
  • LogicException
  • OutOfBoundsException
  • OverflowException
  • PDOException
  • RuntimeException
  • UnderflowException
  • UnexpectedValueException
  • Overview
  • Namespace
  • 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()
Ratchet API documentation generated by ApiGen 2.8.0