|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.crestmuse.cmx.filewrappers.NodeInterface
jp.crestmuse.cmx.filewrappers.MusicXMLWrapper.Part
public class MusicXMLWrapper.Part
This class provides methods for getting information from a "part" element.
part要素から情報を取り出すためのメソッドを提供します.
メソッドの概要 | |
---|---|
int |
firstMeasureNumber()
|
MusicXMLWrapper.Measure[] |
getMeasureList()
Returns the array of the measure elements included in this part element. |
protected java.lang.String |
getSupportedNodeName()
Returns "part". |
java.lang.String |
getXPathExpression()
Returns an XPath expression coresponding to this part element. |
java.lang.String |
id()
Returns the ID of this part. |
int |
midiChannel()
|
int |
midiProgram()
|
クラス jp.crestmuse.cmx.filewrappers.NodeInterface から継承されたメソッド |
---|
getAttribute, getAttribute, getAttributeDouble, getAttributeDouble, getAttributeInt, getAttributeInt, getAttributeNS, getChildByTagName, getChildByTagNameNS, getChildNodes, getChildText, getChildTextDouble, getChildTextInt, getFirstChild, getLastChild, getNodeName, getText, getText, getTextDouble, getTextInt, hasAttribute, hasAttribute, hasChild, node |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
protected final java.lang.String getSupportedNodeName()
Returns "part".
NodeInterface
内の getSupportedNodeName
public MusicXMLWrapper.Measure[] getMeasureList()
Returns the array of the measure elements included in this part element.
このpart要素に含まれるmeasure要素の配列を返します.
public int firstMeasureNumber()
public final java.lang.String id()
Returns the ID of this part.
このパートのIDを返します.
public java.lang.String getXPathExpression()
Returns an XPath expression coresponding to this part element.
このpart要素に対応するXPath表現を返します.
public int midiChannel()
public int midiProgram()
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |