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 StringURI to represent DTD.static final StringAttribute name of the expected media type.static final StringJAXB customization URI.static final StringRELAX NG namespace URI.static final StringXJC vendor extension namespace URI.static final StringXML 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.- See Also:
-
WellKnownNamespace.XML_MIME_URI- http://www.w3.org/TR/xml-media-types/
- Constant Field Values
-
-
Constructor Details
-
Const
public Const()
-