Package org.apache.xmlbeans
Interface SchemaCodePrinter
- All Known Implementing Classes:
SchemaTypeCodePrinter
public interface SchemaCodePrinter
This class is used to provide alternate implementations of the
schema Java code generation.
-
Method Summary
Modifier and Type Method Description default voidprintType(Writer writer, SchemaType sType)Deprecated.default voidprintType(Writer writer, SchemaType sType, XmlOptions opt)default voidprintTypeImpl(Writer writer, SchemaType sType)Deprecated.default voidprintTypeImpl(Writer writer, SchemaType sType, XmlOptions opt)
-
Method Details
-
printTypeImpl
Deprecated.- Throws:
IOException
-
printTypeImpl
- Throws:
IOException
-
printType
Deprecated.- Throws:
IOException
-
printType
- Throws:
IOException
-