Method CreateElement
- Namespace
- SharpVectors.Dom
- Assembly
- SharpVectors.Dom.dll
CreateElement(string, string, string)
Creates an element with the specified Prefix, LocalName, and NamespaceURI.
public override XmlElement CreateElement(string prefix, string localName, string namespaceURI)
Parameters
prefixstringThe prefix of the new element (if any). String.Empty and null are equivalent.
localNamestringThe local name of the new element.
namespaceURIstringThe namespace URI of the new element (if any). String.Empty and null are equivalent.
Returns
- XmlElement
The new XmlElement.