class Phlex::SGML

def __final_attributes__(**attributes)

Other tags:
    Api: - private
def __final_attributes__(**attributes)
	if respond_to?(:process_attributes)
		attributes = process_attributes(**attributes)
	end
	buffer = +""
	__build_attributes__(attributes, buffer: buffer)
	buffer
end