|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--org.comedia.text.CAbstractHighlighter
|
+--org.comedia.text.CXmlHighlighter
Extends the CAbstractHighlighter to process XML source files.
| Fields inherited from class org.comedia.text.CAbstractHighlighter |
commentAttr, delimAttr, identAttr, keywordAttr, numberAttr, scanner, stringAttr, whiteSpaceAttr |
| Constructor Summary | |
CXmlHighlighter()
Constract this class with default properties. |
|
| Method Summary | |
boolean |
isMultilineComment()
Check if current is a multiline comment. |
int |
locateUnclosedComment(java.lang.String text,
int pos)
Locates a last unclosed multiline comment before specified position. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CXmlHighlighter()
| Method Detail |
public int locateUnclosedComment(java.lang.String text,
int pos)
locateUnclosedComment in class CAbstractHighlightertext - the text to search in.pos - the last positionpublic boolean isMultilineComment()
isMultilineComment in class CAbstractHighlighter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||