Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.xmlparser
Interface XmlFullHandler

All Superinterfaces:
XmlAttrHandler, XmlEndAttrHandler, XmlTagEntryHandler, XmlTagExitHandler, XmlTagHandler, XmlUnAttrHandler

public interface XmlFullHandler
extends XmlAttrHandler, XmlEndAttrHandler, XmlTagHandler, XmlUnAttrHandler, XmlTagEntryHandler, XmlTagExitHandler

A convenience interface for tags wishing to support the full suite of XmlParser interfaces.


Method Summary
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlAttrHandler
getAttributes, handleAttribute
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlEndAttrHandler
endAttributes
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlTagHandler
getName, getSubTags
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlUnAttrHandler
handleUnknownAttribute
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlTagEntryHandler
enter
 
Methods inherited from interface org.hyperic.util.xmlparser.XmlTagExitHandler
exit
 


Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.