Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal document As net.sf.saxon.s9api.XdmNode, _
ByVal xPath As net.sf.saxon.s9api.XPathCompiler _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim document As net.sf.saxon.s9api.XdmNode
Dim xPath As net.sf.saxon.s9api.XPathCompiler
Dim instance As New SaxonQueryHelperDotNet(document, xPath) |
| C# | |
|---|
public SaxonQueryHelperDotNet(
net.sf.saxon.s9api.XdmNode document,
net.sf.saxon.s9api.XPathCompiler xPath
) |
| Managed Extensions for C++ | |
|---|
public: SaxonQueryHelperDotNet(
net.sf.saxon.s9api.XdmNode* document,
net.sf.saxon.s9api.XPathCompiler* xPath
) |
| C++/CLI | |
|---|
public:
SaxonQueryHelperDotNet(
net.sf.saxon.s9api.XdmNode^ document,
net.sf.saxon.s9api.XPathCompiler^ xPath
) |
Parameters
- document
- xPath
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also