|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XMLStyleConstants
The contants used for the XML editor.
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/
Field Summary | |
---|---|
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 |
ENTITY_REFERENCE
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 String |
WHITESPACE
|
Field Detail |
---|
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
static final String WHITESPACE
static final String ENTITY_REFERENCE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |