Package com.ctc.wstx.cfg
Interface XmlConsts
public interface XmlConsts
Simple constant container interface, shared by input and output
sides.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
Top-most namespace URI assigned for root element, if not specifically defined (default namespace unbound).static final String
static final String
static final int
This constant defines the highest Unicode character allowed in XML content.static final String
static final String
static final String
static final String
static final String
static final int
static final String
static final int
static final String
static final int
This constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.
-
Field Details
-
XML_DECL_KW_ENCODING
- See Also:
-
XML_DECL_KW_VERSION
- See Also:
-
XML_DECL_KW_STANDALONE
- See Also:
-
XML_V_10_STR
- See Also:
-
XML_V_11_STR
- See Also:
-
XML_V_UNKNOWN
static final int XML_V_UNKNOWNThis constants refers to cases where the version has not been declared explicitly; and needs to be considered to be 1.0.- See Also:
-
XML_V_10
static final int XML_V_10- See Also:
-
XML_V_11
static final int XML_V_11- See Also:
-
XML_SA_YES
- See Also:
-
XML_SA_NO
- See Also:
-
ELEM_NO_NS_URI
- See Also:
-
ATTR_NO_NS_URI
- See Also:
-
ELEM_NO_PREFIX
- See Also:
-
ATTR_NO_PREFIX
- See Also:
-
DEFAULT_NAMESPACE_URI
Top-most namespace URI assigned for root element, if not specifically defined (default namespace unbound).As per Stax specs, related clarifying discussion on the mailing list, and especially JDK 1.6 definitions in
XMLConstants
constants, empty String should be used instead of null.- See Also:
-
MAX_UNICODE_CHAR
static final int MAX_UNICODE_CHARThis constant defines the highest Unicode character allowed in XML content.- See Also:
-