org.bounce.text.xml
Interface XMLStyleConstants

All Known Implementing Classes:
XMLEditorKit

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/

Version:
$Revision: 1.3 $, $Date: 2009/01/22 22:14:59 $
Author:
Edwin Dankert

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

ELEMENT_NAME

static final String ELEMENT_NAME
The style constant for element name

See Also:
Constant Field Values

ELEMENT_PREFIX

static final String ELEMENT_PREFIX
The style constant for element prefix

See Also:
Constant Field Values

ELEMENT_VALUE

static final String ELEMENT_VALUE
The style constant for element value

See Also:
Constant Field Values

ATTRIBUTE_NAME

static final String ATTRIBUTE_NAME
The style constant for attribute name

See Also:
Constant Field Values

ATTRIBUTE_PREFIX

static final String ATTRIBUTE_PREFIX
The style constant for attribute prefix

See Also:
Constant Field Values

ATTRIBUTE_VALUE

static final String ATTRIBUTE_VALUE
The style constant for attribute value

See Also:
Constant Field Values

NAMESPACE_NAME

static final String NAMESPACE_NAME
The style constant for namespace name

See Also:
Constant Field Values

NAMESPACE_PREFIX

static final String NAMESPACE_PREFIX
The style constant for namespace prefix

See Also:
Constant Field Values

NAMESPACE_VALUE

static final String NAMESPACE_VALUE
The style constant for namespace value

See Also:
Constant Field Values

ENTITY

static final String ENTITY
The style constant for entity

See Also:
Constant Field Values

COMMENT

static final String COMMENT
The style constant for comment

See Also:
Constant Field Values

CDATA

static final String CDATA
The style constant for cdata

See Also:
Constant Field Values

DECLARATION

static final String DECLARATION
The style constant for declaration

See Also:
Constant Field Values

SPECIAL

static final String SPECIAL
The style constant for special

See Also:
Constant Field Values

STRING

static final String STRING
The style constant for string

See Also:
Constant Field Values

WHITESPACE

static final String WHITESPACE
See Also:
Constant Field Values

ENTITY_REFERENCE

static final String ENTITY_REFERENCE
The style constant for entity

See Also:
Constant Field Values


Copyright © 2002-2011 Edwin Dankert. All Rights Reserved.