JanaBiz.DbXml
Class XmlQueryContext

Property Summary
string BaseUri
string DefaultCollection
JanaBiz.DbXml.XmlQueryContextEvaluationType EvaluationType
int QueryTimeoutSeconds
JanaBiz.DbXml.XmlQueryContextReturnType ReturnType

Method Summary
void ClearNamespaces()
string GetNamespace(string prefix)
JanaBiz.DbXml.XmlValue GetVariableValue(string name)
void InterruptQuery()
void RemoveNamespace(string prefix)
void SetNamespace(string prefix, string uri)
void SetVariableValue(string name, JanaBiz.DbXml.XmlValue value)

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

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


Property Detail

BaseUri

public string BaseUri


DefaultCollection

public string DefaultCollection


EvaluationType

public JanaBiz.DbXml.XmlQueryContextEvaluationType EvaluationType


QueryTimeoutSeconds

public int QueryTimeoutSeconds


ReturnType

public JanaBiz.DbXml.XmlQueryContextReturnType ReturnType

Method Detail

ClearNamespaces

public void ClearNamespaces()


GetNamespace

public string GetNamespace(string prefix)


GetVariableValue

public JanaBiz.DbXml.XmlValue GetVariableValue(string name)


InterruptQuery

public void InterruptQuery()


RemoveNamespace

public void RemoveNamespace(string prefix)


SetNamespace

public void SetNamespace(string prefix,
                         string uri)


SetVariableValue

public void SetVariableValue(string name,
                             JanaBiz.DbXml.XmlValue value)