org.jconfig.parser
Class NestedConfigParser

java.lang.Object
  |
  +--org.jconfig.parser.AbstractConfigParser
        |
        +--org.jconfig.parser.NestedConfigParser
All Implemented Interfaces:
ConfigurationParser

public class NestedConfigParser
extends AbstractConfigParser

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

Constructor Summary
NestedConfigParser()
           
 
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

NestedConfigParser

public NestedConfigParser()
Method Detail

parse

public Configuration parse(org.w3c.dom.Document doc,
                           java.lang.String configName)
Description of the Method
Overrides:
parse in class AbstractConfigParser
Parameters:
doc - Description of the Parameter


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