Searched refs:namespaceName (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxmlschemastypes.h134 xmlSchemaNewQNameValue (const xmlChar *namespaceName,
/vbox/src/VBox/Main/webservice/jaxlibs/
H A DFastInfoset.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/fastinfoset/ ...
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlschemas.c1277 * @namespaceName: the namespace name
1280 * Returns the given QName in the format "{namespaceName}localName" or
1281 * just "localName" if @namespaceName is NULL.
1283 * Returns the localName if @namespaceName is NULL, a formatted
1288 const xmlChar *namespaceName,
1292 if (namespaceName != NULL) {
1294 *buf = xmlStrcat(*buf, namespaceName);
1298 if (namespaceName == NULL)
4518 const xmlChar *namespaceName,
4529 xmlSchemaFormatQName(&str, namespaceName, localNam
1287 xmlSchemaFormatQName(xmlChar **buf, const xmlChar *namespaceName, const xmlChar *localName) argument
4517 xmlSchemaDebugDumpIDCTable(FILE * output, const xmlChar *namespaceName, const xmlChar *localName, xmlSchemaPSVIIDCBindingPtr bind) argument
6392 xmlSchemaCheckReference(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, xmlNodePtr node, xmlAttrPtr attr, const xmlChar *namespaceName) argument
10681 const xmlChar *namespaceName = NULL, *schemaLocation = NULL; local
[all...]
H A Dxmlschemastypes.c984 * @namespaceName: the namespace name
993 xmlSchemaNewQNameValue(const xmlChar *namespaceName, argument
1003 val->value.qname.uri = (xmlChar *) namespaceName;

Completed in 82 milliseconds