0284b24c 575e 7db9 4951 3097621bdb74 - autumn009/NestedHtmlWriter GitHub Wiki
a generic class for not empty element, use by derive.
System.Object
NestedHtmlWriter.NhBase
NestedHtmlWriter.NhNotEmpty
Namespace: NestedHtmlWriter
Assembly: NestedHtmlWriterPortable (in NestedHtmlWriterPortable.dll) Version: 1.0.6152.32515 (1.0.0.0)
C#
public class NhNotEmpty : NhBase, IDisposable
VB
Public Class NhNotEmpty
Inherits NhBase
Implements IDisposable
C++
public ref class NhNotEmpty : public NhBase,
IDisposable
F#
type NhNotEmpty =
class
inherit NhBase
interface IDisposable
end
The NhNotEmpty type exposes the following members.
Name | Description | |
---|---|---|
![]() |
NhNotEmpty | NhNotEmpty class constructor |
Name | Description | |
---|---|---|
![]() |
checkLock | check if locked (Inherited from NhBase.) |
![]() |
confirmStartTagClose | confirm tag is closed and if closed, outout '>' |
![]() |
Dispose | Release allocated resources |
![]() |
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 any text without any conmversion (Overrides NhBase.WriteRawString(String).) |
Name | Description | |
---|---|---|
![]() |
parent | parent object (Inherited from NhBase.) |
![]() |
writer | writer for output (Inherited from NhBase.) |