public final class XQuerySyntax
extends java.lang.Object
| Constructor and Description |
|---|
XQuerySyntax() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
commentEnd()
Returns the end of a comment.
|
byte[] |
commentOpen()
Returns the start of a comment.
|
java.awt.Color |
getColor(BaseXTextTokens text)
Returns the color for the current token.
|
void |
init()
Initializes the highlighter.
|
public void init()
public java.awt.Color getColor(BaseXTextTokens text)
text - tokenizerpublic byte[] commentOpen()
public byte[] commentEnd()