JanaBiz.DbXml
Class XmlModify

Method Summary
void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, string content)
void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, string content, int location)
void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, JanaBiz.DbXml.XmlResults content)
void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, JanaBiz.DbXml.XmlResults content, int location)
void AddInsertAfterStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, string content)
void AddInsertAfterStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, JanaBiz.DbXml.XmlResults content)
void AddInsertBeforeStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, string content)
void AddInsertBeforeStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, JanaBiz.DbXml.XmlModifyXmlObject type, string name, JanaBiz.DbXml.XmlResults content)
void AddRemoveStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression)
void AddRenameStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, string newName)
void AddUpdateStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression, string content)
int Execute(JanaBiz.DbXml.XmlResults toModify, JanaBiz.DbXml.XmlQueryContext queryContext, JanaBiz.DbXml.XmlUpdateContext updateContext)
int Execute(JanaBiz.DbXml.XmlTransaction transaction, JanaBiz.DbXml.XmlResults toModify, JanaBiz.DbXml.XmlQueryContext queryContext, JanaBiz.DbXml.XmlUpdateContext updateContext)
int Execute(JanaBiz.DbXml.XmlTransaction transaction, JanaBiz.DbXml.XmlValue toModify, JanaBiz.DbXml.XmlQueryContext queryContext, JanaBiz.DbXml.XmlUpdateContext updateContext)
int Execute(JanaBiz.DbXml.XmlValue toModify, JanaBiz.DbXml.XmlQueryContext queryContext, JanaBiz.DbXml.XmlUpdateContext updateContext)
void SetNewEncoding(string newEncoding)

Methods inherited from class JanaBiz.Bridge.InvocationHandle
Dispose, Dispose, Finalize

Methods inherited from class System.Object
Equals, GetHashCode, GetType, MemberwiseClone, ToString


Method Detail

AddAppendStep

public void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          JanaBiz.DbXml.XmlModifyXmlObject type,
                          string name,
                          string content)


AddAppendStep

public void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          JanaBiz.DbXml.XmlModifyXmlObject type,
                          string name,
                          string content,
                          int location)


AddAppendStep

public void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          JanaBiz.DbXml.XmlModifyXmlObject type,
                          string name,
                          JanaBiz.DbXml.XmlResults content)


AddAppendStep

public void AddAppendStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          JanaBiz.DbXml.XmlModifyXmlObject type,
                          string name,
                          JanaBiz.DbXml.XmlResults content,
                          int location)


AddInsertAfterStep

public void AddInsertAfterStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                               JanaBiz.DbXml.XmlModifyXmlObject type,
                               string name,
                               string content)


AddInsertAfterStep

public void AddInsertAfterStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                               JanaBiz.DbXml.XmlModifyXmlObject type,
                               string name,
                               JanaBiz.DbXml.XmlResults content)


AddInsertBeforeStep

public void AddInsertBeforeStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                                JanaBiz.DbXml.XmlModifyXmlObject type,
                                string name,
                                string content)


AddInsertBeforeStep

public void AddInsertBeforeStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                                JanaBiz.DbXml.XmlModifyXmlObject type,
                                string name,
                                JanaBiz.DbXml.XmlResults content)


AddRemoveStep

public void AddRemoveStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression)


AddRenameStep

public void AddRenameStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          string newName)


AddUpdateStep

public void AddUpdateStep(JanaBiz.DbXml.XmlQueryExpression selectionExpression,
                          string content)


Execute

public int Execute(JanaBiz.DbXml.XmlResults toModify,
                   JanaBiz.DbXml.XmlQueryContext queryContext,
                   JanaBiz.DbXml.XmlUpdateContext updateContext)


Execute

public int Execute(JanaBiz.DbXml.XmlTransaction transaction,
                   JanaBiz.DbXml.XmlResults toModify,
                   JanaBiz.DbXml.XmlQueryContext queryContext,
                   JanaBiz.DbXml.XmlUpdateContext updateContext)


Execute

public int Execute(JanaBiz.DbXml.XmlTransaction transaction,
                   JanaBiz.DbXml.XmlValue toModify,
                   JanaBiz.DbXml.XmlQueryContext queryContext,
                   JanaBiz.DbXml.XmlUpdateContext updateContext)


Execute

public int Execute(JanaBiz.DbXml.XmlValue toModify,
                   JanaBiz.DbXml.XmlQueryContext queryContext,
                   JanaBiz.DbXml.XmlUpdateContext updateContext)


SetNewEncoding

public void SetNewEncoding(string newEncoding)