Searched refs:XML_PREFIX (Results 1 – 4 of 4) sorted by relevance
98 private static final String XML_PREFIX = "xml"; // was "xmlns" field in NamespaceMappings126 nn = new MappingRecord(XML_PREFIX, "http://www.w3.org/XML/1998/namespace", -1); in initNamespaces()127 stack = createPrefixStack(XML_PREFIX); in initNamespaces()205 if (prefix.startsWith(XML_PREFIX)) in popNamespace()228 if (prefix.startsWith(XML_PREFIX)) in pushNamespace()
48 static final String XML_PREFIX = "xml"; field
133 static char XML_PREFIX[256]; variable1271 strcpy(XML_PREFIX,rootName); in ctest_xml_init()1273 char *p = XML_PREFIX+strlen(XML_PREFIX); in ctest_xml_init()1274 for(p--;*p&&p>XML_PREFIX&&!isalnum((int)*p);p--) { in ctest_xml_init()1279 fprintf(XML_FILE, "<testsuite name=\"%s\">\n", XML_PREFIX); in ctest_xml_init()1302 …t<testcase classname=\"%s:%s\" name=\"%s:%s\" time=\"%s\"", XML_PREFIX, classname, XML_PREFIX, nam… in ctest_xml_testcase()
127 private static final String XML_PREFIX = "xml"; field in DOM3TreeWalker