org.exolab.castor.xml

Interface XMLConstants

public interface XMLConstants

Constants used by all of Castor-XML are defined here.
Version:
$Revision: 0000 $ $Date: $
Author:
Edward Kuns

Field Summary

static String
DESCRIPTOR_PACKAGE
Descriptors are placed into this special package relative to the generated source.
static String
DESCRIPTOR_SUFFIX
This suffix is added to a class name to make its descriptor.
static short
NAME_TYPE_CDATA
XML name type CDATA.
static short
NAME_TYPE_NCNAME
XML name type NCName.
static short
NAME_TYPE_NMTOKEN
XML name type NMTOKEN.
static short
NAME_TYPE_QNAME
XML name type QNAME.
static String
PKG_CDR_LIST_FILE
name of the class descriptor resolver file
static String
PKG_MAPPING_FILE
name of per package mapping file
static String
WHITESPACE_COLLAPSE
Whitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).
static String
WHITESPACE_PRESERVE
Whitespace preserve (keep exactly as-is).
static String
WHITESPACE_REPLACE
Whitespace replace (replace each whitespace with a blank).

Field Details

DESCRIPTOR_PACKAGE

public static final String DESCRIPTOR_PACKAGE
Descriptors are placed into this special package relative to the generated source.

DESCRIPTOR_SUFFIX

public static final String DESCRIPTOR_SUFFIX
This suffix is added to a class name to make its descriptor.

NAME_TYPE_CDATA

public static final short NAME_TYPE_CDATA
XML name type CDATA. (character data.)
Field Value:
2

NAME_TYPE_NCNAME

public static final short NAME_TYPE_NCNAME
XML name type NCName. (non-colonized name.)
Field Value:
0

NAME_TYPE_NMTOKEN

public static final short NAME_TYPE_NMTOKEN
XML name type NMTOKEN. (name token.)
Field Value:
1

NAME_TYPE_QNAME

public static final short NAME_TYPE_QNAME
XML name type QNAME. (qualified name.)
Field Value:
3

PKG_CDR_LIST_FILE

public static final String PKG_CDR_LIST_FILE
name of the class descriptor resolver file

PKG_MAPPING_FILE

public static final String PKG_MAPPING_FILE
name of per package mapping file

WHITESPACE_COLLAPSE

public static final String WHITESPACE_COLLAPSE
Whitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).

WHITESPACE_PRESERVE

public static final String WHITESPACE_PRESERVE
Whitespace preserve (keep exactly as-is).

WHITESPACE_REPLACE

public static final String WHITESPACE_REPLACE
Whitespace replace (replace each whitespace with a blank).

Intalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com