Class TypeSystemHolder


  • public class TypeSystemHolder
    extends java.lang.Object
    This class is the hook which causes the SchemaTypeSystem to be loaded when a generated class is used. It isn't used by the runtime directly, instead this class is used by the schema compiler as a template class. By using a template class, the SchemaTypeSystemImpl can create all the binary files required without needing to rely on javac. The generated source still requires a java compiler.
    See Also:
    SchemaTypeSystemImpl.save(org.apache.xmlbeans.Filer)
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait