name() property equal to the base node namechildren() property that is an array of nested objects| Constructor Summary | |
|---|---|
| void | init(elm : jsx3.xml.Entity | Object) |
| Method Summary | |
|---|---|
| String | Returns an attribute of this element. |
| jsx3.amp.XML | Returns a child element of this element whose base name is equal to name. |
| jsx3.$Array<jsx3.amp.XML> | children() Returns this child elements of this element. |
| String | nname() Returns the base name of this element. |
| String | value() Returns the node value of this element. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Constructor Detail |
|---|
| Method Detail |
|---|
name.