Uses of Class
org.jfree.xml.writer.XMLWriterException
Packages that use XMLWriterException
Package
Description
Core classes for writing XML files.
Writers for some core classes.
-
Uses of XMLWriterException in org.jfree.xml.writer
Methods in org.jfree.xml.writer that throw XMLWriterExceptionModifier and TypeMethodDescriptionprotected XmlWriteHandlerRootXmlWriteHandler.getMapping(Class classToWrite) Tries to find the mapping for the given class.protected XmlWriteHandlerRootXmlWriteHandler.loadHandlerClass(String className) Loads the given class, and ignores all exceptions which may occur during the loading.voidWrites the given object with the specified tagname.voidXmlWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object. -
Uses of XMLWriterException in org.jfree.xml.writer.coretypes
Methods in org.jfree.xml.writer.coretypes that throw XMLWriterExceptionModifier and TypeMethodDescriptionvoidBasicStrokeWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.voidColorWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aColorobject.voidFontWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aFontobject.voidGenericWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a generic object.voidGradientPaintWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aGradientPaintobject.voidInsetsWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aInsetsobject.voidListWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aListobject.voidPoint2DWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of aPoint2Dobject.voidRectangle2DWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.voidRenderingHintsWriteHandler.write(String tagName, Object object, XMLWriter writer, String mPlexAttribute, String mPlexValue) Performs the writing of a single object.