Searched refs:targetNamespace (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/include/libxml/ |
D | schemasInternals.h | 264 const xmlChar *targetNamespace; member 376 const xmlChar *targetNamespace; member 633 const xmlChar *targetNamespace; member 780 const xmlChar *targetNamespace; member 846 const xmlChar *targetNamespace; member 925 const xmlChar *targetNamespace; /* the target namespace */ member
|
/external/libxml2/ |
D | xmlschemas.c | 181 #define WXS_ATTRUSE_DECL_TNS(au) (WXS_ATTRUSE_DECL(au))->targetNamespace 405 const xmlChar *targetNamespace; member 436 const xmlChar *targetNamespace; member 460 const xmlChar *targetNamespace; member 553 const xmlChar *targetNamespace; member 636 const xmlChar *targetNamespace; member 657 const xmlChar *targetNamespace; member 713 const xmlChar *targetNamespace; member 750 const xmlChar *targetNamespace; member 1382 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace [all …]
|
D | xmlschemastypes.c | 277 ret->targetNamespace = XML_SCHEMAS_NAMESPACE_NAME; in xmlSchemaInitBasicType()
|
D | ChangeLog | 2371 (xmlSchema) didn't get the targetNamespace in some cases, thus 5061 * xmlschemas.c: Corrected targetNamespace in 5106 Exposed targetNamespace for simple/complex types, model groups, 5108 to the mailing list). Added targetNamespace to xmlSchemaType,
|
/external/libxml2/test/schemas/ |
D | ns1_0.xsd | 1 <schema xmlns='http://www.w3.org/2001/XMLSchema' targetNamespace='http://my.ns/'>
|
D | ns2_0.xsd | 3 targetNamespace='http://my.ns/'
|
D | issue40_0.xsd | 1 <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="aaa_ns" xmlns="http://www…
|
D | bug310264_0.xsd | 2 targetNamespace="http://myns"
|
/external/libxml2/os400/libxmlrpg/ |
D | schemasInternals.rpgle | 369 d targetNamespace... const xmlChar * 491 d targetNamespace... 782 d targetNamespace... 949 d targetNamespace... 1020 d targetNamespace... 1108 d targetNamespace...
|
/external/ksoap2/ |
D | 0001-ksoap2-update.patch | 2027 - * @param targetNamespace 2044 - abstract public List call(String targetNamespace, SoapEnvelope envelope, List headers) 2053 - * @param targetNamespace 2059 - public void call(String targetNamespace, SoapEnvelope envelope) throws IOException, 2061 - call(targetNamespace, envelope, null);
|