Pacchetto | com.adobe.icomm.assetplacement.model |
Classe | public class PackageElement |
Ereditarietà | PackageElement Object |
Sottoclassi | Attachment, Controller, Resource |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
namespace : String [sola lettura]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | PackageElement | ||
Retrieve an attribute of this element. | PackageElement | ||
Retrieve a child value of this element. | PackageElement | ||
Retrieve an attribute of this element's parent. | PackageElement | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Descrizione delle proprietà
namespace | proprietà |
xml | proprietà |
Descrizione della funzione di costruzione
PackageElement | () | Funzione di costruzione |
public function PackageElement()
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Descrizione dei metodi
getAttribute | () | metodo |
public function getAttribute(attrName:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element.
Parametri
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
getChildValue | () | metodo |
public function getChildValue(childName:QName):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve a child value of this element.
Parametri
childName:QName — The name of the child to look up.
|
String — The value of the child.
|
getParentAttribute | () | metodo |
public function getParentAttribute(attrName:String):String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Blocco costitutivo Asset Placement 9.5 |
Versioni runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element's parent.
Parametri
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
Tue Jun 12 2018, 02:44 PM Z