xml_error_string
获取 XML 解析器的错误字符串
&reftitle.description;
stringnullxml_error_string
interror_code
获取与指定 error_code 关联的 XML 解析器错误字符串。
&reftitle.parameters;
error_code
由 xml_get_error_code 返回的错误代码。
&reftitle.returnvalues;
返回带有错误 error_code 文本描述的字符串,若没有与之对应的描述,返回 "Unknown",否则返回 &null;。
&reftitle.seealso;
xml_get_error_code