|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MultiplexMappingEntry | |
|---|---|
| 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 MultiplexMappingEntry in org.jfree.xml.parser |
|---|
| Methods in org.jfree.xml.parser with parameters of type MultiplexMappingEntry | |
|---|---|
protected void |
RootXmlReadHandler.addMultiplexMapping(Class baseClass,
String typeAttr,
MultiplexMappingEntry[] mdef)
Adds a multiplex mapping. |
| Uses of MultiplexMappingEntry in org.jfree.xml.util |
|---|
| Methods in org.jfree.xml.util that return MultiplexMappingEntry | |
|---|---|
MultiplexMappingEntry |
MultiplexMappingDefinition.getEntryForClass(String clazz)
Returns a mapping entry for a class. |
MultiplexMappingEntry |
MultiplexMappingDefinition.getEntryForType(String type)
Returns a mapping entry for a type. |
| Constructors in org.jfree.xml.util with parameters of type MultiplexMappingEntry | |
|---|---|
MultiplexMappingDefinition(Class baseClass,
String attributeName,
MultiplexMappingEntry[] entries)
Creates a new mapping definition. |
|
| Uses of MultiplexMappingEntry in org.jfree.xml.writer |
|---|
| Methods in org.jfree.xml.writer with parameters of type MultiplexMappingEntry | |
|---|---|
protected void |
RootXmlWriteHandler.addMultiplexMapping(Class baseClass,
String typeAttr,
MultiplexMappingEntry[] mdef)
Adds a multiplex mapping. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||