Searched defs:namespaces (Results 1 - 21 of 21) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java230 * @param namespaces Namespace stack to use to resolve namespace
232 public QName(String qname, Stack namespaces) argument
234 this(qname, namespaces, false);
243 * @param namespaces Namespace stack to use to resolve namespace
247 public QName(String qname, Stack namespaces, boolean validate) argument
269 int depth = namespaces.size();
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
/external/libxml2/
H A DtestSAX.c889 const xmlChar **namespaces,
910 if (namespaces != NULL) {
913 if (namespaces[i] != NULL)
914 fprintf(stdout, ":%s", namespaces[i]);
916 fprintf(stdout, "='%s'", namespaces[i]);
884 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A DSAX2.c1684 * Insert all the defaulted attributes from the DTD especially namespaces
1713 * processed, the local namespaces are available.
2186 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
2202 const xmlChar **namespaces,
2299 pref = namespaces[i++];
2300 uri = namespaces[i++];
2197 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
H A Dschematron.c140 int nbNs; /* the number of namespaces */
145 int nbNamespaces; /* number of namespaces in the array */
147 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematron
196 int nbNamespaces; /* number of namespaces in the array */
198 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
406 ctxt->namespaces);
571 if (schema->namespaces != NULL)
572 xmlFree((char **) schema->namespaces);
[all...]
H A Dpattern.c185 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
186 int nb_namespaces; /* the number of namespaces */
284 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
293 const xmlChar **namespaces) {
309 if (namespaces != NULL) {
311 for (i = 0;namespaces[2 * i] != NULL;i++)
317 cur->namespaces = namespaces;
963 if (xmlStrEqual(ctxt->namespaces[
292 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, const xmlChar **namespaces) argument
2358 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags, const xmlChar **namespaces) argument
[all...]
H A Drngparser.c94 xmlHashTablePtr namespaces; member in struct:_xmlCRelaxNGParserCtxt
495 if (ctxt->namespaces == NULL)
496 ctxt->namespaces = xmlHashCreate(10);
497 if (ctxt->namespaces == NULL) {
502 ret = xmlHashAddEntry(ctxt->namespaces, xmlCRelaxNGDefault,
505 ret = xmlHashAddEntry(ctxt->namespaces, prefix,
573 ret = xmlHashLookup(ctxt->namespaces, xmlCRelaxNGDefault);
575 ret = xmlHashLookup(ctxt->namespaces, prefix);
H A Dxmllint.c1526 const xmlChar **namespaces,
1547 if (namespaces != NULL) {
1550 if (namespaces[i] != NULL)
1551 fprintf(stdout, ":%s", namespaces[i]);
1553 fprintf(stdout, "='%s'", namespaces[i]);
1999 const xmlChar *namespaces[22]; local
2005 namespaces[i++] = ns->href;
2006 namespaces[i++] = ns->prefix;
2008 namespaces[i++] = NULL;
2009 namespaces[
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Druntest.c1410 const xmlChar **namespaces,
1431 if (namespaces != NULL) {
1434 if (namespaces[i] != NULL)
1435 fprintf(SAXdebug, ":%s", namespaces[i]);
1437 fprintf(SAXdebug, "='%s'", namespaces[i]);
3481 const xmlChar *namespaces[22]; local
3487 namespaces[j++] = ns->href;
3488 namespaces[j++] = ns->prefix;
3490 namespaces[j++] = NULL;
3491 namespaces[
1405 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxmlreader.c705 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
719 const xmlChar **namespaces,
732 namespaces, nb_attributes, nb_defaulted,
3964 * @namespaces: the prefix definitions, array of [URI, prefix] or NULL
3974 const xmlChar **namespaces)
3981 comp = xmlPatterncompile(pattern, reader->dict, 0, namespaces);
714 xmlTextReaderStartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
3973 xmlTextReaderPreservePattern(xmlTextReaderPtr reader, const xmlChar *pattern, const xmlChar **namespaces) argument
H A Dxpath.c3930 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
4043 * @hasSet2NsNodes: 1 if set2 contains namespaces nodes
5176 if (ctxt->namespaces != NULL) {
5180 if ((ctxt->namespaces[i] != NULL) &&
5181 (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix)))
5182 return(ctxt->namespaces[i]->href);
12145 * Setup namespaces.
14671 const xmlChar **namespaces = NULL; local
14682 * Additionally, if there is no list of namespaces available and
14685 * to have a list of namespaces a
[all...]
H A Dxmlschemas.c118 * The XML Schemas namespaces
600 /* xmlHashTablePtr namespaces; */
6803 * Avoid dublicate namespaces.
8032 * TODO: We need the array of in-scope namespaces for compilation.
8041 * Build an array of prefixes and namespaces.
27290 const xmlChar ** namespaces,
27326 * Register namespaces on the elem info.
27363 ielem->nsBindings[ielem->nbNsBindings * 2] = namespaces[j];
27364 if (namespaces[j+1][0] == 0) {
27371 namespaces[
27285 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28497 startElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted, const xmlChar ** attributes) argument
[all...]
H A Dtestapi.c5088 xmlChar ** namespaces; /* pointer to the array of prefix/URI pairs namespace definitions */ local
5112 namespaces = gen_const_xmlChar_ptr_ptr(n_namespaces, 5);
5117 xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes);
5124 des_const_xmlChar_ptr_ptr(n_namespaces, (const xmlChar **)namespaces, 5);
5353 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
5422 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
5498 xmlChar ** inclusive_ns_prefixes; /* the list of inclusive namespace prefixes ended with a NULL or NULL if there is no inclusive namespaces (only for exclusive canonicalization, ignored otherwise) */
19428 int extended; /* if 1 do a recursive copy (properties, namespaces and children when applicable) if 2 copy properties and namespaces (when applicable) */
19897 int extended; /* if 1 do a recursive copy (properties, namespaces an
32318 xmlChar ** namespaces; /* the prefix definitions, array of [URI, prefix] or NULL */ local
[all...]
/external/libxml2/include/libxml/
H A Dxpath.h261 * check namespaces at compilation
309 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
323 xmlHashTablePtr nsHash; /* The namespaces hash table */
339 xmlNsPtr *tmpNsList; /* Array of namespaces */
340 int tmpNsNr; /* number of namespaces in scope */
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.cpp613 NameToDIE& namespaces)
890 namespaces.Insert (ConstString(name), die.GetOffset());
605 Index(const uint32_t cu_idx, NameToDIE& func_basenames, NameToDIE& func_fullnames, NameToDIE& func_methods, NameToDIE& func_selectors, NameToDIE& objc_class_selectors, NameToDIE& globals, NameToDIE& types, NameToDIE& namespaces) argument
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java59 private boolean namespaces = DEFAULT_NAMESPACES; field in class:Parser
74 "http://xml.org/sax/features/namespaces";
335 if (name.equals(namespacesFeature)) namespaces = value;
736 if (!namespaces) namespace = localName = "";
775 if (!namespaces) namespace = localName = "";
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.identity_3.1.0.v20100529-0735.jar ... final int IDENTITY_CREATION_ERRORCODE private static java.util.Hashtable namespaces private static boolean securityEnabled protected static org.eclipse. ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 782 milliseconds