636ef5f5 09d1 2665 472f 0dd1e7e7db5e - autumn009/NestedHtmlWriter GitHub Wiki
entire document
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhDocument
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
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.
Name | Description | |
---|---|---|
![]() |
NhDocument(TextWriter) | NhDocument class constructor automatically create XML declalation and DOCTYPE declalation for XHTML 1.1 |
![]() |
NhDocument(TextWriter, NhDocumentType) | NhDocument class constructor automatically create XML declalation and DOCTYPE declalation |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
CreateHtml() | **Obsolete. ** html elemnt object creation |
![]() |
CreateHtml(Boolean) | html elemnt object creation |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
WriteAttribute | output any attributes (Inherited from NhBase.) |
![]() |
WriteClassAttr | output class attribute (Inherited from NhBase.) |
![]() |
WriteIDAttr | output id attribute (Inherited from NhBase.) |
![]() |
WriteRawString | Output without any conversion. Don't use this method until you need. (Inherited from NhBase.) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |