[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
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 _ ) As XPathExpression |
C# |
---|
public static XPathExpression Parse ( string propertyName, string rootElementName ) |
Visual C++ |
---|
public: static XPathExpression^ Parse ( String^ propertyName, String^ rootElementName ) |
Parameters
- propertyName
- System.String
is the property name to parse
- rootElementName
- System.String
is the name of the root element for generating the XPath expression