public class XmlHighlighterColors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static TextAttributesKey |
HTML_ATTRIBUTE_NAME |
static TextAttributesKey |
HTML_ATTRIBUTE_VALUE |
static TextAttributesKey |
HTML_CODE |
static TextAttributesKey |
HTML_COMMENT |
static TextAttributesKey |
HTML_ENTITY_REFERENCE |
static TextAttributesKey |
HTML_INJECTED_LANGUAGE_FRAGMENT |
static TextAttributesKey |
HTML_TAG |
static TextAttributesKey |
HTML_TAG_NAME |
static TextAttributesKey |
MATCHED_TAG_NAME |
static TextAttributesKey |
XML_ATTRIBUTE_NAME |
static TextAttributesKey |
XML_ATTRIBUTE_VALUE |
static TextAttributesKey |
XML_COMMENT |
static TextAttributesKey |
XML_ENTITY_REFERENCE |
static TextAttributesKey |
XML_INJECTED_LANGUAGE_FRAGMENT |
static TextAttributesKey |
XML_NS_PREFIX |
static TextAttributesKey |
XML_PROLOGUE |
static TextAttributesKey |
XML_TAG |
static TextAttributesKey |
XML_TAG_DATA |
static TextAttributesKey |
XML_TAG_NAME |
public static final TextAttributesKey XML_PROLOGUE
public static final TextAttributesKey XML_COMMENT
public static final TextAttributesKey XML_TAG
public static final TextAttributesKey XML_TAG_NAME
public static final TextAttributesKey XML_NS_PREFIX
public static final TextAttributesKey XML_ATTRIBUTE_NAME
public static final TextAttributesKey XML_ATTRIBUTE_VALUE
public static final TextAttributesKey XML_TAG_DATA
public static final TextAttributesKey XML_ENTITY_REFERENCE
public static final TextAttributesKey HTML_COMMENT
public static final TextAttributesKey HTML_TAG
public static final TextAttributesKey HTML_TAG_NAME
public static final TextAttributesKey HTML_ATTRIBUTE_NAME
public static final TextAttributesKey HTML_ATTRIBUTE_VALUE
public static final TextAttributesKey HTML_ENTITY_REFERENCE
public static final TextAttributesKey HTML_CODE
public static final TextAttributesKey XML_INJECTED_LANGUAGE_FRAGMENT
public static final TextAttributesKey HTML_INJECTED_LANGUAGE_FRAGMENT
public static final TextAttributesKey MATCHED_TAG_NAME