Node.LookupPrefix
Node.LookupPrefix method
Look up the prefix associated to the given namespace URI, starting from this node. The default namespace declarations are ignored by this method. See Namespace Prefix Lookup for details on the algorithm used by this method.
public string LookupPrefix(string namespaceURI)
Parameter | Type | Description |
---|---|---|
namespaceURI | String | The namespace URI. |
Return Value
Returns prefix
See Also
- class Node
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG