Horde_SyncMl_ContentHandler::_endElement PHP Method

_endElement() protected method

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