|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.odftoolkit.odfdom.pkg.OdfXMLFactory
public class OdfXMLFactory
This factory determines what elements are being used in the DOC layer
(ie. the convenient layer).
The mapping of ODF element to convenient class can be changed from the user
during run time.
For example, a user might want to create a table always with a certain style or default data and
might want to overwrite the mapping for {odf.element table:table}, that a different
class instead of OdfTable is being used.
| Constructor Summary | |
|---|---|
OdfXMLFactory()
|
|
| Method Summary | |
|---|---|
static OdfAttribute |
newOdfAttribute(OdfFileDom dom,
OdfName name)
|
static OdfElement |
newOdfElement(OdfFileDom dom,
OdfName name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OdfXMLFactory()
| Method Detail |
|---|
public static OdfElement newOdfElement(OdfFileDom dom,
OdfName name)
throws DOMException
DOMException
public static OdfAttribute newOdfAttribute(OdfFileDom dom,
OdfName name)
throws DOMException
DOMException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||