|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ricebridge.xmlman.in.XmlManagerStoreBase
com.ricebridge.xmlman.in.XmlManagerStore
This is a utility class for creating object instances used by XmlManager.
The RecordListeners and RecordProviders
are handled by the XmlManagerStoreBase class, which is generated by Jostraca.
This class handles individual objects that are not RecordListeners or RecordProviders.
By calling the setXmlWriterClass method,
you can use your own subclass of XmlWriter for xml generation.
This provides a direct route for customizing the XML output of XML Manager.
By calling the setSAXParserFactory method, you can get XML Manager to use the
SAX parser of your choice.
Normally XML Manager defaults to SAXParserFactory.
Note: this class is not thread safe - you should set up your customizations once for each XmlManager object
before using XML Manager to load or save data.
XmlManager,
XmlManagerStoreBase| Constructor Summary | |
XmlManagerStore()
|
|
| Method Summary | |
SAXParserFactory |
getSAXParserFactory()
Get the current SAXParserFactory instance. |
XmlWriter |
newXmlWriter()
Create a new XmlWriter instance. |
void |
setSAXParserFactory(SAXParserFactory pSAXParserFactory)
Set the current SAXParserFactory instance. |
void |
setXmlWriterClass(Class pXmlWriterClass)
Set the class used to create new instances of XmlWriter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XmlManagerStore()
| Method Detail |
public XmlWriter newXmlWriter()
XmlWriter instance.
public void setXmlWriterClass(Class pXmlWriterClass)
XmlWriter.
public SAXParserFactory getSAXParserFactory()
SAXParserFactory instance.
public void setSAXParserFactory(SAXParserFactory pSAXParserFactory)
SAXParserFactory instance.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||