|
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 XmlTagHandler
The major interface which all objects wishing to use XmlParser must implement. The TagHander provides information about the tags name, and which subtags are valid.
Method Summary | |
---|---|
java.lang.String |
getName()
Retrieve the name of the tag, without angled brackets. |
XmlTagInfo[] |
getSubTags()
Retrieve information about which subtags are valid within the given tag. |
Method Detail |
---|
java.lang.String getName()
XmlTagInfo[] getSubTags()
|
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 |