[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)
Returns the XPathConstants type for a given Xerces type definition.
Namespace: net.esper.events.xml
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function SimpleTypeToQName ( _ definition As XmlSchemaSimpleType _ ) As XmlQualifiedName |
C# |
---|
public static XmlQualifiedName SimpleTypeToQName ( XmlSchemaSimpleType definition ) |
Visual C++ |
---|
public: static XmlQualifiedName^ SimpleTypeToQName ( XmlSchemaSimpleType^ definition ) |
Parameters
- definition
- System.Xml.Schema.XmlSchemaSimpleType
The definition.