net.skirnir.freyja.impl
クラス TemplateParserImpl
java.lang.Object
net.skirnir.freyja.impl.TemplateParserImpl
- すべての実装インタフェース:
- TemplateParser
- public class TemplateParserImpl
- extends Object
- implements TemplateParser
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TemplateParserImpl
public TemplateParserImpl()
setPatternStrings
public void setPatternStrings(String[] tagPatternStrings,
String[] attrPatternStrings)
- 定義:
- インタフェース
TemplateParser 内の setPatternStrings
parse
public Element[] parse(Reader reader)
throws IllegalSyntaxException
- 定義:
- インタフェース
TemplateParser 内の parse
- 例外:
IllegalSyntaxException
addElement
protected void addElement(TemplateParserImpl.TagInfo tagInfo,
TagElement element)
Copyright © 2009 The Skirnir Project. All Rights Reserved.