Home » openjdk-7 » com.sun.tools.internal » xjc »

com.sun.tools.internal.xjc

Sub Packages:

com.sun.tools.internal.xjc.addon.at_generated    
com.sun.tools.internal.xjc.addon.code_injector    
com.sun.tools.internal.xjc.addon.locator    
com.sun.tools.internal.xjc.addon.sync    
com.sun.tools.internal.xjc.api   API for programatic invocation of XJC and schemagen.  
com.sun.tools.internal.xjc.api.impl.j2s    
com.sun.tools.internal.xjc.api.impl.s2j   implementation of the XJC API for schema to java.  
com.sun.tools.internal.xjc.api.util   Utility code shared between JAXB and JAX-WS  
com.sun.tools.internal.xjc.generator.annotation.ri    
com.sun.tools.internal.xjc.generator.annotation.spec    
com.sun.tools.internal.xjc.generator.bean    
com.sun.tools.internal.xjc.generator.bean.field   FieldRenderer and its implementation classes.  
com.sun.tools.internal.xjc.generator.util    
com.sun.tools.internal.xjc.model    
com.sun.tools.internal.xjc.model.nav   Compile-time representation of Java type system.  
com.sun.tools.internal.xjc.outline   Provides the outline of the generated Java source code so that additional processings (such as adding more annotations) can be done on the generated code.  
com.sun.tools.internal.xjc.reader   Front-end that reads schema(s) and produce BGM.  
com.sun.tools.internal.xjc.reader.dtd    
com.sun.tools.internal.xjc.reader.dtd.bindinfo   Object Model that represents DTD binding information.  
com.sun.tools.internal.xjc.reader.gbind   Binary expressions are left-associative.  
com.sun.tools.internal.xjc.reader.internalizer   internalization of external binding files and <jaxb:bindings> customizations.  
com.sun.tools.internal.xjc.reader.relaxng    
com.sun.tools.internal.xjc.reader.xmlschema    
com.sun.tools.internal.xjc.reader.xmlschema.bindinfo   Object Model that represents customization declarations.  
com.sun.tools.internal.xjc.reader.xmlschema.ct    
com.sun.tools.internal.xjc.reader.xmlschema.parser    
com.sun.tools.internal.xjc.runtime   Code generated into the user's packages in certain compilation mode.  
com.sun.tools.internal.xjc.util    
com.sun.tools.internal.xjc.writer    

Abstract Classes:

ErrorReceiver   Implemented by the driver of the compiler engine to handle errors found during the compiliation.  code | html
Plugin   Add-on that works on the generated source code.  code | html
XJCListener   Call-back interface that can be implemented by the caller of Driver to receive output from XJC.  code | html

Classes:

Language   Type of the schema language.  code | html
AbortException   Signals the abortion of the compilation.  code | html
BadCommandLineException   Signals a bad command line argument.  code | html
ConsoleErrorReporter   ErrorReceiver that prints to a PrintStream code | html
Messages   Formats error messages.  code | html
ModelLoader   Builds a Model object.  code | html
ModelLoader.SpeculationChecker     code | html
ModelLoader.SpeculationFailure     code | html
ModelLoader.XMLSchemaParser   XMLParser implementation that adds additional processors into the chain.  code | html
Options   Global options.  code | html
ProgressCodeWriter   CodeWriter that reports progress to XJCListener code | html
SchemaCache   Wraps a JAXP Schema object and lazily instanciate it.  code | html