OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3.amp

class Ext

Object
->jsx3.lang.Object
  ->jsx3.amp.Ext

class Ext
extends jsx3.lang.Object
An AMP extension.

Method Summary
jsx3.$Array<jsx3.amp.XML>
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
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
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
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

getData

jsx3.$Array<jsx3.amp.XML> getData()
Returns the list of XML elements declared in the body of the extension declaration.

Returns:

 

getEngine

jsx3.amp.Engine getEngine()
Returns the engine owning the plug-in owning this extension.

Returns:

 

getId

String getId()
Returns the full ID of this extension, which is unique among all extensions in the AMP engine.

Returns:

 

getLocalId

String getLocalId()
Returns the local ID of this extension, which is defined by the id attribute of the XML extension declaration.

Returns:

 

getName

String getName()
Returns the name of this extension, which is defined by the name attribute of the XML extension declaration.

Returns:

 

getPlugIn

jsx3.amp.PlugIn getPlugIn()
Returns the plug-in declaring this extension.

Returns:

 

getPoint

jsx3.amp.ExtPoint getPoint()
Returns the extension point to which this extension is registered.

Returns:

 

getPointId

String getPointId()
Returns the ID of the extension point this this extension extends. This is equal to the point attribute of the XML extension declaration.

Returns: