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

Return the xPath corresponding to the given property. The propertyName String may be simple, nested, indexed or mapped.

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

Syntax

Visual Basic (Declaration)
Public Shared Function Parse ( _
	propertyName As String, _
	rootElementName As String, _
	namespace_ As String, _
	xsModel As XmlSchema _
) As TypedEventPropertyGetter
C#
public static TypedEventPropertyGetter Parse (
	string propertyName,
	string rootElementName,
	string namespace_,
	XmlSchema xsModel
)
Visual C++
public:
static TypedEventPropertyGetter^ Parse (
	String^ propertyName, 
	String^ rootElementName, 
	String^ namespace_, 
	XmlSchema^ xsModel
)

Parameters

propertyName
System.String
is the event property name
rootElementName
System.String
is the name of the root element
namespace_
System.String
The namespace.
xsModel
System.Xml.Schema.XmlSchema
is the schema model

Return Value

xpath expression