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 SourceGetXhtmlDtdStream(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. |