Home
last modified time | relevance | path

Searched refs:targetNamespace (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h264 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/
Dxmlschemas.c181 #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
1369 #define xmlSchemaGetQNameRefTargetNs(r) (WXS_QNAME_CAST (r))->targetNamespace
[all …]
Dxmlschemastypes.c277 ret->targetNamespace = XML_SCHEMAS_NAMESPACE_NAME; in xmlSchemaInitBasicType()
DChangeLog2371 (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/
Dns1_0.xsd1 <schema xmlns='http://www.w3.org/2001/XMLSchema' targetNamespace='http://my.ns/'>
Dns2_0.xsd3 targetNamespace='http://my.ns/'
Dbug310264_0.xsd2 targetNamespace="http://myns"
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle369 d targetNamespace... const xmlChar *
491 d targetNamespace...
782 d targetNamespace...
949 d targetNamespace...
1020 d targetNamespace...
1108 d targetNamespace...
/external/ksoap2/
D0001-ksoap2-update.patch2027 - * @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);