This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class NumericEntityEncoderFallbackBuffer
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class NumericEntityEncoderFallbackBuffer

The type exposes the following members.

Public Constructors

  Name Description
Public method NumericEntityEncoderFallbackBuffer Overloaded.

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method Fallback Overloaded.
Public method GetHashCode (Inherited from Object.)
Public method GetNextChar
When overridden in a derived class, retrieves the next character in the fallback buffer.
(Overrides EncoderFallbackBuffer..::GetNextChar()()()().)
Public method GetType (Inherited from Object.)
Public method MovePrevious
When overridden in a derived class, causes the next call to the GetNextChar()()()() method to access the data buffer character position that is prior to the current character position.
(Overrides EncoderFallbackBuffer..::MovePrevious()()()().)
Public method Reset
Initializes all data and state information pertaining to this fallback buffer.
(Overrides EncoderFallbackBuffer..::Reset()()()().)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Remaining
When overridden in a derived class, gets the number of characters in the current EncoderFallbackBuffer object that remain to be processed.
(Overrides EncoderFallbackBuffer..::Remaining.)

See Also

Advanced