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 voidDefaultModelReader.endMultiplexMapping()Ends a multiplex mapping.protected voidDefaultModelReader.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 voidDefaultModelReader.handleAttributeDefinition(String name, String attribName, String handlerClass) Handles the description of an attribute within an object definition.protected voidDefaultModelReader.handleConstructorDefinition(String tagName, String parameterClass) Handles the constructor definition.protected voidDefaultModelReader.handleElementDefinition(String name, String element) Handles the description of an element within an object definition.protected voidDefaultModelReader.handleLookupDefinition(String name, String lookupKey) Handles a lookup definition.protected booleanDefaultModelReader.handleManualMapping(String className, String readHandler, String writeHandler) Handles a manual mapping.protected voidDefaultModelReader.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 voidAbstractModelReader.endMultiplexMapping()Finializes the multiplexer mapping.protected voidObjectFactoryLoader.endMultiplexMapping()Finializes the multiplexer mapping.protected abstract voidAbstractModelReader.endObjectDefinition()Finializes the object definition.protected voidObjectFactoryLoader.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 voidAbstractModelReader.handleAttributeDefinition(String name, String attribName, String handlerClass) Handles an attribute definition.protected voidObjectFactoryLoader.handleAttributeDefinition(String name, String attribName, String handlerClass) Handles an attribute definition.protected abstract voidAbstractModelReader.handleConstructorDefinition(String propertyName, String parameterClass) Handles a constructor definition.protected abstract voidAbstractModelReader.handleElementDefinition(String name, String element) Handles an element definition.protected voidObjectFactoryLoader.handleElementDefinition(String name, String element) Handles an element definition.protected abstract voidAbstractModelReader.handleLookupDefinition(String name, String lookupKey) Handles an lookup definition.protected voidObjectFactoryLoader.handleLookupDefinition(String name, String lookupKey) Handles an lookup definition.protected abstract booleanAbstractModelReader.handleManualMapping(String className, String readHandler, String writeHandler) Handles a manual mapping definition.protected booleanObjectFactoryLoader.handleManualMapping(String className, String readHandler, String writeHandler) Handles a manual mapping definition.protected abstract voidAbstractModelReader.handleMultiplexMapping(String typeName, String className) Defines an entry for the multiplex mapping.protected voidObjectFactoryLoader.handleMultiplexMapping(String typeName, String className) Defines an entry for the multiplex mapping.private AttributeHandlerObjectFactoryLoader.loadAttributeHandler(String attribute) Loads an instantiates the attribute handler specified by the given class name.protected voidParses an XML document at the given URL.protected voidAbstractModelReader.parseXmlDocument(URL resource, boolean isInclude) Parses the given specification and loads all includes specified in the files.voidGenericObjectFactory.readProperties(Object object) Reads the properties.private voidObjectFactoryLoader.rebuildSuperClasses()voidGenericObjectFactory.setProperty(String propertyName, Object value) Sets a property value.protected abstract booleanAbstractModelReader.startObjectDefinition(String className, String register, boolean ignored) Starts a object definition.protected booleanObjectFactoryLoader.startObjectDefinition(String className, String register, boolean ignore) Starts a object definition.private voidAbstractModelReader.SAXModelHandler.startObjectElement(String qName, Attributes attributes) Handles the start of an element within an object definition.private voidAbstractModelReader.SAXModelHandler.startRootElement(String qName, Attributes attributes) Handles the include or object tag.voidGenericObjectFactory.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