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。