C# Class EntryPoint.CustomContext, gert

Inheritance: System.Xml.Xsl.XsltContext
Mostra file Open project: mono/gert

Public Methods

Method Description
CompareDocument ( string baseUri, string nextbaseUri ) : int
CustomContext ( ) : System
CustomContext ( NameTable nt, XsltArgumentList args ) : System
PreserveWhitespace ( System node ) : bool
ResolveFunction ( string prefix, string name, System ArgTypes ) : System.Xml.Xsl.IXsltContextFunction
ResolveVariable ( string prefix, string name ) : System.Xml.Xsl.IXsltContextVariable

Method Details

CompareDocument() public method

public CompareDocument ( string baseUri, string nextbaseUri ) : int
baseUri string
nextbaseUri string
return int

CustomContext() public method

public CustomContext ( ) : System
return System

CustomContext() public method

public CustomContext ( NameTable nt, XsltArgumentList args ) : System
nt NameTable
args XsltArgumentList
return System

PreserveWhitespace() public method

public PreserveWhitespace ( System node ) : bool
node System
return bool

ResolveFunction() public method

public ResolveFunction ( string prefix, string name, System ArgTypes ) : System.Xml.Xsl.IXsltContextFunction
prefix string
name string
ArgTypes System
return System.Xml.Xsl.IXsltContextFunction

ResolveVariable() public method

public ResolveVariable ( string prefix, string name ) : System.Xml.Xsl.IXsltContextVariable
prefix string
name string
return System.Xml.Xsl.IXsltContextVariable