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

Class: Brownie_Element_Paragraph

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

Class Overview

PURE_Class
   |
   --Brownie_Node
      |
      --Brownie_Element
         |
         --Brownie_Element_Paragraph

段落(P)を保持するエレメントの実装です。


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 479]
段落(P)を保持するエレメントの実装です。

段落エレメントはインラインのみ保持することが出来ます。




[ Top ]


Class Methods


constructor __construct [line 493]

Brownie_Element_Paragraph __construct( Brownie_Element $parent)

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



Tags:

access:  public


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

Parameters:

Brownie_Element   $parent   親エレメント

[ Top ]

method isExplicit [line 505]

bool isExplicit( )

明示的に定義された段落か否かを取得します。



Tags:

return:  明示的に定義された段落か否か
access:  public


[ Top ]

method setExplicit [line 515]

void setExplicit( bool $explicit)

明示的に定義された段落か否かを設定します。



Tags:

access:  public


Parameters:

bool   $explicit   明示的に定義された段落か否か

[ Top ]


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