You are here

public function QueryPath::writeXHTML in QueryPath 7.3

Same name and namespace in other branches
  1. 6 QueryPath/QueryPath.php \QueryPath::writeXHTML()
  2. 7.2 QueryPath/QueryPath.php \QueryPath::writeXHTML()

File

QueryPath/QueryPath.php, line 1413

Class

QueryPath

Code

public function writeXHTML($path = NULL) {
  return $this
    ->writeXML($path, LIBXML_NOEMPTYTAG);
}