[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the root element for a given schema given a root element name and namespace.

Namespace: net.esper.events.xml
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function FindRootElement ( _
	schema As XmlSchema, _
	namespace_ As String, _
	elementName As String _
) As XmlSchemaElement
C#
public static XmlSchemaElement FindRootElement (
	XmlSchema schema,
	string namespace_,
	string elementName
)
Visual C++
public:
static XmlSchemaElement^ FindRootElement (
	XmlSchema^ schema, 
	String^ namespace_, 
	String^ elementName
)

Parameters

schema
System.Xml.Schema.XmlSchema
is the schema to interrogate
namespace_
System.String
The namespace_.
elementName
System.String
is the name of the root element

Return Value

declaration of root element