39404142434445
private JibxBuilder jibx; public JibxCompilerHandler(CompilerOptions options, NamespaceContext nsContext) { this.options = options; this.nsContext = nsContext; this.jibx = new JibxBuilder(options); }