XMLReader::isValid

(no version information, might be only in CVS)

XMLReader::isValid -- パースしているドキュメントの妥当性を示す

説明

class XMLReader {

bool isValid ( void )

}

パースしているドキュメントが妥当なものであるかどうかを論理型で返します。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考

XMLReader::setParserProperty
XMLReader::setRelaxNGSchema
XMLReader::setRelaxNGSchemaSource