FluentDOM
[ class tree: FluentDOM ] [ index: FluentDOM ] [ all elements ]

Class: FluentDOMHandler

Source Location: /FluentDOM/Handler.php

Class Overview


FluentDOMHandler provides dom manipulation functions


Methods



Class Details

[line 17]
FluentDOMHandler provides dom manipulation functions



[ Top ]


Class Methods


static method appendChildren [line 62]

static void appendChildren( DOMNode $targetNode, array|DOMNodeList|FluentDOM $contentNodes)

Append nodes into target.



Tags:

access:  public


Parameters:

DOMNode   $targetNode  
array|DOMNodeList|FluentDOM   $contentNodes  

[ Top ]

static method insertChildrenBefore [line 81]

static void insertChildrenBefore( DOMNode $targetNode, array|DOMNodeList|FluentDOM $contentNodes)

Insert nodes into target as first childs.



Tags:

access:  public


Parameters:

DOMNode   $targetNode  
array|DOMNodeList|FluentDOM   $contentNodes  

[ Top ]

static method insertNodesAfter [line 24]

static void insertNodesAfter( DOMNode $targetNode, array|DOMNodeList|FluentDOM $contentNodes)

Insert nodes after the target node.



Tags:

access:  public


Parameters:

DOMNode   $targetNode  
array|DOMNodeList|FluentDOM   $contentNodes  

[ Top ]

static method insertNodesBefore [line 43]

static void insertNodesBefore( DOMNode $targetNode, array|DOMNodeList|FluentDOM $contentNodes)

Insert nodes before the target node.



Tags:

access:  public


Parameters:

DOMNode   $targetNode  
array|DOMNodeList|FluentDOM   $contentNodes  

[ Top ]


Documentation generated on Tue, 07 Sep 2010 01:00:54 +0200 by phpDocumentor 1.4.3