|
Dom\ProcessingInstruction クラスはじめにこのクラスは、processing instruction (PI) ノードを表します。 特別なアプリケーションの処理向けのデータエリアであることを示します。 このクラスは、DOMProcessingInstruction と同等ですが、 モダンかつ仕様に準拠しています。 クラス概要
Dom\ProcessingInstruction
extends
Dom\CharacterData
/* 継承した定数 */
public
const
int
Dom\Node::DOCUMENT_POSITION_DISCONNECTED = 0x1;
public
const
int
Dom\Node::DOCUMENT_POSITION_PRECEDING = 0x2;
public
const
int
Dom\Node::DOCUMENT_POSITION_FOLLOWING = 0x4;
public
const
int
Dom\Node::DOCUMENT_POSITION_CONTAINS = 0x8;
public
const
int
Dom\Node::DOCUMENT_POSITION_CONTAINED_BY = 0x10;
public
const
int
Dom\Node::DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20;
/* プロパティ */
public
readonly
string
$target;
/* 継承したプロパティ */
public
readonly
Dom\Elementnull
$previousElementSibling;
public
readonly
Dom\Elementnull
$nextElementSibling;
public
string
$data;
public
readonly
int
$length;
public
readonly
int
$nodeType;
public
readonly
string
$nodeName;
public
readonly
string
$baseURI;
public
readonly
bool
$isConnected;
public
readonly
Dom\Documentnull
$ownerDocument;
public
readonly
Dom\Nodenull
$parentNode;
public
readonly
Dom\Elementnull
$parentElement;
public
readonly
Dom\NodeList
$childNodes;
public
readonly
Dom\Nodenull
$firstChild;
public
readonly
Dom\Nodenull
$lastChild;
public
readonly
Dom\Nodenull
$previousSibling;
public
readonly
Dom\Nodenull
$nextSibling;
public
stringnull
$nodeValue;
public
stringnull
$textContent;
/* 継承したメソッド */
public void after(Dom\Nodestring
...$nodes )public void appendData(string
$data )public void before(Dom\Nodestring
...$nodes )public void deleteData(int
$offset , int $count )public void insertData(int
$offset , string $data )public void remove()
public void replaceData(int
$offset , int $count , string $data )public void replaceWith(Dom\Nodestring
...$nodes )public string substringData(int
$offset , int $count )/* Not documented yet */
プロパティ
|