C# Class MonoDevelop.AspNet.Gui.BaseHtmlEditorExtension

Inheritance: MonoDevelop.XmlEditor.Gui.BaseXmlEditorExtension
显示文件 Open project: LogosBible/monodevelop

Public Methods

Method Description
Initialize ( ) : void

Protected Methods

Method Description
AddHtmlAttributeCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName tagName, string>.Dictionary existingAtts ) : void
AddHtmlAttributeValueCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName tagName, XName attributeName ) : void
AddHtmlTagCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName parentName ) : void
CreateRootState ( ) : MonoDevelop.Xml.StateEngine.RootState
GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts ) : CompletionDataList
GetAttributeValueCompletions ( IAttributedXObject ob, XAttribute att ) : CompletionDataList
GetDocTypeCompletions ( ) : CompletionDataList
GetElementCompletions ( CompletionDataList list ) : void
OnDocTypeChanged ( ) : void

Method Details

AddHtmlAttributeCompletionData() protected method

protected AddHtmlAttributeCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName tagName, string>.Dictionary existingAtts ) : void
list CompletionDataList
schema MonoDevelop.Html.HtmlSchema
tagName XName
existingAtts string>.Dictionary
return void

AddHtmlAttributeValueCompletionData() protected method

protected AddHtmlAttributeValueCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName tagName, XName attributeName ) : void
list CompletionDataList
schema MonoDevelop.Html.HtmlSchema
tagName XName
attributeName XName
return void

AddHtmlTagCompletionData() protected static method

protected static AddHtmlTagCompletionData ( CompletionDataList list, MonoDevelop.Html.HtmlSchema schema, XName parentName ) : void
list CompletionDataList
schema MonoDevelop.Html.HtmlSchema
parentName XName
return void

CreateRootState() protected method

protected CreateRootState ( ) : MonoDevelop.Xml.StateEngine.RootState
return MonoDevelop.Xml.StateEngine.RootState

GetAttributeCompletions() protected method

protected GetAttributeCompletions ( IAttributedXObject attributedOb, string>.Dictionary existingAtts ) : CompletionDataList
attributedOb IAttributedXObject
existingAtts string>.Dictionary
return CompletionDataList

GetAttributeValueCompletions() protected method

protected GetAttributeValueCompletions ( IAttributedXObject ob, XAttribute att ) : CompletionDataList
ob IAttributedXObject
att XAttribute
return CompletionDataList

GetDocTypeCompletions() protected method

protected GetDocTypeCompletions ( ) : CompletionDataList
return CompletionDataList

GetElementCompletions() protected method

protected GetElementCompletions ( CompletionDataList list ) : void
list CompletionDataList
return void

Initialize() public method

public Initialize ( ) : void
return void

OnDocTypeChanged() protected method

protected OnDocTypeChanged ( ) : void
return void