Dom-notation-object

提供:Dev Guides
移動先:案内検索

DOM-表記オブジェクト

この章では、XML DOM _Notationオブジェクト_について学習します。 表記法オブジェクトプロパティは、表記法属性、特定の処理命令、または非XMLデータを持つ要素の形式を認識するスコープを提供します。 NodeオブジェクトのプロパティとメソッドはNotationオブジェクトでも実行できます。これはNodeとも見なされるためです。

このオブジェクトは、_Node_からメソッドとプロパティを継承します。 _nodeName_は表記名です。 親がありません。

属性

次の表は、_Notation_オブジェクトの属性を示しています-

Attribute Type Description
publicID DOMString It gives the name of the public identifier associated with the notation.
systemID DOMString It gives the name of the system identifier associated with the notation.