The DOMCharacterData class
Introduction
Represents nodes with character data. No nodes directly correspond to
this class, but other nodes do inherit from it.
Class synopsis
DOMCharacterData
class DOMCharacterData
extends
DOMNode
{
void replaceData
( int $offset
, int $count
, string $data
)
}
Properties
-
data
-
The contents of the node.
-
length
-
The length of the contents.
Table of Contents
add a note
User Contributed Notes
The DOMCharacterData class
There are no user contributed notes for this page.
|
|