org.jconfig.parser
Class DefaultConfigParser

java.lang.Object
  extended byorg.jconfig.parser.AbstractConfigParser
      extended byorg.jconfig.parser.DefaultConfigParser
All Implemented Interfaces:
ConfigurationParser

public class DefaultConfigParser
extends AbstractConfigParser

Author:
Andreas Mecky andreas.mecky@xcom.de, Terry Dye terry.dye@xcom.de

Constructor Summary
DefaultConfigParser()
           
 
Method Summary
 Configuration parse(org.w3c.dom.Document doc, java.lang.String configName)
          Description of the Method
 
Methods inherited from class org.jconfig.parser.AbstractConfigParser
getBaseConfigName, getIncludeProperties, getVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigParser

public DefaultConfigParser()
Method Detail

parse

public Configuration parse(org.w3c.dom.Document doc,
                           java.lang.String configName)
Description of the Method

Specified by:
parse in interface ConfigurationParser
Specified by:
parse in class AbstractConfigParser
Parameters:
doc - Description of the Parameter


Copyright © 2001-2005 Andreas Mecky, Terry Dye. All Rights Reserved.