com.raritantechnologies.xml.configuration
Interface IXMLConfigurationSource

All Superinterfaces:
IConfigurable

public interface IXMLConfigurationSource
extends IConfigurable


Method Summary
 org.w3c.dom.Element getConfigurationXML(java.lang.String tagName, java.lang.String name)
           
 org.w3c.dom.Element getConfigurationXML(java.lang.String tagName, java.lang.String subType, java.lang.String name)
           
 org.w3c.dom.Element[] getConfigurationXMLs(java.lang.String tagName)
           
 org.w3c.dom.Element[] getConfigurationXMLs(java.lang.String tagName, java.lang.String subType)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getConfigurationXML

public org.w3c.dom.Element getConfigurationXML(java.lang.String tagName,
                                               java.lang.String subType,
                                               java.lang.String name)

getConfigurationXML

public org.w3c.dom.Element getConfigurationXML(java.lang.String tagName,
                                               java.lang.String name)

getConfigurationXMLs

public org.w3c.dom.Element[] getConfigurationXMLs(java.lang.String tagName,
                                                  java.lang.String subType)

getConfigurationXMLs

public org.w3c.dom.Element[] getConfigurationXMLs(java.lang.String tagName)