length()
Instance Public methods
Returns the number of attributes the owning Element contains.
1 2 | doc = Document "<a x='1' y='2' foo:x='3'/>" doc.root.attributes.length #-> 3 |
Returns the number of attributes the owning Element contains.
1 2 | doc = Document "<a x='1' y='2' foo:x='3'/>" doc.root.attributes.length #-> 3 |
Designed by : w10schools
service@w10schools.com
Please login to continue.