Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.xmlbeans.impl.tool: Javadoc index of package org.apache.xmlbeans.impl.tool.


Package Samples:

org.apache.xmlbeans.impl.tool

Classes:

XMLBean: Modeled after Ant's javac and zip tasks. Schema files to process, or directories of schema files, are set with the 'schema' attribute, and can be filtered with 'includes' and 'excludes'. Alternatively, one or more nested <fileset> elements can specify the files and directories to be used to generate this XMLBean. The include set can also define .java files that should be built as well. See the FileSet documentation at http://jakarta.apache.org/ant/manual/index.html for instructions on FileSets if you are unfamiliar with their usage.
SchemaCompilerExtension: This interface is implemented by Schema Compiler Extensions. By implementing this class you can then pass this class via the command line param extension to the SchemaCompiler class which will then in turn call this class back once the compilation is complete with the resulting SchemaTypeSystem.
FactorImports: This program takes a collection of .xsd files as input, finds all duplicate name definitions, and factors out the first instance of each of those into a common.xsd file, adding an appropriate statement in the original xsd file.
Extension: An extension is a javabean that represents a SchemaCompilerExtension to be passed for callback into the XmlBeans Schema Compiler.
StreamInstanceValidator
TypeHierarchyPrinter
XMLBeanXSTCHarness
XSTCTester
XsbDumper
SchemaResourceManager
SchemaImportResolver
SchemaCopy
SchemaCodeGenerator
SchemaCompiler
InstanceValidator

Home | Contact Us | Privacy Policy | Terms of Service