Home
last modified time | relevance | path

Searched refs:namespaceName (Results 1 – 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java436 final String namespaceName = namespace.getName (); in getNameInNamespace()
437 final int lastDot = namespaceName.lastIndexOf ('.'); in getNameInNamespace()
442 return namespaceName.substring (0, lastDot + 1) + name; in getNameInNamespace()
/external/libxml2/include/libxml/
Dxmlschemastypes.h134 xmlSchemaNewQNameValue (const xmlChar *namespaceName,
/external/libxml2/os400/libxmlrpg/
Dxmlschemastypes.rpgle229 d namespaceName * value options(*string) const xmlChar *
/external/libxml2/
Dxmlschemas.c1301 const xmlChar *namespaceName, in xmlSchemaFormatQName() argument
1305 if (namespaceName != NULL) { in xmlSchemaFormatQName()
1307 *buf = xmlStrcat(*buf, namespaceName); in xmlSchemaFormatQName()
1311 if (namespaceName == NULL) in xmlSchemaFormatQName()
4573 const xmlChar *namespaceName, in xmlSchemaDebugDumpIDCTable() argument
4584 xmlSchemaFormatQName(&str, namespaceName, localName)); in xmlSchemaDebugDumpIDCTable()
6455 const xmlChar *namespaceName) in xmlSchemaCheckReference() argument
6458 if (xmlStrEqual(pctxt->targetNamespace, namespaceName)) in xmlSchemaCheckReference()
6460 if (xmlStrEqual(xmlSchemaNs, namespaceName)) in xmlSchemaCheckReference()
6471 xmlStrEqual(namespaceName, rel->importNamespace)) in xmlSchemaCheckReference()
[all …]
Dxmlschemastypes.c1004 xmlSchemaNewQNameValue(const xmlChar *namespaceName, in xmlSchemaNewQNameValue() argument
1014 val->value.qname.uri = (xmlChar *) namespaceName; in xmlSchemaNewQNameValue()