Class ContainerElement
内部に子ノードを含めることができる要素です.
子ノードが存在しない場合は "
HTML の SCRIPT 要素などはこのクラスを使って表現します.
- Peach\Markup\Element implements Peach\Markup\Node
- Peach\Markup\ContainerElement implements Peach\Markup\Container
public
|
|
public
|
|
public
array
|
|
public
|
#
accept(
指定された Context にこのノードを処理させます. Context::handleContainerElement() を呼び出します. |
public
integer
|
getAppendee(),
getAttribute(),
getAttributes(),
getName(),
hasAttribute(),
removeAttribute(),
setAttribute(),
setAttributes()
|