生产线综合自动化控制系统源代码.docVIP

  • 44
  • 0
  • 约8.35万字
  • 约 58页
  • 2019-05-06 发布于江西
  • 举报
高信生产线综合自动化控制系统 源代码 - /****************************************************** //**设备管理 类 //******************************************************/ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; using System.Windows.Input; using System.Windows.Media; using System.Windows.Media.Imaging; using System.Windows.Navigation; using System.Windows.Shapes; using System.IO; public partial class Equipmentmanagement { /// Check attributes /// /// (c) 1998-2000 (W3C) MIT, INRIA, Keio /// See HtmlParser.cs for the copyright notice. /// Derived from a href=/People/Raggett/tidy /// HTML HtmlParser Release 4 Aug 2000/a /// /// authorDave Raggett lt;dsr@gt;/author /// authorAndy Quick lt;ac.quick@sympatico.cagt; (translation to Java)/author /// authorSeth Yates lt;seth_yates@gt; (translation to C#)/author /// version1.0, 1999/05/22/version /// version1.0.1, 1999/05/29/version /// version1.1, 1999/06/18 Java Bean/version /// version1.2, 1999/07/10 HtmlParser Release 7 Jul 1999/version /// version1.3, 1999/07/30 HtmlParser Release 26 Jul 1999/version /// version1.4, 1999/09/04 DOM support/version /// version1.5, 1999/10/23 HtmlParser Release 27 Sep 1999/version /// version1.6, 1999/11/01 HtmlParser Release 22 Oct 1999/version /// version1.7, 1999/12/06 HtmlParser Release 30 Nov 1999/version /// version1.8, 2000/01/22 HtmlParser Release 13 Jan 2000/version /// version1.9, 2000/06/03 HtmlParser Release 30 Apr 2000/version /// version1.10, 2000/07/22 HtmlParser Release 8 Jul 2000/version /// version1.11, 2000/08/16 HtmlParser Release 4 Aug 2000/version internal class AreaCheckTableCheckAttribs : ICheckAttribs { public virtual void Check(Lexer lexer, Node node) { AttVal attval; Attribute attribute; bool hasAlt = false; bool hasHref = false; node.CheckUniqueAttributes(lexer); f

文档评论(0)

1亿VIP精品文档

相关文档