Exemple #1
0
 public void sync()
 {
     DbXmlPINVOKE.XmlContainer_sync(this.swigCPtr);
 }
Exemple #2
0
 public bool isString()
 {
     return(DbXmlPINVOKE.XmlValue_isString(this.swigCPtr));
 }
Exemple #3
0
 public static void setValue(XmlValue to, XmlValue from)
 {
     DbXmlPINVOKE.XmlValue_setValue(getCPtr(to), getCPtr(from));
 }
Exemple #4
0
 public string getPrefix()
 {
     return(DbXmlPINVOKE.XmlValue_getPrefix(this.swigCPtr));
 }
Exemple #5
0
 public bool isBoolean()
 {
     return(DbXmlPINVOKE.XmlValue_isBoolean(this.swigCPtr));
 }
Exemple #6
0
 public string getLocalName()
 {
     return(DbXmlPINVOKE.XmlValue_getLocalName(this.swigCPtr));
 }
Exemple #7
0
 public short getNodeType()
 {
     return(DbXmlPINVOKE.XmlValue_getNodeType(this.swigCPtr));
 }
Exemple #8
0
 public void deleteDocument(string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_1(this.swigCPtr, name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemple #9
0
 public void deleteDocument(XmlTransaction txn, XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_2(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemple #10
0
 public void close()
 {
     DbXmlPINVOKE.XmlContainer_close(this.swigCPtr);
 }
Exemple #11
0
 public void deleteDefaultIndex(string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteDefaultIndex__SWIG_0(this.swigCPtr, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemple #12
0
 public void addIndex(XmlTransaction txn, string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemple #13
0
 public void addIndex(string uri, string name, int indexType, int syntaxType, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_addIndex__SWIG_1(this.swigCPtr, uri, name, indexType, syntaxType, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemple #14
0
 public void updateDocument(XmlDocument document, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_updateDocument__SWIG_0(this.swigCPtr, XmlDocument.getCPtrOrThrow(document), XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemple #15
0
 public string asString(string encoding)
 {
     return(DbXmlPINVOKE.XmlValue_asString__SWIG_1(this.swigCPtr, encoding));
 }
Exemple #16
0
 public void deleteDocument(XmlTransaction txn, string name, XmlUpdateContext context)
 {
     DbXmlPINVOKE.XmlContainer_deleteDocument__SWIG_3(this.swigCPtr, XmlTransaction.getCPtr(txn), name, XmlUpdateContext.getCPtrOrThrow(context));
 }
Exemple #17
0
 public bool equals(XmlValue value)
 {
     return(DbXmlPINVOKE.XmlValue_equals(this.swigCPtr, getCPtr(value)));
 }
Exemple #18
0
 public void deleteIndex(string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteIndex__SWIG_0(this.swigCPtr, uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemple #19
0
 public string getNamespaceURI()
 {
     return(DbXmlPINVOKE.XmlValue_getNamespaceURI(this.swigCPtr));
 }
Exemple #20
0
 public void deleteIndex(XmlTransaction txn, string uri, string name, string index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_deleteIndex__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), uri, name, index, XmlUpdateContext.getCPtrOrThrow(uc));
 }
Exemple #21
0
 public string getNodeValue()
 {
     return(DbXmlPINVOKE.XmlValue_getNodeValue(this.swigCPtr));
 }
Exemple #22
0
 public double getNumberOfUniqueKeys()
 {
     return(DbXmlPINVOKE.XmlStatistics_getNumberOfUniqueKeys(this.swigCPtr));
 }
Exemple #23
0
 public int getType()
 {
     return(DbXmlPINVOKE.XmlValue_getType(this.swigCPtr));
 }
Exemple #24
0
 public double getSumKeyValueSize()
 {
     return(DbXmlPINVOKE.XmlStatistics_getSumKeyValueSize(this.swigCPtr));
 }
Exemple #25
0
 public bool isNumber()
 {
     return(DbXmlPINVOKE.XmlValue_isNumber(this.swigCPtr));
 }
Exemple #26
0
 public double asNumber()
 {
     return(DbXmlPINVOKE.XmlValue_asNumber(this.swigCPtr));
 }
Exemple #27
0
 public bool isType(int type)
 {
     return(DbXmlPINVOKE.XmlValue_isType(this.swigCPtr, type));
 }
Exemple #28
0
 public string asString()
 {
     return(DbXmlPINVOKE.XmlValue_asString__SWIG_0(this.swigCPtr));
 }
Exemple #29
0
 public XmlValue(XmlDocument document) : this(DbXmlPINVOKE.new_XmlValue__SWIG_4(XmlDocument.getCPtrOrThrow(document)), true)
 {
 }
Exemple #30
0
 public void setIndexSpecification(XmlTransaction txn, XmlIndexSpecification index, XmlUpdateContext uc)
 {
     DbXmlPINVOKE.XmlContainer_setIndexSpecification__SWIG_1(this.swigCPtr, XmlTransaction.getCPtr(txn), XmlIndexSpecification.getCPtr(index), XmlUpdateContext.getCPtrOrThrow(uc));
 }