org.apache.commons.digester
クラス SetPropertiesRule

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.commons.digester.SetPropertiesRule

public class SetPropertiesRule
extends Rule

Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.

バージョン:
$Revision: 1.4 $ $Date: 2001/08/20 18:28:40 $
作成者:
Craig McClanahan

クラス 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 から継承したメソッド
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

コンストラクタの詳細

SetPropertiesRule

public SetPropertiesRule(Digester digester)
Default constructor sets only the the associated Digester.
パラメータ:
digester - The digester with which this rule is associated
メソッドの詳細

begin

public void begin(org.xml.sax.Attributes attributes)
           throws java.lang.Exception
Process the beginning of this element.
オーバーライド:
クラス Rule 内の begin
パラメータ:
context - The associated context
attributes - The attribute list of this element

toString

public java.lang.String toString()
Render a printable version of this Rule.
オーバーライド:
クラス java.lang.Object 内の toString


Copyright (c) 2001 - Apache Software Foundation