com.sun.tools.xjc.reader

Class Const

public class Const extends Object

Useful constant values.
Field Summary
static StringDTD
URI to represent DTD.
static StringEXPECTED_CONTENT_TYPES
Attribute name of the expected media type.
static StringJAXB_NSURI
JAXB customization URI.
static StringRELAXNG_URI
RELAX NG namespace URI.
static StringXJC_EXTENSION_URI
XJC vendor extension namespace URI.
static StringXMLNS_URI
XML namespace URI.

Field Detail

DTD

public static final String DTD
URI to represent DTD.

EXPECTED_CONTENT_TYPES

public static final String EXPECTED_CONTENT_TYPES
Attribute name of the expected media type.

See Also: XML_MIME_URI http://www.w3.org/TR/xml-media-types/

JAXB_NSURI

public static final String JAXB_NSURI
JAXB customization URI.

RELAXNG_URI

public static final String RELAXNG_URI
RELAX NG namespace URI.

XJC_EXTENSION_URI

public static final String XJC_EXTENSION_URI
XJC vendor extension namespace URI.

XMLNS_URI

public static final String XMLNS_URI
XML namespace URI.