xmlns method

Math xmlns(
  1. String ns
)

Implementation

Math xmlns(String ns) {
  attr('xmlns', StringAttribute(ns));
  return this;
}