|
MIOLO25
|
Membros públicos | |
| __construct (DomDocument $dom) | |
| get_dom () | |
| get_root () | |
| get_frame ($id) | |
| get_frames () | |
| build_tree () | |
Membros protegidos | |
| _build_tree_r (DomNode $node) | |
Atributos Protegidos | |
| $_dom | |
| $_root | |
| $_registry | |
Atributos Protegidos Estáticos | |
| static | $_HIDDEN_TAGS |
| __construct | ( | DomDocument | $dom | ) |
Class constructor
| DomDocument | $dom | the main DomDocument object representing the current html document |
|
protected |
Recursively adds Frame objects to the tree
Recursively build a tree of Frame objects based on a dom tree. No layout information is calculated at this time, although the tree may be adjusted (i.e. nodes and frames for generated content and images may be created).
| DomNode | $node | the current DomNode being considered |
| build_tree | ( | ) |
Builds the tree
| get_dom | ( | ) |
Returns the DomDocument object representing the curent html document
| get_frame | ( | $id | ) |
| get_frames | ( | ) |
Returns a post-order iterator for all frames in the tree
| get_root | ( | ) |
Returns the root frame of the tree
|
protected |
|
staticprotected |
|
protected |
|
protected |