Uses of Class
org.jfree.xml.util.ObjectDescriptionException
Packages that use ObjectDescriptionException
Package
Description
XML generatorBeanInfoBeanInfoBeanInfo.
XML parser.
Utility classes for the XML framework.
Core classes for writing XML files.
-
Uses of ObjectDescriptionException in org.jfree.xml.generator
Methods in org.jfree.xml.generator that throw ObjectDescriptionExceptionModifier and TypeMethodDescriptionprotected void
DefaultModelReader.endMultiplexMapping()
Ends a multiplex mapping.protected void
DefaultModelReader.endObjectDefinition()
Finishes processing an object definition (sets the constructor and property info for the class description, and adds the class description to the model).protected void
DefaultModelReader.handleAttributeDefinition
(String name, String attribName, String handlerClass) Handles the description of an attribute within an object definition.protected void
DefaultModelReader.handleConstructorDefinition
(String tagName, String parameterClass) Handles the constructor definition.protected void
DefaultModelReader.handleElementDefinition
(String name, String element) Handles the description of an element within an object definition.protected void
DefaultModelReader.handleLookupDefinition
(String name, String lookupKey) Handles a lookup definition.protected boolean
DefaultModelReader.handleManualMapping
(String className, String readHandler, String writeHandler) Handles a manual mapping.protected void
DefaultModelReader.handleMultiplexMapping
(String typeName, String className) Handles a multiplex mapping.Loads a description model. -
Uses of ObjectDescriptionException in org.jfree.xml.parser
Subclasses of ObjectDescriptionException in org.jfree.xml.parser -
Uses of ObjectDescriptionException in org.jfree.xml.util
Methods in org.jfree.xml.util that throw ObjectDescriptionExceptionModifier and TypeMethodDescriptionGenericObjectFactory.createObject()
Creates an object according to the definition.protected abstract void
AbstractModelReader.endMultiplexMapping()
Finializes the multiplexer mapping.protected void
ObjectFactoryLoader.endMultiplexMapping()
Finializes the multiplexer mapping.protected abstract void
AbstractModelReader.endObjectDefinition()
Finializes the object definition.protected void
ObjectFactoryLoader.endObjectDefinition()
Finializes the object definition.GenericObjectFactory.getPropertyDefinitionByPropertyName
(String propertyName) Returns the property definition for the specified property name.GenericObjectFactory.getPropertyDefinitionByTagName
(String tagName) Returns a property definition for the specified tag name.GenericObjectFactory.getTypeForTagName
(String tagName) Returns the class for a tag name.protected abstract void
AbstractModelReader.handleAttributeDefinition
(String name, String attribName, String handlerClass) Handles an attribute definition.protected void
ObjectFactoryLoader.handleAttributeDefinition
(String name, String attribName, String handlerClass) Handles an attribute definition.protected abstract void
AbstractModelReader.handleConstructorDefinition
(String propertyName, String parameterClass) Handles a constructor definition.protected abstract void
AbstractModelReader.handleElementDefinition
(String name, String element) Handles an element definition.protected void
ObjectFactoryLoader.handleElementDefinition
(String name, String element) Handles an element definition.protected abstract void
AbstractModelReader.handleLookupDefinition
(String name, String lookupKey) Handles an lookup definition.protected void
ObjectFactoryLoader.handleLookupDefinition
(String name, String lookupKey) Handles an lookup definition.protected abstract boolean
AbstractModelReader.handleManualMapping
(String className, String readHandler, String writeHandler) Handles a manual mapping definition.protected boolean
ObjectFactoryLoader.handleManualMapping
(String className, String readHandler, String writeHandler) Handles a manual mapping definition.protected abstract void
AbstractModelReader.handleMultiplexMapping
(String typeName, String className) Defines an entry for the multiplex mapping.protected void
ObjectFactoryLoader.handleMultiplexMapping
(String typeName, String className) Defines an entry for the multiplex mapping.private AttributeHandler
ObjectFactoryLoader.loadAttributeHandler
(String attribute) Loads an instantiates the attribute handler specified by the given class name.protected void
Parses an XML document at the given URL.protected void
AbstractModelReader.parseXmlDocument
(URL resource, boolean isInclude) Parses the given specification and loads all includes specified in the files.void
GenericObjectFactory.readProperties
(Object object) Reads the properties.private void
ObjectFactoryLoader.rebuildSuperClasses()
void
GenericObjectFactory.setProperty
(String propertyName, Object value) Sets a property value.protected abstract boolean
AbstractModelReader.startObjectDefinition
(String className, String register, boolean ignored) Starts a object definition.protected boolean
ObjectFactoryLoader.startObjectDefinition
(String className, String register, boolean ignore) Starts a object definition.private void
AbstractModelReader.SAXModelHandler.startObjectElement
(String qName, Attributes attributes) Handles the start of an element within an object definition.private void
AbstractModelReader.SAXModelHandler.startRootElement
(String qName, Attributes attributes) Handles the include or object tag.void
GenericObjectFactory.writeObjectProperties
(Object object) Writes the properties for the object.Constructors in org.jfree.xml.util that throw ObjectDescriptionExceptionModifierConstructorDescriptionGenericObjectFactory
(Class c, String registerName, ConstructorDefinition[] constructors, PropertyDefinition[] propertyDefinitions, LookupDefinition[] lookupDefinitions, AttributeDefinition[] attributeDefinitions, String[] orderedPropertyNames) Creates a new generic object factory.ObjectFactoryLoader
(URL resourceName) Creates a new object factory loader for the given base file. -
Uses of ObjectDescriptionException in org.jfree.xml.writer
Subclasses of ObjectDescriptionException in org.jfree.xml.writer