Method GetDeclaredPrefixes
GetDeclaredPrefixes()
Return an enumeration of all prefixes declared in this context.
The empty (default) prefix will be included in this enumeration; note that this behaviour differs from that of GetPrefix(String) and GetPrefixes().
Declaration
public IEnumerable GetDeclaredPrefixes()
Returns
Type | Description |
---|---|
IEnumerable | An enumeration of all prefixes declared in this context. |