Horde_SyncMl_ContentHandler::_startElement PHP Method

_startElement() protected method

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);
    }