public interface XMLConstants
Modifier and Type | Field and Description |
---|---|
static String |
DESCRIPTOR_PACKAGE
Descriptors are placed into this special package relative to the generated source.
|
static 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 String |
PKG_CDR_LIST_FILE
name of the class descriptor resolver file.
|
static String |
PKG_MAPPING_FILE
name of per package mapping file.
|
static String |
WHITESPACE_COLLAPSE
Whitespace collapse (replace each whitespace with a blank, remove leading
and trailing whitespace, collapse consecutive blanks into exactly one blank).
|
static String |
WHITESPACE_PRESERVE
Whitespace preserve (keep exactly as-is).
|
static String |
WHITESPACE_REPLACE
Whitespace replace (replace each whitespace with a blank).
|
static final String DESCRIPTOR_PACKAGE
static final String DESCRIPTOR_SUFFIX
static final String WHITESPACE_PRESERVE
static final String WHITESPACE_REPLACE
static final String WHITESPACE_COLLAPSE
static final short NAME_TYPE_NCNAME
static final short NAME_TYPE_NMTOKEN
static final short NAME_TYPE_CDATA
static final short NAME_TYPE_QNAME
static final String PKG_MAPPING_FILE
static final String PKG_CDR_LIST_FILE
Copyright © 2024. All rights reserved.