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

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dattributes.c651 * 3) @nsName (char)
659 const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL; local
783 nsName = comp->ns;
801 nsName = xmlDictLookup(ctxt->dict, BAD_CAST tmpNsName, -1);
824 nsName = ns->href;
833 attr = xmlHasNsProp(targetElem, name, nsName);
861 if (nsName != NULL) {
862 ns = xsltTreeAcquireStoredNs(ctxt->document->doc, nsName,
867 if (nsName != NULL) {
873 xmlStrEqual(targetElem->ns->href, nsName))
[all...]
H A Dxslt.c1746 * @nsName: the namespace name
1759 const xmlChar *nsName,
1779 if (xmlStrEqual(ns->href, nsName))
1784 xmlStrEqual(ns->href, nsName))
1794 ns->next = xmlNewNs(NULL, nsName, prefix);
2095 effNs->nsName = ns->href;
2302 const xmlChar *nsName = NULL, *name = NULL; local
2309 nsName = node->ns->href;
2311 nsName = BAD_CAST "";
2314 nsName
1758 xsltTreeAcquireStoredNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
[all...]
H A DxsltInternals.h1091 const xmlChar *nsName; member in struct:_xsltEffectiveNs
H A Dtransform.c2173 (xmlStrEqual(ns->href, effNs->nsName)))
2178 ns = xmlNewNs(copy, effNs->nsName, effNs->prefix);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlschemas.c876 const xmlChar *nsName; member in struct:_xmlSchemaNodeInfo
935 const xmlChar *nsName; member in struct:_xmlSchemaAttrInfo
2198 ielem->nsName, ielem->localName));
2206 vctxt->inode->nsName, vctxt->inode->localName));
2477 return (xmlSchemaFormatQName(str, ni->nsName, ni->localName));
2509 xmlChar *localName, *nsName; local
2526 nsName = NULL;
2563 nsName = xmlStrdup(BAD_CAST "{*}");
2569 nsName = xmlStrdup(BAD_CAST "{##other:");
2571 nsName
4719 xmlSchemaGetElem(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4753 xmlSchemaGetType(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4800 xmlSchemaGetAttributeDecl(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4834 xmlSchemaGetAttributeGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4874 xmlSchemaGetGroup(xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName) argument
4899 xmlSchemaGetNotation(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
4915 xmlSchemaGetIDC(xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName) argument
5005 xmlSchemaFindRedefCompInGraph(xmlSchemaBucketPtr bucket, xmlSchemaTypeType type, const xmlChar *name, const xmlChar *nsName) argument
5097 xmlSchemaAddNotation(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node ATTRIBUTE_UNUSED) argument
5134 xmlSchemaAddAttribute(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5245 xmlSchemaAddAttributeGroupDefinition(xmlSchemaParserCtxtPtr pctxt, xmlSchemaPtr schema ATTRIBUTE_UNUSED, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5297 xmlSchemaAddElement(xmlSchemaParserCtxtPtr ctxt, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5338 xmlSchemaAddType(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaTypeType type, const xmlChar * name, const xmlChar * nsName, xmlNodePtr node, int topLevel) argument
5523 xmlSchemaAddModelGroupDefinition(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, xmlNodePtr node) argument
5585 xmlSchemaAddIDC(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, const xmlChar *name, const xmlChar *nsName, int category, xmlNodePtr node) argument
8871 const xmlChar *localName, *nsName; local
13189 const xmlChar *name, *nsName; local
21330 xmlSchemaAssembleByLocation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *nsName, const xmlChar *location) argument
21577 xmlChar *nsName; local
21633 const xmlChar *nsName = NULL; local
23612 xmlSchemaValidatorPushAttribute(xmlSchemaValidCtxtPtr vctxt, xmlNodePtr attrNode, int nodeLine, const xmlChar *localName, const xmlChar *nsName, int ownedNames, xmlChar *value, int ownedValue) argument
24052 const xmlChar *nsName; local
24454 xmlSchemaVExpandQName(xmlSchemaValidCtxtPtr vctxt, const xmlChar *value, const xmlChar **nsName, const xmlChar **localName) argument
24532 const xmlChar *nsName = NULL, *local = NULL; local
27442 const xmlChar *nsName; local
[all...]
H A Dtree.c5976 const xmlChar *nsName, int useDTD)
5985 if (nsName == NULL) {
6001 ((prop->ns->href == nsName) ||
6002 xmlStrEqual(prop->ns->href, nsName)))
6035 if (nsName == NULL) {
6050 * ns-decls corresponding to @nsName.
6060 if (xmlStrEqual((*cur)->href, nsName)) {
7381 * @nsName: the namespace name
7392 const xmlChar *nsName,
7408 xmlStrEqual(ns->href, nsName)) {
5975 xmlGetPropNodeInternal(xmlNodePtr node, const xmlChar *name, const xmlChar *nsName, int useDTD) argument
7391 xmlDOMWrapStoreNs(xmlDocPtr doc, const xmlChar *nsName, const xmlChar *prefix) argument
7728 xmlSearchNsByNamespaceStrict(xmlDocPtr doc, xmlNodePtr node, const xmlChar* nsName, xmlNsPtr *retNs, int prefixed) argument
7894 xmlDOMWrapNSNormDeclareNsForced(xmlDocPtr doc, xmlNodePtr elem, const xmlChar *nsName, const xmlChar *prefix, int checkShadow) argument
[all...]

Completed in 213 milliseconds