pQuery\DomNode::addXML PHP 메소드

addXML() 공개 메소드

#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