Get Bounce at SourceForge.net. Fast secure and Free Open Source software downloads

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 java.lang.String ATTRIBUTE_NAME
          The style constant for attribute name
static java.lang.String ATTRIBUTE_PREFIX
          The style constant for attribute prefix
static java.lang.String ATTRIBUTE_VALUE
          The style constant for attribute value
static java.lang.String CDATA
          The style constant for cdata
static java.lang.String COMMENT
          The style constant for comment
static java.lang.String DECLARATION
          The style constant for declaration
static java.lang.String ELEMENT_NAME
          The style constant for element name
static java.lang.String ELEMENT_PREFIX
          The style constant for element prefix
static java.lang.String ELEMENT_VALUE
          The style constant for element value
static java.lang.String ENTITY
          The style constant for entity
static java.lang.String ENTITY_REFERENCE
          The style constant for entity
static java.lang.String NAMESPACE_NAME
          The style constant for namespace name
static java.lang.String NAMESPACE_PREFIX
          The style constant for namespace prefix
static java.lang.String NAMESPACE_VALUE
          The style constant for namespace value
static java.lang.String SPECIAL
          The style constant for special
static java.lang.String STRING
          The style constant for string
static java.lang.String WHITESPACE
           
 

Field Detail

ELEMENT_NAME

static final java.lang.String ELEMENT_NAME
The style constant for element name

See Also:
Constant Field Values

ELEMENT_PREFIX

static final java.lang.String ELEMENT_PREFIX
The style constant for element prefix

See Also:
Constant Field Values

ELEMENT_VALUE

static final java.lang.String ELEMENT_VALUE
The style constant for element value

See Also:
Constant Field Values

ATTRIBUTE_NAME

static final java.lang.String ATTRIBUTE_NAME
The style constant for attribute name

See Also:
Constant Field Values

ATTRIBUTE_PREFIX

static final java.lang.String ATTRIBUTE_PREFIX
The style constant for attribute prefix

See Also:
Constant Field Values

ATTRIBUTE_VALUE

static final java.lang.String ATTRIBUTE_VALUE
The style constant for attribute value

See Also:
Constant Field Values

NAMESPACE_NAME

static final java.lang.String NAMESPACE_NAME
The style constant for namespace name

See Also:
Constant Field Values

NAMESPACE_PREFIX

static final java.lang.String NAMESPACE_PREFIX
The style constant for namespace prefix

See Also:
Constant Field Values

NAMESPACE_VALUE

static final java.lang.String NAMESPACE_VALUE
The style constant for namespace value

See Also:
Constant Field Values

ENTITY

static final java.lang.String ENTITY
The style constant for entity

See Also:
Constant Field Values

COMMENT

static final java.lang.String COMMENT
The style constant for comment

See Also:
Constant Field Values

CDATA

static final java.lang.String CDATA
The style constant for cdata

See Also:
Constant Field Values

DECLARATION

static final java.lang.String DECLARATION
The style constant for declaration

See Also:
Constant Field Values

SPECIAL

static final java.lang.String SPECIAL
The style constant for special

See Also:
Constant Field Values

STRING

static final java.lang.String STRING
The style constant for string

See Also:
Constant Field Values

WHITESPACE

static final java.lang.String WHITESPACE
See Also:
Constant Field Values

ENTITY_REFERENCE

static final java.lang.String ENTITY_REFERENCE
The style constant for entity

See Also:
Constant Field Values

Get Bounce at SourceForge.net. Fast secure and Free Open Source software downloads

Copyright 2002-2002-2009 Edwin Dankert. All Rights Reserved.