Class SgmlDtd
Inheritance
System.Object
SgmlDtd
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sgml
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
Constructors
Declaration
public SgmlDtd(string name, XmlNameTable nt)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Xml.XmlNameTable |
nt |
|
Fields
Name
Declaration
public readonly string Name
Field Value
Type |
Description |
System.String |
|
Properties
Declaration
public XmlNameTable NameTable { get; }
Property Value
Type |
Description |
System.Xml.XmlNameTable |
|
Methods
FindElement(String)
Declaration
public ElementDecl FindElement(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
FindEntity(String)
Declaration
public Entity FindEntity(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetEntitiesLiteralNameLookup()
Declaration
public Hashtable GetEntitiesLiteralNameLookup()
Returns
Type |
Description |
System.Collections.Hashtable |
|
Parse(Uri, String, String, TextReader, String, String, XmlNameTable)
Declaration
public static SgmlDtd Parse(Uri baseUri, string name, string pubid, TextReader input, string subset, string proxy, XmlNameTable nt)
Parameters
Type |
Name |
Description |
System.Uri |
baseUri |
|
System.String |
name |
|
System.String |
pubid |
|
System.IO.TextReader |
input |
|
System.String |
subset |
|
System.String |
proxy |
|
System.Xml.XmlNameTable |
nt |
|
Returns
Declaration
public static SgmlDtd Parse(Uri baseUri, string name, string pubid, string url, string subset, string proxy, XmlNameTable nt)
Parameters
Type |
Name |
Description |
System.Uri |
baseUri |
|
System.String |
name |
|
System.String |
pubid |
|
System.String |
url |
|
System.String |
subset |
|
System.String |
proxy |
|
System.Xml.XmlNameTable |
nt |
|
Returns
Extension Methods