createElement method
Implementation
Element createElement(String type, [BindingContext? context]) {
Element element = element_registry.createElement(type, context);
element.ownerDocument = this;
return element;
}
Element createElement(String type, [BindingContext? context]) {
Element element = element_registry.createElement(type, context);
element.ownerDocument = this;
return element;
}