[To be supplied.]
Creates an XmlElement instance in this context.
[Visual Basic] Overloads Public Function CreateElement(String) As XmlElement
[C#] public XmlElement CreateElement(String);
[C++] public: XmlElement* CreateElement(String*);
[JScript] public function CreateElement(String) : XmlElement;
Creates an XmlElement instance in this context.
[Visual Basic] Overloads Public Function CreateElement(String, String) As XmlElement
[C#] public XmlElement CreateElement(String, String);
[C++] public: XmlElement* CreateElement(String*, String*);
[JScript] public function CreateElement(String, String) : XmlElement;
Creates an XmlElement instance in this context.
[Visual Basic] Overloads Public Function CreateElement(XmlIdent) As XmlElement
[C#] public XmlElement CreateElement(XmlIdent);
[C++] public: XmlElement* CreateElement(XmlIdent*);
[JScript] public function CreateElement(XmlIdent) : XmlElement;
XmlContext Class | XmlContext Members | System.Xml Namespace