webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::CustomElementConstructionData Struct Reference

#include <HTMLTreeBuilder.h>

Public Member Functions

 CustomElementConstructionData (Ref< JSCustomElementInterface > &&, const AtomicString &name, Vector< Attribute > &&)
 
 ~CustomElementConstructionData ()
 

Public Attributes

Ref< JSCustomElementInterfaceelementInterface
 
AtomicString name
 
Vector< Attributeattributes
 

Constructor & Destructor Documentation

◆ CustomElementConstructionData()

WebCore::CustomElementConstructionData::CustomElementConstructionData ( Ref< JSCustomElementInterface > &&  customElementInterface,
const AtomicString name,
Vector< Attribute > &&  attributes 
)

◆ ~CustomElementConstructionData()

WebCore::CustomElementConstructionData::~CustomElementConstructionData ( )

Member Data Documentation

◆ attributes

Vector<Attribute> WebCore::CustomElementConstructionData::attributes

◆ elementInterface

Ref<JSCustomElementInterface> WebCore::CustomElementConstructionData::elementInterface

◆ name

AtomicString WebCore::CustomElementConstructionData::name

The documentation for this struct was generated from the following files: