org.apache.cocoon.xml
Interface AttributeTypes


public interface AttributeTypes

Insert the type's description here.

Version:
CVS $Id: AttributeTypes.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Volker Schmitt

Field Summary
static String CDATA
           
static String ENTITIES
           
static String ENTITY
           
static String ID
           
static String IDREF
           
static String IDREFS
           
static String NAME
           
static String NAMES
           
static String NMTOKEN
           
static String NMTOKENS
           
static String NOTATION
           
static String NUMBER
           
static String NUMBERS
           
static String NUTOKEN
           
static String NUTOKENS
           
 

Field Detail

CDATA

static final String CDATA
See Also:
Constant Field Values

ENTITY

static final String ENTITY
See Also:
Constant Field Values

ENTITIES

static final String ENTITIES
See Also:
Constant Field Values

ID

static final String ID
See Also:
Constant Field Values

IDREF

static final String IDREF
See Also:
Constant Field Values

IDREFS

static final String IDREFS
See Also:
Constant Field Values

NAME

static final String NAME
See Also:
Constant Field Values

NAMES

static final String NAMES
See Also:
Constant Field Values

NMTOKEN

static final String NMTOKEN
See Also:
Constant Field Values

NMTOKENS

static final String NMTOKENS
See Also:
Constant Field Values

NOTATION

static final String NOTATION
See Also:
Constant Field Values

NUMBER

static final String NUMBER
See Also:
Constant Field Values

NUMBERS

static final String NUMBERS
See Also:
Constant Field Values

NUTOKEN

static final String NUTOKEN
See Also:
Constant Field Values

NUTOKENS

static final String NUTOKENS
See Also:
Constant Field Values


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.