|
|||||||||
| Home >> All >> com >> k_int >> util >> [ CCL overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.k_int.util.CCL
Class XMLConfig

java.lang.Objectcom.k_int.util.CCL.XMLConfig
- All Implemented Interfaces:
- CCLConfigurator
- public class XMLConfig
- extends java.lang.Object
- implements CCLConfigurator
- extends java.lang.Object
XMLConfig : Load a CCL Configuration from an XML datasource.
- Version:
- $Id: XMLConfig.java,v 1.7 2003/05/09 12:54:44 rob_tice Exp $
| Field Summary | |
private static LoggingContext |
cat
|
(package private) org.w3c.dom.Document |
doc
|
(package private) CCLConfig |
target
|
| Constructor Summary | |
XMLConfig(java.io.InputStream is,
CCLConfig config)
Constructor. |
|
| Method Summary | |
private void |
addMappings(java.util.Vector v,
org.w3c.dom.Node n)
|
void |
configure()
Trigger the transfer of data from the XML file into the CCLConfig |
private java.lang.String |
getAttr(org.w3c.dom.NamedNodeMap attrs,
java.lang.String attrname,
java.lang.String default_value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
cat
private static LoggingContext cat
doc
org.w3c.dom.Document doc
target
CCLConfig target
| Constructor Detail |
XMLConfig
public XMLConfig(java.io.InputStream is, CCLConfig config)
- Constructor.
| Method Detail |
configure
public void configure()
- Trigger the transfer of data from the XML file into the CCLConfig
- Specified by:
configurein interfaceCCLConfigurator
addMappings
private void addMappings(java.util.Vector v, org.w3c.dom.Node n)
getAttr
private java.lang.String getAttr(org.w3c.dom.NamedNodeMap attrs, java.lang.String attrname, java.lang.String default_value)
|
|||||||||
| Home >> All >> com >> k_int >> util >> [ CCL overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.k_int.util.CCL.XMLConfig