XMLReader::getParserProperty

(no version information, might be only in CVS)

XMLReader::getParserProperty --  Indicates if specified property has been set

Descrição

class XMLReader {

bool getParserProperty ( int property )

}

Indicates if specified property has been set.

Parâmetros

property

One of the parser option constants.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.

Veja também

XMLReader::setParserProperty