pQuery\DomNode::addXML PHP Method

addXML() public method

#php5
public addXML ( $tag = 'xml', $text = '', $attributes = [], &$offset = null )
    function &addXML($tag = 'xml', $text = '', $attributes = array(), &$offset = null)
    {
        #php5e
        return $this->addChild(new $this->childClass_XML($this, $tag, $text, $attributes), $offset);
    }
DomNode