Package com.sun.tools.xjc.reader
Class Const
java.lang.Object
com.sun.tools.xjc.reader.Const
Useful constant values.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
URI to represent DTD.static final String
Attribute name of the expected media type.static final String
JAXB customization URI.static final String
RELAX NG namespace URI.static final String
XJC vendor extension namespace URI.static final String
XML namespace URI. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XMLNS_URI
XML namespace URI.- See Also:
-
JAXB_NSURI
JAXB customization URI.- See Also:
-
XJC_EXTENSION_URI
XJC vendor extension namespace URI.- See Also:
-
RELAXNG_URI
RELAX NG namespace URI.- See Also:
-
DTD
URI to represent DTD.- See Also:
-
EXPECTED_CONTENT_TYPES
Attribute name of the expected media type.
-
-
Constructor Details
-
Const
public Const()
-