Class DOMIT_DocumentFragment

Description

A class representing the DOM Document Fragment node

Located in /includes/domit/xml_domit_parser.php (line 2681)

DOMIT_Node
   |
   --DOMIT_ChildNodes_Interface
      |
      --DOMIT_DocumentFragment
Method Summary
DOMIT_DocumentFragment DOMIT_DocumentFragment ()
Object &cloneNode ([boolean $deep = false])
Array toArray ()
string toString ([boolean $htmlSafe = false], [mixed $subEntities = true])
Variables
Methods
Constructor DOMIT_DocumentFragment (line 2685)

DOM Document Fragment node constructor

DOMIT_DocumentFragment DOMIT_DocumentFragment ()
cloneNode (line 2713)

Copies a node and/or its children

  • return: A copy of the node and/or its children
Object &cloneNode ([boolean $deep = false])
  • boolean $deep: True if all child nodes are also to be cloned

Redefinition of:
DOMIT_Node::cloneNode()
Copies a node and/or its children
toArray (line 2697)

Generates an array representation of the node and its children

  • return: A representation of the node and its children
Array toArray ()

Redefinition of:
DOMIT_Node::toArray()
Generates an array representation of the node and its children
toString (line 2734)

Generates a string representation of the node and its children

  • return: The string representation
string toString ([boolean $htmlSafe = false], [mixed $subEntities = true])
  • boolean $htmlSafe: True if HTML readable output is desired

Inherited Methods

Inherited From DOMIT_ChildNodes_Interface

DOMIT_ChildNodes_Interface::DOMIT_ChildNodes_Interface()
DOMIT_ChildNodes_Interface::appendChild()
DOMIT_ChildNodes_Interface::getElementsByAttribute()
DOMIT_ChildNodes_Interface::insertBefore()
DOMIT_ChildNodes_Interface::removeChild()
DOMIT_ChildNodes_Interface::replaceChild()
DOMIT_ChildNodes_Interface::selectNodes()
DOMIT_ChildNodes_Interface::_getElementsByAttribute()

Inherited From DOMIT_Node

DOMIT_Node::DOMIT_Node()
DOMIT_Node::appendChild()
DOMIT_Node::clearReferences()
DOMIT_Node::cloneNode()
DOMIT_Node::forHTML()
DOMIT_Node::getChildNodeIndex()
DOMIT_Node::getElementsByAttributePath()
DOMIT_Node::getElementsByPath()
DOMIT_Node::getNamedElements()
DOMIT_Node::getText()
DOMIT_Node::getTypedNodes()
DOMIT_Node::getValuedNodes()
DOMIT_Node::hasAttributes()
DOMIT_Node::hasChildNodes()
DOMIT_Node::insertBefore()
DOMIT_Node::isSupported()
DOMIT_Node::normalize()
DOMIT_Node::nvl()
DOMIT_Node::onLoad()
DOMIT_Node::removeChild()
DOMIT_Node::replaceChild()
DOMIT_Node::setOwnerDocument()
DOMIT_Node::toArray()
DOMIT_Node::toNormalizedString()
DOMIT_Node::_constructor()

Documentation generated on Fri, 4 Mar 2005 13:57:48 +1000 by phpDocumentor 1.3.0RC3