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

Inheritance: System.Xml.XmlResolver
Mostrar archivo Open project: kazuki/httpserver

Public Methods

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

Private Methods

Method 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 method

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
return object

Resolver() public method

public Resolver ( bool html4, string path, bool indent, List files ) : System
html4 bool
path string
indent bool
files List
return System