package dom

type Namespace struct {
	Prefix string
	Uri    string
}

func ( *Namespace) ( *Element) {
	.SetNamespace(.Prefix, .Uri)
}