Interface XMLConstants


  • public interface XMLConstants
    Constants 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.String DESCRIPTOR_PACKAGE
      Descriptors are placed into this special package relative to the generated source.
      static java.lang.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 java.lang.String PKG_CDR_LIST_FILE
      name of the class descriptor resolver file.
      static java.lang.String PKG_MAPPING_FILE
      name of per package mapping file.
      static 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).
      static java.lang.String WHITESPACE_PRESERVE
      Whitespace preserve (keep exactly as-is).
      static java.lang.String WHITESPACE_REPLACE
      Whitespace 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