Attribute.namespace

This tag's namespace. Empty string if no namespace.

Note that setting this value is O(n) because internal lookup structures need to be updated.

Note also, that setting this may change where this tag is ordered among its parent's list of tags.

  1. string namespace [@property getter]
  2. string namespace [@property setter]
    class Attribute
    @property
    void
    namespace
    (
    string value
    )

Meta