Ejemplo n.º 1
0
 public AngularJsHtmlTagDeclaredElement(IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache,
                                        string shortName, IEnumerable <AttributeInfo> ownAttributes, IEnumerable <AttributeInfo> inheritedAttributes)
 {
     ShortName                  = shortName;
     this.psiServices           = psiServices;
     this.declaredElementsCache = declaredElementsCache;
     OwnAttributes              = ownAttributes;
     InheritedAttributes        = inheritedAttributes;
 }
 public AngularJsHtmlTagDeclaredElement(IPsiServices psiServices, HtmlDeclaredElementsCache declaredElementsCache,
     string shortName, IEnumerable<AttributeInfo> ownAttributes, IEnumerable<AttributeInfo> inheritedAttributes)
 {
     ShortName = shortName;
     this.psiServices = psiServices;
     this.declaredElementsCache = declaredElementsCache;
     OwnAttributes = ownAttributes;
     InheritedAttributes = inheritedAttributes;
 }