| Package | idv.cjcat.stardust.common |
| Class | public class StardustElement |
| Implements | XMLConvertible |
| Subclasses | Action, Clock, Deflector, Deflector3D, Emitter, Field, Field3D, Initializer, ParticleHandler, Random, Zone, Zone3D |
| Property | Defined by | ||
|---|---|---|---|
| name : String | StardustElement | ||
| Method | Defined by | ||
|---|---|---|---|
| StardustElement | |||
|
getElementTypeXMLTag():XML
[Abstract Method] Returns the tag for containing elements of the same type.
| StardustElement | ||
|
getRelatedObjects():Array
[Abstract Method] Returns the related objects of the element.
| StardustElement | ||
|
getXMLTag():XML
Returns the root tag of the XML representation.
| StardustElement | ||
|
getXMLTagName():String
[Abstract Method] Returns the name of the root node of the element's XML representation.
| StardustElement | ||
|
parseXML(xml:XML, builder:XMLBuilder = null):void
[Abstract Method] Reconstructs the element from XML representations.
| StardustElement | ||
|
toXML():XML
[Abstract Method] Generates XML representation.
| StardustElement | ||
| name | property |
public var name:String
| StardustElement | () | constructor |
public function StardustElement()
| getElementTypeXMLTag | () | method |
public function getElementTypeXMLTag():XML[Abstract Method] Returns the tag for containing elements of the same type.
ReturnsXML |
| getRelatedObjects | () | method |
public function getRelatedObjects():Array[Abstract Method] Returns the related objects of the element.
This tells the XMLBuilder which elements are related,
so the builder can include them in the XML representation.
Array |
| getXMLTag | () | method |
public final function getXMLTag():XMLReturns the root tag of the XML representation.
ReturnsXML |
| getXMLTagName | () | method |
public function getXMLTagName():String[Abstract Method] Returns the name of the root node of the element's XML representation.
ReturnsString |
| parseXML | () | method |
public function parseXML(xml:XML, builder:XMLBuilder = null):void[Abstract Method] Reconstructs the element from XML representations.
Parametersxml:XML |
|
builder:XMLBuilder (default = null) |
| toXML | () | method |
public function toXML():XML[Abstract Method] Generates XML representation.
ReturnsXML |