0284b24c 575e 7db9 4951 3097621bdb74 - autumn009/NestedHtmlWriter GitHub Wiki

NhNotEmpty Class

a generic class for not empty element, use by derive.

Inheritance Hierarchy

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

Syntax

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.

Constructors

 

Name Description
Public method NhNotEmpty NhNotEmpty class constructor
  Back to Top

Methods

 

Name Description
Protected method checkLock check if locked (Inherited from NhBase.)
Protected method confirmStartTagClose confirm tag is closed and if closed, outout '>'
Public method Dispose Release allocated resources
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 any text without any conmversion (Overrides NhBase.WriteRawString(String).)
  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

Inheritance HierarchySystem.Object
  NestedHtmlWriter.NhBase
    NestedHtmlWriter.NhNotEmpty
      NestedHtmlWriter.NhBlock
      NestedHtmlWriter.NhHead
      NestedHtmlWriter.NhHtml
      NestedHtmlWriter.NhOl
      NestedHtmlWriter.NhTable
      NestedHtmlWriter.NhTextAvailable
      NestedHtmlWriter.NhTr
      NestedHtmlWriter.NhUl

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