Horde_Xml_Wbxml_Decoder::getCurrentURI PHP Method

getCurrentURI() public method

public getCurrentURI ( )
    public function getCurrentURI()
    {
        $uri = $this->_isAttribute ? $this->_tagDTD->getURI() : $this->_attributeDTD->getURI();
        return str_replace(array('syncml:metinf1.0', 'syncml:metinf1.1', 'syncml:metinf1.2', 'syncml:devinf1.0', 'syncml:devinf1.1', 'syncml:devinf1.2'), array('syncml:metinf', 'syncml:metinf', 'syncml:metinf', 'syncml:devinf', 'syncml:devinf', 'syncml:devinf'), $uri);
    }