org.exolab.castor.xml
Interface XMLConstants
public interface XMLConstants
Constants used by all of Castor-XML are defined here.
$Revision: 0000 $ $Date: $
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.)
NAME_TYPE_NCNAME
public static final short NAME_TYPE_NCNAME
XML name type NCName. (non-colonized name.)
NAME_TYPE_NMTOKEN
public static final short NAME_TYPE_NMTOKEN
XML name type NMTOKEN. (name token.)
NAME_TYPE_QNAME
public static final short NAME_TYPE_QNAME
XML name type QNAME. (qualified name.)
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