Show / Hide Table of Contents

Interface IGetsXhtmlDtds

An object which can get an XHTML DTD based on an absolute Uri.

Namespace: ZptSharp.Dom
Assembly: ZptSharp.Xml.dll
Syntax
public interface IGetsXhtmlDtds

Methods

| Improve this Doc View Source

GetXhtmlDtdStream(Uri)

Gets a stream containing the XHTML DTD, for the specified Uri.

Declaration
Stream GetXhtmlDtdStream(Uri uri)
Parameters
Type Name Description
System.Uri uri

URI.

Returns
Type Description
System.IO.Stream

The XHTML DTD stream.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX