|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.xml.dataCollection.FileXMLPersist
Persists XML data to a File System.
XML Configuration Template:
<XMLPersist class="com.raritantechnologies.xml.dataCollection.FileXMLPersist"
fileName="[ name of file to persist the XML to ]" />
| Constructor Summary | |
FileXMLPersist()
|
|
| Method Summary | |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
void |
saveXML(RaritanPageContext pageContext,
org.w3c.dom.Document xmlDoc)
Save the XML in org.w3c.dom.Document form. |
void |
saveXML(RaritanPageContext pageContext,
org.w3c.dom.Element xmlElem)
Save the XML in org.w3c.dom.Element form. |
void |
saveXML(RaritanPageContext pageContext,
java.lang.String xmlString)
Save the XML in String form. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FileXMLPersist()
| Method Detail |
public void saveXML(RaritanPageContext pageContext,
java.lang.String xmlString)
IXMLPersist
saveXML in interface IXMLPersist
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Document xmlDoc)
IXMLPersist
saveXML in interface IXMLPersist
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Element xmlElem)
IXMLPersist
saveXML in interface IXMLPersistpublic void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||