C# 클래스 Kazuki.Net.HttpServer.TemplateEngines.XslTemplateEngine.XslCache.Resolver

상속: System.Xml.XmlResolver
파일 보기 프로젝트 열기: kazuki/httpserver

공개 메소드들

메소드 설명
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