NevronOpenVision
Nevron.Nov.Text Namespace / NSyntaxHighlighter Class
Fields Properties Methods


In This Topic
    NSyntaxHighlighter Class Members
    In This Topic

    The following tables list the members exposed by NSyntaxHighlighter.

    Protected Fields
     NameDescription
    Protected Fieldstatic (Shared in Visual Basic)An array of the comment end characters.  
    Protected FieldToken start position.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe comment start character.  
    Public PropertyDetermines whether the CSS styles should be inlined in "style" attributes or not. By default set to false.  
    Public PropertyThe keywords to highlight.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a syntax highligher for the given programming language.  
    Public MethodOverloaded. Analyzes the given source code stream, highlights its syntax and returns the resulting HTML and CSS code as a stream.  
    Top
    Protected Methods
     NameDescription
    Protected MethodChecks whether the given character is the start of a string literal.  
    Protected MethodCall when a comment is met.  
    Protected MethodReads after a comment start character.  
    Top
    See Also