net.skirnir.freyja
クラス Macro
java.lang.Object
net.skirnir.freyja.Macro
- public class Macro
- extends Object
同期化:このクラスは不変クラスです。
* @author YOKOTA Takehiko
| クラス 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.