| Package | jp.progression.core.parser |
| Class | public class PRMLParser |
| Inheritance | PRMLParser Object |
| Subclasses | EasyCastingParser |
| Property | Defined By | ||
|---|---|---|---|
| contentType : String [read-only]
PRML データの MIME タイプを取得します。
| PRMLParser | ||
| data : XML [read-only]
ロード操作によって受信したデータを取得します。
| PRMLParser | ||
| scenes : XMLList [read-only]
シーン構造を表す XMLList インスタンスを取得します。
| PRMLParser | ||
| version : Version [read-only]
PRML データのバージョン情報を取得します。
| PRMLParser | ||
| Method | Defined By | ||
|---|---|---|---|
PRMLParser(data:XML)
新しい PRMLParser インスタンスを作成します。
Creates a new PRMLParser object.
| PRMLParser | ||
parse(data:XML):XML
データをパースします。
| PRMLParser | ||
toPRMLString(scenes:XMLList = null):XML
指定されたオブジェクトの PRML ストリング表現を返します。
| PRMLParser | ||
toString():String
指定されたオブジェクトのストリング表現を返します。
Returns the string representation of the specified object.
| PRMLParser | ||
| Constant | Defined By | ||
|---|---|---|---|
| CONTENT_TYPE : String = text/prml [static]
基本的な PRML 形式の MIME タイプを表すストリングを取得します。
| PRMLParser | ||
| contentType | property |
contentType:String [read-only] PRML データの MIME タイプを取得します。
public function get contentType():String| data | property |
data:XML [read-only] ロード操作によって受信したデータを取得します。
public function get data():XML| scenes | property |
scenes:XMLList [read-only] シーン構造を表す XMLList インスタンスを取得します。
public function get scenes():XMLList| version | property |
version:Version [read-only] PRML データのバージョン情報を取得します。
public function get version():Version| PRMLParser | () | Constructor |
public function PRMLParser(data:XML)新しい PRMLParser インスタンスを作成します。 Creates a new PRMLParser object.
Parametersdata:XML — パースしたい XML オブジェクトです。
|
| parse | () | method |
public function parse(data:XML):XMLデータをパースします。
Parameters
data:XML — パースしたいデータです。
|
XML —
パース後のデータです。
|
| toPRMLString | () | method |
public function toPRMLString(scenes:XMLList = null):XML指定されたオブジェクトの PRML ストリング表現を返します。
Parameters
scenes:XMLList (default = null) — 変換したい XMLList インスタンスです。
|
XML —
オブジェクトの PRML 表現です。
|
| toString | () | method |
public function toString():String指定されたオブジェクトのストリング表現を返します。 Returns the string representation of the specified object.
ReturnsString —
オブジェクトのストリング表現です。
A string representation of the object.
|
| CONTENT_TYPE | Constant |
public static const CONTENT_TYPE:String = text/prml基本的な PRML 形式の MIME タイプを表すストリングを取得します。