| java.lang.Object org.netbeans.editor.ext.html.SyntaxElement
SyntaxElement | class SyntaxElement (Code) | | SyntaxElement is class internal to HTML Completion engine, it is used during
the analysis of the HTML code.
It is an element of the dynamically created chain of other SyntaxElements.
The access to it is done through the HTMLSyntaxSupport, which also takes care
of dynamically extending it when needed.
author: Petr Nejedly version: 1.0 |
TYPE_COMMENT | final public static int TYPE_COMMENT(Code) | | |
TYPE_DECLARATION | final public static int TYPE_DECLARATION(Code) | | |
TYPE_ENDTAG | final public static int TYPE_ENDTAG(Code) | | |
TYPE_ERROR | final public static int TYPE_ERROR(Code) | | |
TYPE_TAG | final public static int TYPE_TAG(Code) | | |
TYPE_TEXT | final public static int TYPE_TEXT(Code) | | |
SyntaxElement | public SyntaxElement(HTMLSyntaxSupport support, int from, int to, int type)(Code) | | Creates new SyntaxElement
|
getElementLength | public int getElementLength()(Code) | | |
getElementOffset | public int getElementOffset()(Code) | | |
getType | public int getType()(Code) | | |
|
|