Пример #1
0
 public AttributeCollection( ElementAdapter element )
 {
   _attributes = element._node.attributes as IHTMLAttributeCollection;
   _attributes2 = element._node.attributes as IHTMLAttributeCollection2;
 }
Пример #2
0
 internal static IHtmlAttribute AsAttribute(object attribute, ElementAdapter element)
 {
     return(new AttributeAdapter(attribute, element));
 }
Пример #3
0
 internal static IHtmlAttribute AsAttribute( object attribute, ElementAdapter element )
 {
   return new AttributeAdapter( attribute, element );
 }