C# Класс Kazuki.Net.HttpServer.TemplateEngines.XslTemplateEngine.XslCache.Resolver

Наследование: System.Xml.XmlResolver
Показать файл Открыть проект

Открытые методы

Метод Описание
GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
Resolver ( bool html4, string path, bool indent, List files ) : System

Приватные методы

Метод Описание
ConvertXHTMLtoHTML ( XmlDocument doc, XmlElement element ) : XmlElement
SetupXSLOutput ( XmlDocument doc, string method, string encoding, string docpublic, string docsystem, bool indent ) : void

Описание методов

GetEntity() публичный Метод

public GetEntity ( Uri absoluteUri, string role, Type ofObjectToReturn ) : object
absoluteUri System.Uri
role string
ofObjectToReturn System.Type
Результат object

Resolver() публичный Метод

public Resolver ( bool html4, string path, bool indent, List files ) : System
html4 bool
path string
indent bool
files List
Результат System