Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXsltContextFunction.cs
Go to the documentation of this file.
1
using
System.Xml.XPath
;
2
3
namespace
System.Xml.Xsl
;
4
5
public
interface
IXsltContextFunction
6
{
7
int
Minargs
{
get
; }
8
9
int
Maxargs
{
get
; }
10
11
XPathResultType
ReturnType
{
get
; }
12
13
XPathResultType
[]
ArgTypes
{
get
; }
14
15
object
Invoke
(
XsltContext
xsltContext,
object
[]
args
,
XPathNavigator
docContext
);
16
}
System.Xml.XPath.XPathNavigator
Definition
XPathNavigator.cs:15
System.Xml.Xsl.XsltContext
Definition
XsltContext.cs:6
System.Xml.Xsl.IXsltContextFunction.Minargs
int Minargs
Definition
IXsltContextFunction.cs:7
System.Xml.Xsl.IXsltContextFunction.ReturnType
XPathResultType ReturnType
Definition
IXsltContextFunction.cs:11
System.Xml.Xsl.IXsltContextFunction.ArgTypes
XPathResultType[] ArgTypes
Definition
IXsltContextFunction.cs:13
System.Xml.Xsl.IXsltContextFunction.Invoke
object Invoke(XsltContext xsltContext, object[] args, XPathNavigator docContext)
System.Xml.Xsl.IXsltContextFunction.Maxargs
int Maxargs
Definition
IXsltContextFunction.cs:9
System.Xml.Xsl.IXsltContextFunction
Definition
IXsltContextFunction.cs:6
System.Xml.XPath.XPathResultType
XPathResultType
Definition
XPathResultType.cs:4
System.Xml.XPath
Definition
Extensions.cs:5
System.Xml.Xsl
Definition
BranchingContext.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
source
System.Private.Xml
System.Xml.Xsl
IXsltContextFunction.cs
Generated by
1.10.0