net.skirnir.freyja
クラス Macro

java.lang.Object
  拡張net.skirnir.freyja.Macro

public class Macro
extends Object

同期化:このクラスは不変クラスです。

* @author YOKOTA Takehiko


コンストラクタの概要
Macro(String name, String tagName, Attribute[] attributes, Element[] body, String header)
           
 
メソッドの概要
 Attribute[] getAttributes()
           
 Element[] getBody()
           
 String getHeader()
           
 String getName()
           
 String getTagName()
           
 Element getWholeElement()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Macro

public Macro(String name,
             String tagName,
             Attribute[] attributes,
             Element[] body,
             String header)
メソッドの詳細

getAttributes

public Attribute[] getAttributes()

getBody

public Element[] getBody()

getName

public String getName()

getTagName

public String getTagName()

getHeader

public String getHeader()

getWholeElement

public Element getWholeElement()


Copyright © 2009 The Skirnir Project. All Rights Reserved.