com.raritantechnologies.marklogic
Class MarkLogicXMLPersist
java.lang.Object
com.raritantechnologies.marklogic.MarkLogicXMLPersist
- All Implemented Interfaces:
- IConfigurable, IXMLPersist
- public class MarkLogicXMLPersist
- extends java.lang.Object
- implements IXMLPersist
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MarkLogicXMLPersist
public MarkLogicXMLPersist()
saveXML
public void saveXML(RaritanPageContext pageContext,
java.lang.String xmlString)
- Description copied from interface:
IXMLPersist
- Save the XML in String form.
- Specified by:
saveXML in interface IXMLPersist
saveXML
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Document xmlDoc)
- Description copied from interface:
IXMLPersist
- Save the XML in org.w3c.dom.Document form.
- Specified by:
saveXML in interface IXMLPersist
saveXML
public void saveXML(RaritanPageContext pageContext,
org.w3c.dom.Element xmlElem)
- Description copied from interface:
IXMLPersist
- Save the XML in org.w3c.dom.Element form.
- Specified by:
saveXML in interface IXMLPersist
initialize
public void initialize(org.w3c.dom.Element outputProcElem,
ISearchFieldMap sfMap)