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