Package 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
FieldsModifier and TypeFieldDescriptionstatic final String
Descriptors are placed into this special package relative to the generated source.static final String
This suffix is added to a class name to make its descriptor.static final short
XML name type CDATA.static final short
XML name type NCName.static final short
XML name type NMTOKEN.static final short
XML name type QNAME.static final String
name of the class descriptor resolver file.static final String
name of per package mapping file.static final String
Whitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).static final String
Whitespace preserve (keep exactly as-is).static final String
Whitespace replace (replace each whitespace with a blank).
-
Field Details
-
DESCRIPTOR_PACKAGE
Descriptors are placed into this special package relative to the generated source.- See Also:
-
DESCRIPTOR_SUFFIX
This suffix is added to a class name to make its descriptor.- See Also:
-
WHITESPACE_PRESERVE
-
WHITESPACE_REPLACE
Whitespace replace (replace each whitespace with a blank).- See Also:
-
WHITESPACE_COLLAPSE
Whitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).- See Also:
-
NAME_TYPE_NCNAME
static final short NAME_TYPE_NCNAMEXML name type NCName. (non-colonized name.)- See Also:
-
NAME_TYPE_NMTOKEN
static final short NAME_TYPE_NMTOKENXML name type NMTOKEN. (name token.)- See Also:
-
NAME_TYPE_CDATA
static final short NAME_TYPE_CDATAXML name type CDATA. (character data.)- See Also:
-
NAME_TYPE_QNAME
static final short NAME_TYPE_QNAMEXML name type QNAME. (qualified name.)- See Also:
-
PKG_MAPPING_FILE
-
PKG_CDR_LIST_FILE
-