Framework Professional Edition Package


com.prosyst.util.xml
Interface ExTagListener


public interface ExTagListener

The XMLReader invokes methods of this listener either when the tag is just opened or when the tag is just closed.

Author:
Ivan Dimitrov

Method Summary
 void endTag(Tag aTag)
          Invoked when a tag is closed
 void startTag(Tag aTag)
          Invoked when a tag is opened
 

Method Detail

startTag

void startTag(Tag aTag)
              throws java.lang.IllegalArgumentException
Invoked when a tag is opened

Parameters:
aTag - tag
Throws:
java.lang.IllegalArgumentException

endTag

void endTag(Tag aTag)
            throws java.lang.IllegalArgumentException
Invoked when a tag is closed

Parameters:
aTag - tag
Throws:
java.lang.IllegalArgumentException

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved