com.raritantechnologies.marklogic
Class MarkLogicXMLPersist

java.lang.Object
  extended bycom.raritantechnologies.marklogic.MarkLogicXMLPersist
All Implemented Interfaces:
IConfigurable, IXMLPersist

public class MarkLogicXMLPersist
extends java.lang.Object
implements IXMLPersist


Constructor Summary
MarkLogicXMLPersist()
           
 
Method Summary
 void initialize(org.w3c.dom.Element outputProcElem, ISearchFieldMap sfMap)
           
 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
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Constructor Detail

MarkLogicXMLPersist

public MarkLogicXMLPersist()
Method Detail

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)