watch
Class EditorXmlConfigFile

java.lang.Object
  extended by watch.EditorXmlConfigFile

 class EditorXmlConfigFile
extends java.lang.Object


Nested Class Summary
protected static class EditorXmlConfigFile.Display
           
protected static class EditorXmlConfigFile.Trace
           
 
Constructor Summary
EditorXmlConfigFile()
           
 
Method Summary
protected  org.w3c.dom.Attr createAttribute(org.w3c.dom.Node XML_Node, java.lang.String J_AttributeName)
           
protected  org.w3c.dom.Element createNode(org.w3c.dom.Node XML_Node, java.lang.String J_NodeName)
           
(package private)  void Model2Xml_T_ConfigNode(org.w3c.dom.Node xml_FocusNodeid4488834, EditorConfigFile W_ConfigFile)
           
(package private)  void model2xml(java.io.File J_XmlFile, EditorConfigFile W_ConfigFile)
           
(package private)  void Xml2Model_T_ConfigNode(org.w3c.dom.Node xml_FocusNodeid4488834, EditorConfigFile W_ConfigFile)
           
(package private)  void xml2model(java.io.File J_XmlFile, EditorConfigFile W_ConfigFile)
           
protected  java.lang.String xpath(org.w3c.dom.Node XML_Node, java.lang.String J_Expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorXmlConfigFile

EditorXmlConfigFile()
Method Detail

xml2model

void xml2model(java.io.File J_XmlFile,
               EditorConfigFile W_ConfigFile)
         throws java.lang.Exception
Throws:
java.lang.Exception

Xml2Model_T_ConfigNode

void Xml2Model_T_ConfigNode(org.w3c.dom.Node xml_FocusNodeid4488834,
                            EditorConfigFile W_ConfigFile)

xpath

protected java.lang.String xpath(org.w3c.dom.Node XML_Node,
                                 java.lang.String J_Expression)

model2xml

void model2xml(java.io.File J_XmlFile,
               EditorConfigFile W_ConfigFile)
         throws java.lang.Exception
Throws:
java.lang.Exception

Model2Xml_T_ConfigNode

void Model2Xml_T_ConfigNode(org.w3c.dom.Node xml_FocusNodeid4488834,
                            EditorConfigFile W_ConfigFile)

createNode

protected org.w3c.dom.Element createNode(org.w3c.dom.Node XML_Node,
                                         java.lang.String J_NodeName)

createAttribute

protected org.w3c.dom.Attr createAttribute(org.w3c.dom.Node XML_Node,
                                           java.lang.String J_AttributeName)