|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--org.apache.commons.digester.Rule | +--org.apache.commons.digester.SetPropertiesRule
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
クラス org.apache.commons.digester.Rule から継承したフィールド |
digester, namespaceURI |
コンストラクタの概要 | |
SetPropertiesRule(Digester digester)
Default constructor sets only the the associated Digester. |
メソッドの概要 | |
void |
begin(org.xml.sax.Attributes attributes)
Process the beginning of this element. |
java.lang.String |
toString()
Render a printable version of this Rule. |
クラス org.apache.commons.digester.Rule から継承したメソッド |
body, end, finish, getDigester, getNamespaceURI, setNamespaceURI |
クラス java.lang.Object から継承したメソッド |
|
コンストラクタの詳細 |
public SetPropertiesRule(Digester digester)
digester
- The digester with which this rule is associatedメソッドの詳細 |
public void begin(org.xml.sax.Attributes attributes) throws java.lang.Exception
Rule
内の begin
context
- The associated contextattributes
- The attribute list of this elementpublic java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |