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.
filterAttrValue
java.lang.String filterAttrValue(XmlTagHandler tag,
java.lang.String attrName,
java.lang.String attrValue)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.