org.apache.catalina.util.xml
クラス XmlAction

java.lang.Object
  |
  +--org.apache.catalina.util.xml.XmlAction

public abstract class XmlAction
extends java.lang.Object

Each rule in Xml Mapper can invoke certain actions. An action implementation will be notified for each matching rule on start and end of the tag that matches. After all end actions are called, a special cleanup call will allow actions to remove temporary data.


コンストラクタの概要
XmlAction()
           
 
メソッドの概要
 void cleanup(SaxContext ctx)
           
 void end(SaxContext ctx)
           
 void start(SaxContext ctx)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlAction

public XmlAction()
メソッドの詳細

start

public void start(SaxContext ctx)
           throws java.lang.Exception

end

public void end(SaxContext ctx)
         throws java.lang.Exception

cleanup

public void cleanup(SaxContext ctx)
             throws java.lang.Exception


Copyright ? 2000-2001 Apache Software Foundation. All Rights Reserved.