| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RootXmlReadHandler.addMultiplexMapping(Class baseClass,
String typeAttr,
MultiplexMappingEntry[] mdef)
Adds a multiplex mapping.
|
| Modifier and Type | Method and Description |
|---|---|
MultiplexMappingEntry |
MultiplexMappingDefinition.getEntryForClass(String clazz)
Returns a mapping entry for a class.
|
MultiplexMappingEntry |
MultiplexMappingDefinition.getEntryForType(String type)
Returns a mapping entry for a type.
|
| Constructor and Description |
|---|
MultiplexMappingDefinition(Class baseClass,
String attributeName,
MultiplexMappingEntry[] entries)
Creates a new mapping definition.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
RootXmlWriteHandler.addMultiplexMapping(Class baseClass,
String typeAttr,
MultiplexMappingEntry[] mdef)
Adds a multiplex mapping.
|
Copyright © 2009-2012 jtstand.com. All Rights Reserved.