|
XMLReader::isValidIndicates if the parsed document is valid Description
public bool XMLReader::isValid()
Returns a boolean indicating if the document being parsed is currently valid according to the DTD, or an XML or RelaxNG schema.
If there is no schema, and the DTD validation option is not provided, this method will return ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 Validating XML
Notes
See Also
|