#include <xml/dom/xmlengnamespaceresolver.h>
class MXmlEngNamespaceResolver |
Public Member Functions | |
---|---|
pure virtual TPtrC8 | LookupNamespaceUriL(const TDesC8 &) |
pure virtual TPtrC8 | LookupPrefixL(const TDesC8 &) |
Provides an interface to query the namespace context of a DOM object.
See also: TXmlEngXPathEvaluator RXmlEngXPathExpression
Searches for the namespace URI that is bound to the given prefix.
Any system wide error code
Parameter | Description |
---|---|
aPrefix | The namespace prefix to search for |
Returns: The sought URI or an empty string if the prefix is not bound
Searches for the prefix that is bound to the given aNamespaceUri and applicable in the scope of this object.
Any system wide error code
Parameter | Description |
---|---|
aNamespaceUri | Namespace URI to search for |
Returns: The sought prefix or an empty string if not found or if aNamespaceUri is the default namespace