XMLReader->lookupNamespace()

(no version information, might be only in CVS)

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

說明

class XMLReader {

bool lookupNamespace ( string prefix )

}

Lookup in scope namespace for a given prefix.

參數

prefix

String containing the prefix.

返回值

若果成功則返回 TRUE,失敗則返回 FALSE