Click or drag to resize
CharacterCountingIteratorStartOfItemCharacterCounterVisitor Class
Visitor implementation that counts the number of characters found when moving from outside a container to the first location inside it.
Inheritance Hierarchy
SystemObject
  Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApiCharacterCountingIteratorStartOfItemCharacterCounterVisitor

Namespace: Sdl.FileTypeSupport.Framework.Core.Utilities.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.Utilities (in Sdl.FileTypeSupport.Framework.Core.Utilities.dll) Version: 1.0.0.0 (1.0.2508.0)
Syntax
protected class StartOfItemCharacterCounterVisitor : CharacterCountingIteratorICharacterCountingVisitor, 
	IMarkupDataVisitor

The CharacterCountingIteratorStartOfItemCharacterCounterVisitor type exposes the following members.

Constructors
  NameDescription
Public methodCharacterCountingIteratorStartOfItemCharacterCounterVisitor
Initializes a new instance of the CharacterCountingIteratorStartOfItemCharacterCounterVisitor class
Top
Properties
  NameDescription
Public propertyCount
Number of counted characters
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodVisitCommentMarker
0 characters for "start of comment"
Public methodVisitLocationMarker
0 characters for location marker
Public methodVisitLockedContent
Count characters inside locked content.
Public methodVisitOtherMarker
0 characters for "start of other marker"
Public methodVisitPlaceholderTag
Count the number of characters in the tag.
Public methodVisitRevisionMarker
0 characters for "start of revision marker"
Public methodVisitSegment
0 characters for "start of segment"
Public methodVisitTagPair
Count the number of characters in the start tag.
Public methodVisitText
Count characters in the text.
Top
See Also
Community
Edit

Be the first to Edit the community content of this topic.
Comments