Class ElementDecl
Inheritance
System.Object
ElementDecl
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
ElementDecl(String, Boolean, Boolean, ContentModel, String[], String[])
Declaration
public ElementDecl(string name, bool sto, bool eto, ContentModel cm, string[] inclusions, string[] exclusions)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
sto |
|
System.Boolean |
eto |
|
ContentModel |
cm |
|
System.String[] |
inclusions |
|
System.String[] |
exclusions |
|
Fields
AttList
Declaration
Field Value
ContentModel
Declaration
public ContentModel ContentModel
Field Value
EndTagOptional
Declaration
public bool EndTagOptional
Field Value
Type |
Description |
System.Boolean |
|
Exclusions
Declaration
public string[] Exclusions
Field Value
Type |
Description |
System.String[] |
|
Inclusions
Declaration
public string[] Inclusions
Field Value
Type |
Description |
System.String[] |
|
Name
Declaration
Field Value
Type |
Description |
System.String |
|
StartTagOptional
Declaration
public bool StartTagOptional
Field Value
Type |
Description |
System.Boolean |
|
Methods
AddAttDefs(AttList)
Declaration
public void AddAttDefs(AttList list)
Parameters
CanContain(String, SgmlDtd)
Declaration
public bool CanContain(string name, SgmlDtd dtd)
Parameters
Type |
Name |
Description |
System.String |
name |
|
SgmlDtd |
dtd |
|
Returns
Type |
Description |
System.Boolean |
|
FindAttribute(String)
Declaration
public AttDef FindAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Extension Methods