luxor.core.config
Class XmlConfigRoot

java.lang.Object
  |
  +--luxor.core.config.XmlConfigNode
        |
        +--luxor.core.config.XmlConfigContainer
              |
              +--luxor.core.config.XmlConfigRoot

public class XmlConfigRoot
extends XmlConfigContainer


Constructor Summary
XmlConfigRoot(Element element)
           
 
Method Summary
 void add(XmlConfigNode node)
           
 java.util.List getEntries()
           
 java.lang.Object getValue()
           
 
Methods inherited from class luxor.core.config.XmlConfigNode
getAttribute, getAttribute, getElement, getElementName, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlConfigRoot

public XmlConfigRoot(Element element)
Method Detail

getEntries

public java.util.List getEntries()

getValue

public java.lang.Object getValue()
Specified by:
getValue in class XmlConfigNode

add

public void add(XmlConfigNode node)
Specified by:
add in class XmlConfigContainer


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo