Framework Professional Edition Package


com.prosyst.util.xml
Interface TagListener

All Known Implementing Classes:
DeviceStateGraph, XMLStateMachine

public interface TagListener

This interface is used while parsing xml files. It's method is invoked on every closing tag.


Method Summary
 void useTag(TagClass tag)
          Invoked when a tag has been closed
 

Method Detail

useTag

void useTag(TagClass tag)
            throws java.lang.IllegalArgumentException
Invoked when a tag has been closed

Parameters:
tag - tag with its content and its subtags
Throws:
java.lang.IllegalArgumentException - may be thrown while proccessing the tag structure

Framework Professional Edition Package


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