Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.util.xmlparser
Interface XmlFilterHandler

All Known Implementing Classes:
BaseTag, CustomPropertiesTag, CustomPropertyTag, EmbedTag, ScriptTag

public interface XmlFilterHandler

Before an objects XmlAttrHandler is called, this method will be invoked with the tag which is holding the attribute, the name of the attribute, and the value given for it. The handler should filter this (do replacement, etc.) and return the value that XmlParser should use to call into the attribute handler routine.


Method Summary
 java.lang.String filterAttrValue(XmlTagHandler tag, java.lang.String attrName, java.lang.String attrValue)
           
 

Method Detail

filterAttrValue

java.lang.String filterAttrValue(XmlTagHandler tag,
                                 java.lang.String attrName,
                                 java.lang.String attrValue)

Hyperic HQ Plugin API v. 4.4.0.2

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