Package org.apache.xmlbeans.impl.schema
Class SchemaTypeCodePrinter
java.lang.Object
org.apache.xmlbeans.impl.schema.SchemaTypeCodePrinter
- All Implemented Interfaces:
SchemaCodePrinter
public final class SchemaTypeCodePrinter extends Object implements SchemaCodePrinter
Prints the java code for a single schema type
-
Constructor Summary
Constructors Constructor Description SchemaTypeCodePrinter() -
Method Summary
Modifier and Type Method Description static StringindexClassForSystem(SchemaTypeSystem system)static StringjavaStringEscape(String str)voidprintType(Writer writer, SchemaType sType, XmlOptions opt)voidprintTypeImpl(Writer writer, SchemaType sType, XmlOptions opt)
-
Constructor Details
-
SchemaTypeCodePrinter
public SchemaTypeCodePrinter()
-
-
Method Details
-
printType
- Specified by:
printTypein interfaceSchemaCodePrinter- Throws:
IOException
-
printTypeImpl
- Specified by:
printTypeImplin interfaceSchemaCodePrinter- Throws:
IOException
-
indexClassForSystem
-
javaStringEscape
-