XdmModule.LookupFunction MethodXdmModule.LookupFunction MethodXdmModule::LookupFunction Method
- XmlPrime 2.6
- Other Versions ▼
Looks up a function with the specified name and arity.
Syntax
Public Overridable Function LookupFunction( _ name As System.Xml.XmlQualifiedName, _ arity As Integer _ ) As XPathFunctionItem
public virtual XPathFunctionItem LookupFunction( System.Xml.XmlQualifiedName name, int arity )
public: virtual XPathFunctionItem^ LookupFunction( System.Xml::XmlQualifiedName^ name, int arity )
Parameters
- name
Type: System.Xml.XmlQualifiedNameSystem.Xml.XmlQualifiedNameSystem.Xml::XmlQualifiedName^
The qualified name of the function.
- arity
Type: System.Int32System.Int32System::Int32
The function arity.
Return Value
Type: XmlPrime.XPathFunctionItemXmlPrime.XPathFunctionItemXmlPrime::XPathFunctionItem^
A new function item.