Package org.exolab.castor.xml
Interface XMLConstants
-
public interface XMLConstantsConstants used by all of Castor-XML are defined here.- Version:
- $Revision: 0000 $ $Date: $
- Author:
- Edward Kuns
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTOR_PACKAGEDescriptors are placed into this special package relative to the generated source.static java.lang.StringDESCRIPTOR_SUFFIXThis suffix is added to a class name to make its descriptor.static shortNAME_TYPE_CDATAXML name type CDATA.static shortNAME_TYPE_NCNAMEXML name type NCName.static shortNAME_TYPE_NMTOKENXML name type NMTOKEN.static shortNAME_TYPE_QNAMEXML name type QNAME.static java.lang.StringPKG_CDR_LIST_FILEname of the class descriptor resolver file.static java.lang.StringPKG_MAPPING_FILEname of per package mapping file.static java.lang.StringWHITESPACE_COLLAPSEWhitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).static java.lang.StringWHITESPACE_PRESERVEWhitespace preserve (keep exactly as-is).static java.lang.StringWHITESPACE_REPLACEWhitespace replace (replace each whitespace with a blank).
-
-
-
Field Detail
-
DESCRIPTOR_PACKAGE
static final java.lang.String DESCRIPTOR_PACKAGE
Descriptors are placed into this special package relative to the generated source.- See Also:
- Constant Field Values
-
DESCRIPTOR_SUFFIX
static final java.lang.String DESCRIPTOR_SUFFIX
This suffix is added to a class name to make its descriptor.- See Also:
- Constant Field Values
-
WHITESPACE_PRESERVE
static final java.lang.String WHITESPACE_PRESERVE
Whitespace preserve (keep exactly as-is).- See Also:
- Constant Field Values
-
WHITESPACE_REPLACE
static final java.lang.String WHITESPACE_REPLACE
Whitespace replace (replace each whitespace with a blank).- See Also:
- Constant Field Values
-
WHITESPACE_COLLAPSE
static final java.lang.String WHITESPACE_COLLAPSE
Whitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).- See Also:
- Constant Field Values
-
NAME_TYPE_NCNAME
static final short NAME_TYPE_NCNAME
XML name type NCName. (non-colonized name.)- See Also:
- Constant Field Values
-
NAME_TYPE_NMTOKEN
static final short NAME_TYPE_NMTOKEN
XML name type NMTOKEN. (name token.)- See Also:
- Constant Field Values
-
NAME_TYPE_CDATA
static final short NAME_TYPE_CDATA
XML name type CDATA. (character data.)- See Also:
- Constant Field Values
-
NAME_TYPE_QNAME
static final short NAME_TYPE_QNAME
XML name type QNAME. (qualified name.)- See Also:
- Constant Field Values
-
PKG_MAPPING_FILE
static final java.lang.String PKG_MAPPING_FILE
name of per package mapping file.- See Also:
- Constant Field Values
-
PKG_CDR_LIST_FILE
static final java.lang.String PKG_CDR_LIST_FILE
name of the class descriptor resolver file.- See Also:
- Constant Field Values
-
-