PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Creates an element.

Namespace: Smartsite.Core
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
 CreateElement(
	 engine,
	 parent,
	string namespaceUri,
	string localName,
	 attributes
)
Visual Basic (Declaration)Copy imageCopy Code
Function CreateElement ( _
	engine As , _
	parent As , _
	namespaceUri As , _
	localName As , _
	attributes As  _
) As 

Parameters

engine
XmlEngine
The Xml Engine.
parent
IXmlElement
The parent element of the element to be created.
namespaceUri
String
The namespace URI.
localName
String
Local name of the element in the given namespace.
attributes
XmlReaderAttributeList
The XML attributes.

Return Value

See Also

IXmlEngineHost Interface
Smartsite.Core Namespace
Advanced