public interface XMLStyleConstants
Note: The XML Editor package is based on the JavaEditorKit example as described in the article 'Customizing a Text Editor' by Timothy Prinzing . See: http://java.sun.com/products/jfc/tsc/articles/text/editor_kit/
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_NAME
The style constant for attribute name
|
static String |
ATTRIBUTE_PREFIX
The style constant for attribute prefix
|
static String |
ATTRIBUTE_VALUE
The style constant for attribute value
|
static String |
CDATA
The style constant for CData
|
static String |
COMMENT
The style constant for comment
|
static String |
DECLARATION
The style constant for declaration
|
static String |
ELEMENT_NAME
The style constant for element name
|
static String |
ELEMENT_PREFIX
The style constant for element prefix
|
static String |
ELEMENT_VALUE
The style constant for element value
|
static String |
ENTITY
The style constant for entity
|
static String |
NAMESPACE_NAME
The style constant for namespace name
|
static String |
NAMESPACE_PREFIX
The style constant for namespace prefix
|
static String |
NAMESPACE_VALUE
The style constant for namespace value
|
static String |
SPECIAL
The style constant for special
|
static String |
STRING
The style constant for string
|
static final String ELEMENT_NAME
static final String ELEMENT_PREFIX
static final String ELEMENT_VALUE
static final String ATTRIBUTE_NAME
static final String ATTRIBUTE_PREFIX
static final String ATTRIBUTE_VALUE
static final String NAMESPACE_NAME
static final String NAMESPACE_PREFIX
static final String NAMESPACE_VALUE
static final String ENTITY
static final String COMMENT
static final String CDATA
static final String DECLARATION
static final String SPECIAL
static final String STRING
Copyright © 2022 WSO2. All rights reserved.