Return the number of attributes in the list.

Property definitions

sax $ Attributes :: length
	# Return the number of attributes in the list.
	fun length: Int is abstract
lib/sax/attributes.nit:50,2--51,28

sax $ AttributesImpl :: length
	redef var length = 0
lib/sax/helpers/attributes_impl.nit:34,2--21