| Method Summary | |
|---|---|
| jsx3.$Array<jsx3.amp.XML> | getData() Returns the list of XML elements declared in the body of the extension declaration. |
| jsx3.amp.Engine | Returns the engine owning the plug-in owning this extension. |
| String | getId() Returns the full ID of this extension, which is unique among all extensions in the AMP engine. |
| String | Returns the local ID of this extension, which is defined by the id attribute of the XML
extension declaration. |
| String | getName() Returns the name of this extension, which is defined by the name attribute of the XML
extension declaration. |
| jsx3.amp.PlugIn | Returns the plug-in declaring this extension. |
| jsx3.amp.ExtPoint | getPoint() Returns the extension point to which this extension is registered. |
| String | Returns the ID of the extension point this this extension extends. |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf, toString |
| Method Detail |
|---|
id attribute of the XML
extension declaration.name attribute of the XML
extension declaration.point
attribute of the XML extension declaration.