#include <qscilexerxml.h>
Inherits QsciLexerHTML.
QsciLexerXML::QsciLexerXML | ( | QObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Construct a QsciLexerXML with parent parent and name name. parent is typically the QsciScintilla instance.
virtual QsciLexerXML::~QsciLexerXML | ( | ) | [virtual] |
Destroys the QsciLexerXML instance.
const char* QsciLexerXML::language | ( | ) | const [virtual] |
const char* QsciLexerXML::lexer | ( | ) | const [virtual] |
Returns the name of the lexer. Some lexers support a number of languages.
Reimplemented from QsciLexerHTML.
QColor QsciLexerXML::defaultColor | ( | int | style | ) | const [virtual] |
Returns the foreground colour of the text for style number style.
Reimplemented from QsciLexerHTML.
bool QsciLexerXML::defaultEolFill | ( | int | style | ) | const [virtual] |
QFont QsciLexerXML::defaultFont | ( | int | style | ) | const [virtual] |
QColor QsciLexerXML::defaultPaper | ( | int | style | ) | const [virtual] |
Returns the background colour of the text for style number style.
Reimplemented from QsciLexerHTML.
const char* QsciLexerXML::keywords | ( | int | set | ) | const [virtual] |
Returns the set of keywords for the keyword set set recognised by the lexer as a space separated string.
Reimplemented from QsciLexerHTML.