createElementNS method
Implementation
Element createElementNS(String uri, String type, BindingContext context) {
Element element = element_registry.createElementNS(uri, type, context);
return element;
}
Element createElementNS(String uri, String type, BindingContext context) {
Element element = element_registry.createElementNS(uri, type, context);
return element;
}