|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.PropertyHelper
jp.hishidama.ant.types.htlex.eval.HtLexerPropertyHelper
public class HtLexerPropertyHelper
HtHtmlLexerタグ属性演算のプロパティーヘルパー.
| フィールドの概要 | |
|---|---|
static String |
KEY_ATTR
プロパティー名:属性 |
static String |
KEY_ATTRS
プロパティー名:属性リスト |
static String |
KEY_RFILE
処理対象ファイル名 |
static String |
KEY_TAG
プロパティー名:タグ |
| コンストラクタの概要 | |
|---|---|
HtLexerPropertyHelper()
|
|
| メソッドの概要 | |
|---|---|
AttributeToken |
getAttributeToken()
属性トークン取得. |
static HtLexerPropertyHelper |
getInstance(org.apache.tools.ant.Project project,
String prefix)
プロパティーヘルパーインスタンス取得. |
Object |
getPropertyHook(String ns,
String name,
boolean user)
|
Tag |
getTagToken()
タグトークン取得. |
void |
popAttributeToken()
属性トークン破棄. |
void |
popTagToken()
タグトークン破棄. |
void |
pushAttributeToken(AttributeToken a)
属性トークン保持. |
void |
pushTagToken(Tag tag)
タグトークン保持. |
void |
setConverter(HtLexerConverter conv)
|
void |
setPrefix(String s)
|
| クラス org.apache.tools.ant.PropertyHelper から継承されたメソッド |
|---|
copyInheritedProperties, copyUserProperties, getNext, getProperties, getProperty, getPropertyHelper, getUserProperties, getUserProperty, parsePropertyString, replaceProperties, setInheritedProperty, setNewProperty, setNext, setProject, setProperty, setPropertyHook, setUserProperty |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
|---|
public static final String KEY_TAG
public static final String KEY_ATTR
public static final String KEY_ATTRS
public static final String KEY_RFILE
| コンストラクタの詳細 |
|---|
public HtLexerPropertyHelper()
| メソッドの詳細 |
|---|
public static HtLexerPropertyHelper getInstance(org.apache.tools.ant.Project project,
String prefix)
project - Antプロジェクトprefix - プロパティー接頭辞
public void setPrefix(String s)
public void setConverter(HtLexerConverter conv)
public void pushTagToken(Tag tag)
tag - タグトークンpublic void popTagToken()
public Tag getTagToken()
保持されているタグトークンの内、最も新しいトークンを返す。
public void pushAttributeToken(AttributeToken a)
a - 属性トークンpublic void popAttributeToken()
public AttributeToken getAttributeToken()
保持されているタグトークンの内、最も新しいトークンを返す。
public Object getPropertyHook(String ns,
String name,
boolean user)
org.apache.tools.ant.PropertyHelper 内の getPropertyHook
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||