Horde_SyncMl_ContentHandler::_startElement PHP Méthode

_startElement() protected méthode

Callback public function called by XML parser.
protected _startElement ( $parser, $tag, $attributes )
    protected function _startElement($parser, $tag, $attributes)
    {
        list($uri, $name) = $this->_splitURI($tag);
        $this->startElement($uri, $name, $attributes);
    }