ZPT-Sharp  v1.0.0
Zope Page Templates for .NET
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
CSF.Zpt.XmlUrlResolverFactory Class Reference

Default implementation of IXmlUrlResolverFactory. More...

Inheritance diagram for CSF.Zpt.XmlUrlResolverFactory:
Collaboration diagram for CSF.Zpt.XmlUrlResolverFactory:

Public Member Functions

XmlUrlResolver GetResolver ()
 Gets the XML URL resolver. More...
 

Detailed Description

Default implementation of IXmlUrlResolverFactory.

Member Function Documentation

XmlUrlResolver CSF.Zpt.XmlUrlResolverFactory.GetResolver ( )
inline

Gets the XML URL resolver.

This implementation returns a singleton of a LocalXhtmlXmlResolver. This type contains the common XHTML DTDs and entity definitions, baked into the assembly. This means that for those document-types, no HTTP request is required for doctype validation.

Returns
The resolver.

Implements CSF.Zpt.IXmlUrlResolverFactory.


The documentation for this class was generated from the following file: