コード例 #1
0
 public virtual void SetDocType(XhtmlMobileDocType docType)
 {
     this._docType = docType;
     if ((docType != XhtmlMobileDocType.XhtmlBasic) && (this._commonAttributes["style"] == null))
     {
         this._commonAttributes.Add("style", true);
     }
 }
コード例 #2
0
ファイル: XhtmlTextWriter.cs プロジェクト: pmq20/mono_forked
 public virtual void SetDocType(XhtmlMobileDocType docType)
 {
     //doc_type = docType;
 }
コード例 #3
0
        /// <devdoc>
        /// <para>[To be supplied.]</para>
        /// </devdoc>
        public virtual void SetDocType(XhtmlMobileDocType docType) {
            _docType = docType;

            if (docType != XhtmlMobileDocType.XhtmlBasic && _commonAttributes["style"] == null) {
                _commonAttributes.Add("style", true);
            }
        }
コード例 #4
0
 public virtual new void SetDocType(XhtmlMobileDocType docType)
 {
 }
コード例 #5
0
ファイル: XhtmlTextWriter.cs プロジェクト: nlhepler/mono
		public virtual void SetDocType (XhtmlMobileDocType docType)
		{
			//doc_type = docType;
		}
コード例 #6
0
 public virtual void SetDocType(XhtmlMobileDocType docType)
 {
 }