DOMDocument->relaxNGValidateSource()

DOMDocument->relaxNGValidateSource() --  Performs relaxNG validation on the document

Popis

class DOMDocument {

bool relaxNGValidateSource ( string source )

}

Performs relaxNG validation on the document based on the given RNG source.

Seznam parametrů

source

A string containing the RNG schema.

Návratové hodnoty

Vrací TRUE při úspěchu, FALSE při selhání.

Viz také

DOMDocument->relaxNGValidate()
DOMDocument->schemaValidate()
DOMDocument->schemaValidateSource()
DOMDocument->validate()