|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectDescriptionException | |
---|---|
org.jfree.xml.generator | XML generatorBeanInfoBeanInfoBeanInfo. |
org.jfree.xml.parser | XML parser. |
org.jfree.xml.util | Utility classes for the XML framework. |
org.jfree.xml.writer | Core classes for writing XML files. |
Uses of ObjectDescriptionException in org.jfree.xml.generator |
---|
Methods in org.jfree.xml.generator that throw ObjectDescriptionException | |
---|---|
protected 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. |
DescriptionModel |
DefaultModelReader.load(String file)
Loads a description model. |
Uses of ObjectDescriptionException in org.jfree.xml.parser |
---|
Subclasses of ObjectDescriptionException in org.jfree.xml.parser | |
---|---|
class |
XmlReaderException
An XML reader exception. |
Uses of ObjectDescriptionException in org.jfree.xml.util |
---|
Methods in org.jfree.xml.util that throw ObjectDescriptionException | |
---|---|
Object |
GenericObjectFactory.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. |
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByPropertyName(String propertyName)
Returns the property definition for the specified property name. |
PropertyDefinition |
GenericObjectFactory.getPropertyDefinitionByTagName(String tagName)
Returns a property definition for the specified tag name. |
Class |
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. |
protected void |
AbstractModelReader.parseXml(URL resource)
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. |
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. |
void |
GenericObjectFactory.writeObjectProperties(Object object)
Writes the properties for the object. |
Constructors in org.jfree.xml.util that throw ObjectDescriptionException | |
---|---|
GenericObjectFactory(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 | |
---|---|
class |
XMLWriterException
An exception that can be thrown by the XMLWriter class. |
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |