|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for objects that can persist (save) XML to some data store.
| Method Summary | |
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 interface com.raritantechnologies.searchApp.IConfigurable |
initialize |
| Method Detail |
public void saveXML(RaritanPageContext pageContext,
java.lang.String xmlString)
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Document xmlDoc)
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Element xmlElem)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||