org.hyperic.util.xmlparser
Interface XmlTagExitHandler
- All Known Subinterfaces:
- XmlFullHandler
- All Known Implementing Classes:
- BaseTag, CustomPropertiesTag, CustomPropertyTag, EmbedTag, ScriptTag
public interface XmlTagExitHandler
Classes which wish to be notified when the parser has exited the
parsing of the tag should implement this interface. Exit is
called after all attributes and subtags have been processed.
Method Summary |
void |
exit()
|
exit
void exit()
throws XmlTagException
- Throws:
XmlTagException
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.