| java.lang.Object org.jfree.xml.generator.ModelWriter org.jfree.xml.generator.SplittingModelWriter
SplittingModelWriter | public class SplittingModelWriter extends ModelWriter (Code) | | A model writer that writes to multiple files.
|
Method Summary | |
public static String | getPackage(Class c) Returns the name of the package for the given class. | public synchronized void | write(String target) Writes the model to the specified target. |
SplittingModelWriter | public SplittingModelWriter()(Code) | | Creates a new instance.
|
getPackage | public static String getPackage(Class c)(Code) | | Returns the name of the package for the given class. This is a
workaround for the classloader behaviour of JDK1.2.2 where no
package objects are created.
Parameters: c - the class for which we search the package. the name of the package, never null. |
write | public synchronized void write(String target) throws IOException(Code) | | Writes the model to the specified target.
Parameters: target - the target file name. throws: IOException - if there is an I/O problem. |
Methods inherited from org.jfree.xml.generator.ModelWriter | public DescriptionModel getModel()(Code)(Java Doc) public static SafeTagList getSafeTags()(Code)(Java Doc) public XMLWriterSupport getWriterSupport()(Code)(Java Doc) public void setModel(DescriptionModel model)(Code)(Java Doc) public void write(Writer writer) throws IOException(Code)(Java Doc) protected void writeClassDescription(Writer writer, ClassDescription cd) throws IOException(Code)(Java Doc) protected void writeCloseComment(Writer writer, Comments comments) throws IOException(Code)(Java Doc) protected void writeComment(Writer writer, String[] comments) throws IOException(Code)(Java Doc) protected void writeManualMapping(Writer writer, ManualMappingInfo mi) throws IOException(Code)(Java Doc) protected void writeMultiplexMapping(Writer writer, MultiplexMappingInfo mi) throws IOException(Code)(Java Doc) protected void writeOpenComment(Writer writer, Comments comments) throws IOException(Code)(Java Doc) protected void writeStandardComment(Writer writer, Comments comments) throws IOException(Code)(Java Doc) protected void writeTag(Writer writer, String tagName, AttributeList attributes, Comments comments) throws IOException(Code)(Java Doc) protected void writeTag(Writer writer, String tagName, String attribute, String value, Comments comments) throws IOException(Code)(Java Doc) public static void writeXMLHeader(Writer writer) throws IOException(Code)(Java Doc)
|
|
|