pure.fw.brownie
[ class tree: pure.fw.brownie ] [ index: pure.fw.brownie ] [ all elements ]

Class: Brownie_Node

Source Location: /package/pure/fw/brownie/BrownieCommon.inc

Class Overview

PURE_Class
   |
   --Brownie_Node

Brownieライブラリのノードクラスの基底です。


Author(s):

Constants

Methods


Child classes:

Brownie_Data
データの基本クラスです。
Brownie_Element
エレメントの基本クラスです。
Brownie_Phrase
フレーズの基本クラスです。

Class Details

[line 31]
Brownieライブラリのノードクラスの基底です。

Brownieでテキスト解析をする際の解析結果を保持するノードクラスの基底です。 ノードクラスは階層構造を持ったエレメントを管理するBrownie_Elementクラスと、データを保持するBrownie_Dataに派生します。




Tags:

abstract:  


[ Top ]


Class Methods


constructor __construct [line 45]

Brownie_Node __construct( )

標準のコンストラクタです。



Tags:

access:  public


Overridden in child classes as:

Brownie_Data::__construct()
標準のコンストラクタです。
Brownie_Text::__construct()
標準のコンストラクタです。
Brownie_Element::__construct()
標準のコンストラクタです。
Brownie_Element_Root::__construct()
標準のコンストラクタです。
Brownie_Element_Anonymous::__construct()
標準のコンストラクタです。
Brownie_Element_Blank::__construct()
標準のコンストラクタです。
Brownie_Element_Division::__construct()
標準のコンストラクタです。
Brownie_Element_Heading::__construct()
標準のコンストラクタです。
Brownie_Element_Paragraph::__construct()
標準のコンストラクタです。
Brownie_Element_OrderedList::__construct()
標準のコンストラクタです。
Brownie_Element_UnorderedList::__construct()
標準のコンストラクタです。
Brownie_Element_DefineList::__construct()
標準のコンストラクタです。
Brownie_Element_BlockQuot::__construct()
標準のコンストラクタです。
Brownie_Element_HorizontalRule::__construct()
標準のコンストラクタです。
Brownie_Phrase::__construct()
標準のコンストラクタです。
Brownie_Phrase_Root::__construct()
標準のコンストラクタです。
Brownie_Phrase_Context::__construct()
標準のコンストラクタです。
Brownie_Phrase_Text::__construct()
標準のコンストラクタです。
Brownie_Phrase_Break::__construct()
標準のコンストラクタです。
Brownie_Phrase_Emphasis::__construct()
標準のコンストラクタです。
Brownie_Phrase_Strong::__construct()
標準のコンストラクタです。
Brownie_Phrase_Delete::__construct()
標準のコンストラクタです。
Brownie_Phrase_Insert::__construct()
標準のコンストラクタです。
Brownie_Phrase_Anchor::__construct()
標準のコンストラクタです。
Brownie_Phrase_Image::__construct()
標準のコンストラクタです。
Brownie_Phrase_Span::__construct()
標準のコンストラクタです。

[ Top ]

method getType [line 55]

int getType( )

エレメントのタイプを取得します。



Tags:

return:  エレメントのタイ
access:  public


[ Top ]

method setType [line 65]

void setType( int $type)

エレメントのタイプを設定します。



Tags:

access:  protected


Parameters:

int   $type   エレメントのタイ

[ Top ]


Class Constants

TYPE_UNKNOWN =  0

[line 33]


[ Top ]



Documentation generated on Sun, 06 Jan 2008 01:33:01 +0900 by phpDocumentor 1.3.2