636ef5f5 09d1 2665 472f 0dd1e7e7db5e - autumn009/NestedHtmlWriter GitHub Wiki

NhDocument Class

entire document

Inheritance Hierarchy

System.Object
  NestedHtmlWriter.NhBase
    NestedHtmlWriter.NhDocument
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)

Syntax

C#

public class NhDocument : NhBase

VB

Public Class NhDocument
	Inherits NhBase

C++

public ref class NhDocument : public NhBase

F#

type NhDocument =  
    class
        inherit NhBase
    end

The NhDocument type exposes the following members.

Constructors

 

Name Description
Public method NhDocument(TextWriter) NhDocument class constructor automatically create XML declalation and DOCTYPE declalation for XHTML 1.1
Public method NhDocument(TextWriter, NhDocumentType) NhDocument class constructor automatically create XML declalation and DOCTYPE declalation
  Back to Top

Methods

 

Name Description
Protected method checkLock check if locked (Inherited from NhBase.)
Public method CreateHtml() **Obsolete. ** html elemnt object creation
Public method CreateHtml(Boolean) html elemnt object creation
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method WriteAttribute output any attributes (Inherited from NhBase.)
Public method WriteClassAttr output class attribute (Inherited from NhBase.)
Public method WriteIDAttr output id attribute (Inherited from NhBase.)
Public method WriteRawString Output without any conversion. Don't use this method until you need. (Inherited from NhBase.)
  Back to Top

Fields

 

Name Description
Protected field parent parent object (Inherited from NhBase.)
Protected field writer writer for output (Inherited from NhBase.)
  Back to Top

See Also

Reference

NestedHtmlWriter Namespace

⚠️ **GitHub.com Fallback** ⚠️