CreateElement Method
CreateElement(String, String, String)
Creates a PositionXmlElement.
Declaration
public override XmlElement CreateElement(string prefix, string localName, string namespaceURI)
Parameters
Type | Name | Description |
---|---|---|
System.String | prefix | |
System.String | localName | |
System.String | namespaceURI |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |
Overrides
System.Xml.XmlDocument.CreateElement(System.String, System.String, System.String)