< prev index next >

src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/MessageBundle.properties

Print this page

        

*** 71,93 **** \ \ -encoding <encoding> : specify character encoding for generated source files\n\ \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\ \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ - \ \ -relaxng : treat input as RELAX NG (experimental,unsupported)\n\ - \ \ -relaxng-compact : treat input as RELAX NG compact syntax (experimental,unsupported)\n\ \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\ \ \ -verbose : be extra verbose\n\ \ \ -quiet : suppress compiler output\n\ \ \ -help : display this help message\n\ \ \ -version : display version information\n\ \ \ -fullversion : display full version information\n\ Driver.AddonUsage = \nExtensions: ! # {0} - one of: DTD, RELAX NG, RELAX NG compact syntax, WSDL; {1} - one of (respectively): -dtd, -relaxng, -relaxng-compact, -wsdl Driver.ExperimentalLanguageWarning = \ Are you trying to compile {0}? Support for {0} is experimental. \ You may enable it by using the {1} option. # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility). --- 71,91 ---- \ \ -encoding <encoding> : specify character encoding for generated source files\n\ \ \ -enableIntrospection : enable correct generation of Boolean getters/setters to enable Bean Introspection apis \n\ \ \ -disableXmlSecurity : disables XML security features when parsing XML documents \n\ \ \ -contentForWildcard : generates content property for types with multiple xs:any derived elements \n\ \ \ -xmlschema : treat input as W3C XML Schema (default)\n\ \ \ -dtd : treat input as XML DTD (experimental,unsupported)\n\ \ \ -wsdl : treat input as WSDL and compile schemas inside it (experimental,unsupported)\n\ \ \ -verbose : be extra verbose\n\ \ \ -quiet : suppress compiler output\n\ \ \ -help : display this help message\n\ \ \ -version : display version information\n\ \ \ -fullversion : display full version information\n\ Driver.AddonUsage = \nExtensions: ! # {0} - one of: DTD, WSDL; {1} - one of (respectively): -dtd, -wsdl Driver.ExperimentalLanguageWarning = \ Are you trying to compile {0}? Support for {0} is experimental. \ You may enable it by using the {1} option. # Not concatenated with any other String. Variable: Name of a directory (input argument of the XJC utility).
< prev index next >