Pacote | com.adobe.icomm.assetplacement.model |
Classe | public class PackageElement |
Herança | PackageElement Object |
Subclasses | Attachment, Controller, Resource |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
namespace : String [somente leitura]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
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 um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Detalhes da propriedade
namespace | propriedade |
xml | propriedade |
Detalhes do construtor
PackageElement | () | Construtor |
public function PackageElement()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
Detalhes do método
getAttribute | () | método |
public function getAttribute(attrName:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element.
Parâmetros
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
getChildValue | () | método |
public function getChildValue(childName:QName):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve a child value of this element.
Parâmetros
childName:QName — The name of the child to look up.
|
String — The value of the child.
|
getParentAttribute | () | método |
public function getParentAttribute(attrName:String):String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Asset Placement Building Block 9.5 |
Versões de runtime: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element's parent.
Parâmetros
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
Wed Jun 13 2018, 11:10 AM Z