Jacson

Uses of Class
de.spieleck.config.ConfigNodeImpl

Packages that use ConfigNodeImpl
de.spieleck.config Provide simple access to xml based configuration files. 
 

Uses of ConfigNodeImpl in de.spieleck.config
 

Subclasses of ConfigNodeImpl in de.spieleck.config
 class ConfigFileNode
          A ConfigNode that is responsible for actually holding nodes from a file.
 

Methods in de.spieleck.config that return ConfigNodeImpl
 ConfigNodeImpl ConfigNodeImpl.addChild(java.lang.String name, java.lang.String value, int line)
          create a new child add it to this node and
 ConfigNodeImpl ConfigNodeImpl.addChild(java.lang.String name, java.lang.String value)
          create a new child add it to this node and
 ConfigNodeImpl ConfigNodeImpl.addChild(ConfigNodeImpl child)
          add a child to this node and
 

Methods in de.spieleck.config with parameters of type ConfigNodeImpl
 ConfigNodeImpl ConfigNodeImpl.addChild(ConfigNodeImpl child)
          add a child to this node and
 


Spieleck

Copyleft 2002 spieleck.de.