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 StringDescriptors are placed into this special package relative to the generated source.static final StringThis suffix is added to a class name to make its descriptor.static final shortXML name type CDATA.static final shortXML name type NCName.static final shortXML name type NMTOKEN.static final shortXML name type QNAME.static final Stringname of the class descriptor resolver file.static final Stringname of per package mapping file.static final StringWhitespace collapse (replace each whitespace with a blank, remove leading and trailing whitespace, collapse consecutive blanks into exactly one blank).static final StringWhitespace preserve (keep exactly as-is).static final StringWhitespace 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 preserve (keep exactly as-is).- See Also:
-
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
name of per package mapping file.- See Also:
-
PKG_CDR_LIST_FILE
name of the class descriptor resolver file.- See Also:
-