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

Class: Brownie_Element_DefineList

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

Class Overview

PURE_Class
   |
   --Brownie_Node
      |
      --Brownie_Element
         |
         --Brownie_Element_DefineList

定義リスト(DL)の項目(DT)と内容(DD)を保持するエレメントの実装です。


Implements interfaces:

Methods


Inherited Constants

Inherited Methods

Class: Brownie_Element

Brownie_Element::__construct()
標準のコンストラクタです。
Brownie_Element::addContain()
エレメントに保有するエレメントを追加します。
Brownie_Element::addText()
エレメントにテキストを追加します。
Brownie_Element::canCompact()
コンパクト整形可能か否かを判定して返します。
Brownie_Element::getContain()
エレメントか保有している指定のインデックスのエレメント、データを取得します。
Brownie_Element::getContainCount()
エレメントか保有しているエレメント、データの個数を取得します。
Brownie_Element::getDepth()
エレメントの深さレベルを取得します。
Brownie_Element::getInnerText()
エレメントに直接保持されているテキスト要素を全て取得し、Brownie_Textオブジェクトに格納して返します。
Brownie_Element::getParent()
親エレメントを取得します。
Brownie_Element::setDepth()
エレメントの深さレベルを設定します。

Class: Brownie_Node

Brownie_Node::__construct()
標準のコンストラクタです。
Brownie_Node::getType()
エレメントのタイプを取得します。
Brownie_Node::setType()
エレメントのタイプを設定します。

Class Details

[line 570]
定義リスト(DL)の項目(DT)と内容(DD)を保持するエレメントの実装です。

定義リストエレメントはインライン、エレメント共に保持することが出来ます。




[ Top ]


Class Methods


constructor __construct [line 584]

Brownie_Element_DefineList __construct( Brownie_Element $parent)

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



Tags:

access:  public


Overrides Brownie_Element::__construct() (標準のコンストラクタです。)

Parameters:

Brownie_Element   $parent   親エレメント

[ Top ]

method getTerm [line 595]

string getTerm( )

項目(DT)要素を取得します。



Tags:

return:  項目(DT)要素
access:  public


[ Top ]

method setTerm [line 605]

void setTerm( string $term)

項目(DT)要素を設定します。



Tags:

access:  public


Parameters:

string   $term   項目(DT)要素

[ Top ]


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