XMLReader->lookupNamespace()

(no version information, might be only in CVS)

XMLReader->lookupNamespace() -- Lookup namespace for a prefix

Descrição

class XMLReader {

bool lookupNamespace ( string prefix )

}

Lookup in scope namespace for a given prefix.

Parâmetros

prefix

String containing the prefix.

Valores de retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.