C# Class JetBrains.ReSharper.Plugins.AngularJS.Psi.Html.AngularJsHtmlTagDeclaredElement

Inheritance: IHtmlTagDeclaredElement, IAngularJsDeclaredElement
Mostra file Open project: JetBrains/resharper-angularjs Class Usage Examples

Public Methods

Method Description
AngularJsHtmlTagDeclaredElement ( IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache, string shortName, IEnumerable ownAttributes, IEnumerable inheritedAttributes ) : System.Collections.Generic
Equals ( object obj ) : bool
GetAllowedAttributes ( IPsiSourceFile sourceFile, bool strict = false ) : IEnumerable
GetDeclarations ( ) : IList
GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
GetElementType ( ) : DeclaredElementType
GetHashCode ( ) : int
GetPsiServices ( ) : IPsiServices
GetSourceFiles ( ) : HybridCollection
GetType ( IHtmlTag treeTag ) : IType
GetXMLDescriptionSummary ( bool inherit ) : XmlNode
GetXMLDoc ( bool inherit ) : XmlNode
HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool

Method Details

AngularJsHtmlTagDeclaredElement() public method

public AngularJsHtmlTagDeclaredElement ( IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache, string shortName, IEnumerable ownAttributes, IEnumerable inheritedAttributes ) : System.Collections.Generic
psiServices IPsiServices
declaredElementsCache HtmlDeclaredElementsCache
shortName string
ownAttributes IEnumerable
inheritedAttributes IEnumerable
return System.Collections.Generic

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetAllowedAttributes() public method

public GetAllowedAttributes ( IPsiSourceFile sourceFile, bool strict = false ) : IEnumerable
sourceFile IPsiSourceFile
strict bool
return IEnumerable

GetDeclarations() public method

public GetDeclarations ( ) : IList
return IList

GetDeclarationsIn() public method

public GetDeclarationsIn ( IPsiSourceFile sourceFile ) : IList
sourceFile IPsiSourceFile
return IList

GetElementType() public method

public GetElementType ( ) : DeclaredElementType
return DeclaredElementType

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetPsiServices() public method

public GetPsiServices ( ) : IPsiServices
return IPsiServices

GetSourceFiles() public method

public GetSourceFiles ( ) : HybridCollection
return HybridCollection

GetType() public method

public GetType ( IHtmlTag treeTag ) : IType
treeTag IHtmlTag
return IType

GetXMLDescriptionSummary() public method

public GetXMLDescriptionSummary ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

GetXMLDoc() public method

public GetXMLDoc ( bool inherit ) : XmlNode
inherit bool
return System.Xml.XmlNode

HasDeclarationsIn() public method

public HasDeclarationsIn ( IPsiSourceFile sourceFile ) : bool
sourceFile IPsiSourceFile
return bool

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool