Ejemplo n.º 1
0
 /**
  * Convert a URI to a QName using registered namespace prefixes
  * @param string $uri the URI to convert
  * @return string the QName corresponding to the URI if a suitable prefix exists, null otherwise
  */
 public function uri_to_qname($uri)
 {
     return $this->_labeller->uri_to_qname($uri);
 }