Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

domtext(3) [php man page]

DOMTEXT(3)								 1								DOMTEXT(3)

The DOMText class

INTRODUCTION
The DOMText class inherits from DOMCharacterData and represents the textual content of a DOMElement or DOMAttr. CLASS SYNOPSIS
DOMText DOMTextextends DOMCharacterData Properties o readonlypublic string$wholeText Methods o public DOMText::__construct ([string $value]) o public bool DOMText::isWhitespaceInElementContent (void ) o public DOMText DOMText::splitText (int $offset) Inherited methods o public DOMNode DOMNode::appendChild (DOMNode $newnode) o public string DOMNode::C14N ([bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public int DOMNode::C14NFile (string $uri, [bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public DOMNode DOMNode::cloneNode ([bool $deep]) o public int DOMNode::getLineNo (void ) o public string DOMNode::getNodePath (void ) o public bool DOMNode::hasAttributes (void ) o public bool DOMNode::hasChildNodes (void ) o public DOMNode DOMNode::insertBefore (DOMNode $newnode, [DOMNode $refnode]) o public bool DOMNode::isDefaultNamespace (string $namespaceURI) o public bool DOMNode::isSameNode (DOMNode $node) o public bool DOMNode::isSupported (string $feature, string $version) o public string DOMNode::lookupNamespaceURI (string $prefix) o public string DOMNode::lookupPrefix (string $namespaceURI) o public void DOMNode::normalize (void ) o public DOMNode DOMNode::removeChild (DOMNode $oldnode) o public DOMNode DOMNode::replaceChild (DOMNode $newnode, DOMNode $oldnode) PROPERTIES
o $wholeText - Holds all the text of logically-adjacent (not separated by Element, Comment or Processing Instruction) Text nodes. PHP Documentation Group DOMTEXT(3)

Check Out this Related Man Page

DOMDOCUMENTFRAGMENT(3)							 1						    DOMDOCUMENTFRAGMENT(3)

The DOMDocumentFragment class

CLASS SYNOPSIS
DOMDocumentFragment DOMDocumentFragmentextends DOMNode Properties Methods o public bool DOMDocumentFragment::appendXML (string $data) Inherited methods o public DOMNode DOMNode::appendChild (DOMNode $newnode) o public string DOMNode::C14N ([bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public int DOMNode::C14NFile (string $uri, [bool $exclusive], [bool $with_comments], [array $xpath], [array $ns_prefixes]) o public DOMNode DOMNode::cloneNode ([bool $deep]) o public int DOMNode::getLineNo (void ) o public string DOMNode::getNodePath (void ) o public bool DOMNode::hasAttributes (void ) o public bool DOMNode::hasChildNodes (void ) o public DOMNode DOMNode::insertBefore (DOMNode $newnode, [DOMNode $refnode]) o public bool DOMNode::isDefaultNamespace (string $namespaceURI) o public bool DOMNode::isSameNode (DOMNode $node) o public bool DOMNode::isSupported (string $feature, string $version) o public string DOMNode::lookupNamespaceURI (string $prefix) o public string DOMNode::lookupPrefix (string $namespaceURI) o public void DOMNode::normalize (void ) o public DOMNode DOMNode::removeChild (DOMNode $oldnode) o public DOMNode DOMNode::replaceChild (DOMNode $newnode, DOMNode $oldnode) PHP Documentation Group DOMDOCUMENTFRAGMENT(3)
Man Page