net.openmarkup
Class Attributes

java.lang.Object
  extended bynet.openmarkup.Attributes

public class Attributes
extends Object

Defines a collection of enumeration constants for names of attributes.

Author:
Ramesh Gupta

Field Summary
static String BASE
          Represents the local name of the "base" attribute.
static String CLASS
          Represents the local name of the "class" attribute.
static String DESCRIPTION
          Represents the local name of the "description" attribute.
static String GUID
          Represents the local name of the "guid" attribute.
static String HREF
          Represents the local name of the "href" attribute.
static String ID
          Represents the local name of the "id" attribute.
static String INDEX
          Represents the local name of the "index" attribute.
static String KEY
          Represents the local name of the "key" attribute.
static String LOCALE
          Represents the local name of the "locale" attribute.
static String METHOD
          Represents the local name of the "method" attribute.
static String NAME
          Represents the local name of the "name" attribute.
static String NAMESPACE
          Represents the local name of the "namespace" attribute.
static String PARAMS
          Represents the local name of the "params" attribute.
static String PROPERTY
          Represents the local name of the "property" attribute.
static String TARGET
          Represents the local name of the "target" attribute.
static String TITLE
          Represents the local name of the "title" attribute.
static String TYPE
          Represents the local name of the "type" attribute.
static String VALUE
          Represents the local name of the "value" attribute.
static String VERSION
          Represents the local name of the "version" attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE

public static final String BASE
Represents the local name of the "base" attribute.

See Also:
Constant Field Values

CLASS

public static final String CLASS
Represents the local name of the "class" attribute.

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
Represents the local name of the "description" attribute.

See Also:
Constant Field Values

GUID

public static final String GUID
Represents the local name of the "guid" attribute.

See Also:
Constant Field Values

HREF

public static final String HREF
Represents the local name of the "href" attribute.

See Also:
Constant Field Values

INDEX

public static final String INDEX
Represents the local name of the "index" attribute.

See Also:
Constant Field Values

ID

public static final String ID
Represents the local name of the "id" attribute.

See Also:
Constant Field Values

KEY

public static final String KEY
Represents the local name of the "key" attribute.

See Also:
Constant Field Values

LOCALE

public static final String LOCALE
Represents the local name of the "locale" attribute.

See Also:
Constant Field Values

METHOD

public static final String METHOD
Represents the local name of the "method" attribute.

See Also:
Constant Field Values

NAME

public static final String NAME
Represents the local name of the "name" attribute.

See Also:
Constant Field Values

NAMESPACE

public static final String NAMESPACE
Represents the local name of the "namespace" attribute.

See Also:
Constant Field Values

PARAMS

public static final String PARAMS
Represents the local name of the "params" attribute.

See Also:
Constant Field Values

PROPERTY

public static final String PROPERTY
Represents the local name of the "property" attribute.

See Also:
Constant Field Values

TARGET

public static final String TARGET
Represents the local name of the "target" attribute.

See Also:
Constant Field Values

TITLE

public static final String TITLE
Represents the local name of the "title" attribute.

See Also:
Constant Field Values

TYPE

public static final String TYPE
Represents the local name of the "type" attribute.

See Also:
Constant Field Values

VALUE

public static final String VALUE
Represents the local name of the "value" attribute.

See Also:
Constant Field Values

VERSION

public static final String VERSION
Represents the local name of the "version" attribute.

See Also:
Constant Field Values


Copyright 2003-2004 eNode, Inc. All rights reserved.