Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.xmlparser
Interface XmlUnAttrHandler

All Known Subinterfaces:
XmlFullHandler

public interface XmlUnAttrHandler

This interface must be implemented for a class to handle unknown attributes (i.e attributes not declared in the AttrHandler)


Method Summary
 void handleUnknownAttribute(java.lang.String name, java.lang.String value)
           
 

Method Detail

handleUnknownAttribute

void handleUnknownAttribute(java.lang.String name,
                            java.lang.String value)

Hyperic HQ Plugin API v. 4.4.0.2

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