Exemple #1
0
 public void setVariableValue(string name, XmlValue value)
 {
     DbXmlPINVOKE.XmlQueryContext_setVariableValue(this.swigCPtr, name, XmlValue.getCPtr(value));
 }
Exemple #2
0
 public uint execute(XmlTransaction txn, XmlValue toModify, XmlQueryContext context, XmlUpdateContext uc)
 {
     return(DbXmlPINVOKE.XmlModify_execute__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlValue.getCPtr(toModify), XmlQueryContext.getCPtrOrThrow(context), XmlUpdateContext.getCPtrOrThrow(uc)));
 }
Exemple #3
0
 public virtual bool resolveDocument(XmlTransaction txn, XmlManager mgr, string uri, XmlValue res)
 {
     return(DbXmlPINVOKE.XmlResolver_resolveDocument(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlManager.getCPtr(mgr), uri, XmlValue.getCPtr(res)));
 }
Exemple #4
0
        public XmlResults execute(XmlTransaction txn, XmlValue contextItem, XmlQueryContext context, uint flags)
        {
            IntPtr cPtr = DbXmlPINVOKE.XmlQueryExpression_execute__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlValue.getCPtr(contextItem), XmlQueryContext.getCPtrOrThrow(context), flags);

            if (!(cPtr == IntPtr.Zero))
            {
                return(new XmlResults(cPtr, true));
            }
            return(null);
        }
Exemple #5
0
 public void add(XmlValue value)
 {
     DbXmlPINVOKE.XmlResults_add(this.swigCPtr, XmlValue.getCPtr(value));
 }
Exemple #6
0
 public void setMetaData(string uri, string name, XmlValue value)
 {
     DbXmlPINVOKE.XmlDocument_setMetaData__SWIG_0(this.swigCPtr, uri, name, XmlValue.getCPtr(value));
 }
Exemple #7
0
        public XmlStatistics lookupStatistics(XmlTransaction txn, string uri, string name, string parent_uri, string parent_name, string index, XmlValue value)
        {
            IntPtr cPtr = DbXmlPINVOKE.XmlContainer_lookupStatistics__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, parent_uri, parent_name, index, XmlValue.getCPtr(value));

            if (!(cPtr == IntPtr.Zero))
            {
                return(new XmlStatistics(cPtr, true));
            }
            return(null);
        }
Exemple #8
0
        public XmlStatistics lookupStatistics(string uri, string name, string index, XmlValue value)
        {
            IntPtr cPtr = DbXmlPINVOKE.XmlContainer_lookupStatistics__SWIG_0(this.swigCPtr, uri, name, index, XmlValue.getCPtr(value));

            if (!(cPtr == IntPtr.Zero))
            {
                return(new XmlStatistics(cPtr, true));
            }
            return(null);
        }
Exemple #9
0
        public XmlResults lookupIndex(XmlTransaction txn, XmlQueryContext context, string uri, string name, string parent_uri, string parent_name, string index, XmlValue value, uint flags)
        {
            IntPtr cPtr = DbXmlPINVOKE.XmlContainer_lookupIndex__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlQueryContext.getCPtrOrThrow(context), uri, name, parent_uri, parent_name, index, XmlValue.getCPtr(value), flags);

            if (!(cPtr == IntPtr.Zero))
            {
                return(new XmlResults(cPtr, true));
            }
            return(null);
        }