C# Class Kazuki.Net.HttpServer.TemplateEngines.XslTemplateEngine.XslCache.Resolver

Inheritance: System.Xml.XmlResolver
Afficher le fichier Open project: kazuki/httpserver

Méthodes publiques

Méthode Description
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
Resolver ( bool html4, string path, bool indent, List files ) : System

Private Methods

Méthode Description
ConvertXHTMLtoHTML ( XmlDocument doc, XmlElement element ) : XmlElement
SetupXSLOutput ( XmlDocument doc, string method, string encoding, string docpublic, string docsystem, bool indent ) : void

Method Details

GetEntity() public méthode

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
Résultat object

Resolver() public méthode

public Resolver ( bool html4, string path, bool indent, List files ) : System
html4 bool
path string
indent bool
files List
Résultat System