HomeSort by relevance Sort by last modified time
    Searched defs:Detail (Results 1 - 2 of 2) sorted by null

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
SoapFault12.java 47 public Node Detail;
66 this.detail = this.Detail;
88 } else if (name.equals("Detail")) {
89 this.Detail = new Node();
90 this.Detail.parse(parser);
126 if (this.Detail != null) {
127 xw.startTag(SoapEnvelope.ENV2003, "Detail");
128 this.Detail.write(xw);
129 xw.endTag(SoapEnvelope.ENV2003, "Detail");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 143 WSDXML_ELEMENT *Detail;

Completed in 1377 milliseconds