类 UpdateXmlBase

java.lang.Object
com.gdxsoft.easyweb.define.UpdateXmlBase
直接已知子类:
UpdateXmlImpl, UpdateXmlJdbcImpl

public class UpdateXmlBase extends Object
更新xml的基础类
作者:
admin
  • 构造器详细资料

    • UpdateXmlBase

      public UpdateXmlBase()
  • 方法详细资料

    • getXmlFilePath

      public String getXmlFilePath()
    • setXmlFilePath

      public void setXmlFilePath(String xmlFilePath)
    • fixXml

      public String fixXml(String xml, String itemName)
      修正item的 XML 数据
      参数:
      xml -
      itemName -
      返回:
    • clearDoc

      public static void clearDoc(Document doc1)
      清除文档没用的节点信息
      参数:
      doc1 -
    • getXmlName

      public String getXmlName()
    • setXmlName

      public void setXmlName(String xmlName)
    • getScriptPath

      public ConfScriptPath getScriptPath()
    • setScriptPath

      public void setScriptPath(ConfScriptPath scriptPath)
    • setAdmin

      public void setAdmin(String admId)
      设置管理员
      参数:
      admId -
    • getAdmin

      public String getAdmin()
      获取管理员
      返回:
    • getFrameType

      public String getFrameType()
    • getConfigType

      public IConfig getConfigType()
    • setConfigType

      public void setConfigType(IConfig configType)