テンプレート要素
| C# | Visual Basic | Visual C++ |
public abstract class Element
Public MustInherit Class Element
public ref class Element abstract
| すべてのメンバ | コンストラクタ | メソッド | フィールド | ||
| メンバ | 説明 | |
|---|---|---|
| Element()()() |
構築
| |
| Element(TagParser) |
構築(実行中のタグパーサーを受け取る)
| |
| attributes |
この要素の属性
| |
| dump(Int32) |
ダンプ
| |
| getAttribute(String) |
属性取得
| |
| getText(Dictionary<(Of <(String, Object>)>)) |
この要素のテキスト取得
| |
| indent(Int32) |
ダンプ用インデント
| |
| isTagStart(String, Int32) |
タグの開始かどうか
| |
| nextCharIs(String, Int32, String) |
次の文字(列)が見つけるべきタグかどうか
| |
| parse(String, Int32) |
この要素の展開
| |
| tagName |
タグ名
|