- qName
- The XML qualified name to be processed.
- parts
- An array supplied by the caller, capable of holding at least three members.
- isAttribute
- A flag indicating whether this is an attribute name (true) or an element name (false).
Documentation for this section has not yet been entered.
Process a raw XML qualified name, after all declarations in the current context have been handled by NamespaceSupport.DeclarePrefix(string, System.String).
This method processes a raw XML qualified name in the current context by removing the prefix and looking it up among the prefixes currently declared. The return value will be the array supplied by the caller, filled in as follows:
All of the strings in the array will be internalized. If the raw name has a prefix that has not been declared, then the return value will be null.
Note that attribute names are processed differently than element names: an unprefixed element name will receive the default Namespace (if any), while an unprefixed attribute name will not.