public class MusicApexWrapper extends CMXFileWrapper
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
TOP_TAG |
コンストラクタと説明 |
---|
MusicApexWrapper() |
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
analyze()
This method defines the initial processing required for extracting
information from the XML document.
|
static MusicApexWrapper |
createMusicApexWrapperFor(MusicXMLWrapper musicxml) |
java.lang.String |
getAspect()
何に注目した音楽構造かを返します。
|
java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> |
getBreadthFirstView()
幅優先探索でグループを格納したリストを返します。
|
java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> |
getDepthFirstGroupView()
深さ優先探索でグループを格納したリストを返します。
|
MusicXMLWrapper |
getTargetMusicXML() |
java.lang.String |
getTargetMusicXMLFileName() |
static void |
main(java.lang.String[] args) |
static void |
printNodeStat(org.w3c.dom.Node n)
推奨されていません。
|
addChild, addChild, addChildAndText, addChildAndText, addChildAndText, addChildOf, addClassTable, addDocumentTypeTable, addLinks, addLinks, addPathFirst, addPathLast, addSibling, addSibling, addText, addText, addText, changeCurrentNode, checkFinalized, createDocument, finalizeDocument, getAbsolutePath, getDocument, getFileName, getParentPath, getPath, getTopTagAttribute, getTopTagAttributeNS, getURI, init, isFinalized, println, read, readfile, readfile, readfile, resetXPath, returnToParent, returnToPrevCurrentNode, selectNodeList, selectNodeList, selectSingleNode, selectSingleNode, setAttribute, setAttribute, setAttribute, setAttributeNS, setAttributeNS, setAttributeNS, setNamespaceContext, setTopTagAttribute, setTopTagAttributeNS, wrap, write, write, writefile, writefile, writeGZippedFile, writeGZippedFile
public static final java.lang.String TOP_TAG
protected void analyze() throws java.io.IOException
CMXFileWrapper
This method defines the initial processing required for extracting information from the XML document. This is called by the runAll() method in the CMXCommand class after readfile() method before run() method. The default implementation does not do anything.
このメソッドでは, XMLドキュメントから情報を取り出す上で必要な初期の処理を 記述します. これは, CMXCommandクラスのrunAll()メソッドから, readfile()メソッドの後, run()メソッドの前に呼び出されます. デフォルトの実装では何もしません.
analyze
クラス内 CMXFileWrapper
java.io.IOException
public static MusicApexWrapper createMusicApexWrapperFor(MusicXMLWrapper musicxml)
public java.lang.String getAspect()
public java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> getBreadthFirstView()
public java.util.List<jp.crestmuse.cmx.filewrappers.MusicApexWrapper.ApexWrapedGroup> getDepthFirstGroupView()
public MusicXMLWrapper getTargetMusicXML() throws java.io.IOException
java.io.IOException
public java.lang.String getTargetMusicXMLFileName()
public static void main(java.lang.String[] args)
@Deprecated public static void printNodeStat(org.w3c.dom.Node n)
n
- Note