パッケージ | com.adobe.icomm.assetplacement.model |
クラス | public class PackageElement |
継承 | PackageElement Object |
サブクラス | Attachment, Controller, Resource |
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
パブリックプロパティ
プロパティ | 定義元 | ||
---|---|---|---|
constructor : Object
指定されたオブジェクトインスタンスのクラスオブジェクトまたはコンストラクター関数への参照です。 | Object | ||
namespace : String [読み取り専用]
The namespace for this element. | PackageElement | ||
xml : XML
The XML this object represents. | PackageElement |
パブリックメソッド
メソッド | 定義元 | ||
---|---|---|---|
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 | ||
オブジェクトに指定されたプロパティが定義されているかどうかを示します。 | Object | ||
Object クラスのインスタンスが、パラメーターとして指定されたオブジェクトのプロトタイプチェーン内にあるかどうかを示します。 | Object | ||
指定されたプロパティが存在し、列挙できるかどうかを示します。 | Object | ||
ループ処理に対するダイナミックプロパティの可用性を設定します。 | Object | ||
ロケール固有の規則に従って書式設定された、このオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのストリング表現を返します。 | Object | ||
指定されたオブジェクトのプリミティブな値を返します。 | Object |
プロパティの詳細
namespace | プロパティ |
xml | プロパティ |
コンストラクターの詳細
PackageElement | () | コンストラクター |
public function PackageElement()
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Constructor.
メソッドの詳細
getAttribute | () | メソッド |
public function getAttribute(attrName:String):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element.
パラメーター
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
getChildValue | () | メソッド |
public function getChildValue(childName:QName):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve a child value of this element.
パラメーター
childName:QName — The name of the child to look up.
|
String — The value of the child.
|
getParentAttribute | () | メソッド |
public function getParentAttribute(attrName:String):String
言語バージョン: | ActionScript 3.0 |
製品バージョン: | Asset Placement Building Block 9.5 |
ランタイムバージョン: | AIR 1.0, Flash Player 9, Flash Player 10 |
Retrieve an attribute of this element's parent.
パラメーター
attrName:String — The name of the attribute to look up.
|
String — The value of attrName.
|
Tue Jun 12 2018, 10:34 AM Z