|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XmlAttrHandler
An interface which classes much implement in order to have their attributes handled. If this interface is not implemented, then all attributes for a tag are considered to be 'unknown', and the object must implement the XmlUnAttrHandler to process them.
| Method Summary | |
|---|---|
XmlAttr[] |
getAttributes()
Get a list of attributes which the handler knows about. |
void |
handleAttribute(int attrNumber,
java.lang.String value)
Called when XmlParser finds a known attributes (as returned by getAttributes()). |
| Method Detail |
|---|
XmlAttr[] getAttributes()
void handleAttribute(int attrNumber,
java.lang.String value)
throws XmlAttrException
attrNumber - An index into the array which was returned
from getAttributes. The index represents the
found attributevalue - The value of the attribute
XmlAttrException
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||