HomeSort by relevance Sort by last modified time
    Searched refs:namespaces (Results 1 - 25 of 34) sorted by null

1 2

  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 159 private final static String NAMESPACES = FEATURES + "namespaces";
167 * <p>The only features recognized are namespaces and
181 if (name.equals(NAMESPACES)) {
183 namespaces = value;
184 if (!namespaces && !prefixes) {
190 if (!prefixes && !namespaces) {
191 namespaces = true;
205 * <p>The only features recognized are namespaces and
219 if (name.equals(NAMESPACES)) {
827 private boolean namespaces = true; field in class:ParserAdapter
    [all...]
  /external/libxml2/
schematron.c 140 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
194 int nbNamespaces; /* number of namespaces in the array */
196 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
404 ctxt->namespaces);
569 if (schema->namespaces != NULL)
570 xmlFree((char **) schema->namespaces);
    [all...]
pattern.c 182 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
183 int nb_namespaces; /* the number of namespaces */
281 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
290 const xmlChar **namespaces) {
306 if (namespaces != NULL) {
308 for (i = 0;namespaces[2 * i] != NULL;i++);
313 cur->namespaces = namespaces;
959 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix))
    [all...]
xmllint.c 1973 const xmlChar *namespaces[22]; local
    [all...]
  /external/libxml2/include/libxml/
pattern.h 56 const xmlChar **namespaces);
SAX2.h 116 const xmlChar **namespaces,
xpath.h 259 * check namespaces at compilation
307 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
321 xmlHashTablePtr nsHash; /* The namespaces hash table */
337 xmlNsPtr *tmpNsList; /* Array of namespaces */
338 int tmpNsNr; /* number of namespaces in scope */
xmlreader.h 271 const xmlChar **namespaces);
  /libcore/luni/src/main/java/org/apache/xml/utils/
QName.java 230 * @param namespaces Namespace stack to use to resolve namespace
232 public QName(String qname, Stack namespaces)
234 this(qname, namespaces, false);
243 * @param namespaces Namespace stack to use to resolve namespace
247 public QName(String qname, Stack namespaces, boolean validate)
269 int depth = namespaces.size();
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 48 * namespaces = true
148 * namespaces = true.
162 && config.namespaces;
174 config.namespaces = true;
182 PARAMETERS.put("namespaces", new BooleanParameter() {
184 return config.namespaces;
187 config.namespaces = (Boolean) value;
196 * Has no effect if namespaces is false.
293 private boolean namespaces = true; field in class:DOMConfigurationImpl
381 * TODO: normalize namespaces
    [all...]
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 85 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
93 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
95 callback->namespaces[i] = xmlStrdup(namespaces[i]);
206 xmlFree(namespaces[i]);
207 xmlFree(namespaces);
217 nb_namespaces, const_cast<const xmlChar**>(namespaces),
225 xmlChar** namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
584 // Add namespaces based on the parent node
682 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces) local
    [all...]
XMLTokenizerQt.cpp 136 // Add namespaces based on the parent node
150 QXmlStreamNamespaceDeclarations namespaces;
158 namespaces.append(QXmlStreamNamespaceDeclaration(attr->localName(), attr->value()));
162 m_stream.addExtraNamespaceDeclarations(namespaces);
XMLTokenizer.h 240 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** libxmlAttributes);
  /external/webkit/WebCore/editing/
markup.cpp 316 static bool shouldAddNamespaceAttr(const Attribute* attr, HashMap<AtomicStringImpl*, AtomicStringImpl*>& namespaces)
318 namespaces.checkConsistency();
322 namespaces.set(emptyAtom.impl(), attr->value().impl());
328 namespaces.set(attr->localName().impl(), attr->value().impl());
335 static void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& ns, HashMap<AtomicStringImpl*, AtomicStringImpl*>& namespaces)
337 namespaces.checkConsistency();
343 AtomicStringImpl* foundNS = namespaces.get(pre);
345 namespaces.set(pre, ns.impl());
396 static void appendStartMarkup(Vector<UChar>& result, const Node* node, const Range* range, EAnnotateForInterchange annotate, bool convertBlocksToInlines = false, HashMap<AtomicStringImpl*, AtomicStringImpl*>* namespaces = 0, RangeFullySelectsNode rangeFullySelectsNode = DoesFullySelectNode)
398 if (namespaces)
    [all...]
  /libcore/luni/src/test/java/tests/xml/
SaxTest.java 158 private void parse(boolean prefixes, boolean namespaces, String xml,
163 reader.setFeature("http://xml.org/sax/features/namespaces", namespaces);
  /frameworks/base/tools/aapt/
XMLNode.cpp 389 static String8 build_namespace(const Vector<namespace_entry>& namespaces,
395 const size_t N = namespaces.size();
397 const namespace_entry& ne = namespaces.itemAt(i);
412 Vector<namespace_entry> namespaces; local
422 String8 elemNs = build_namespace(namespaces, ns16);
436 String8 ns = build_namespace(namespaces, ns16);
476 namespaces.push(ns);
482 const namespace_entry& ns = namespaces.top();
502 namespaces.pop();
970 // in different namespaces (and thus with different resource IDs)
    [all...]
  /external/webkit/WebKitTools/Scripts/
prepare-ChangeLog 545 my @namespaces;
687 push @namespaces, $potential_namespace;
697 if (@namespaces && (length($name) < 2 || substr($name,1,1) ne "[")) {
698 $name = join ('::', @namespaces, $name);
711 if (!$in_braces && @namespaces) {
712 pop @namespaces;
    [all...]
  /external/v8/tools/
csvparser.js 29 // Initlialize namespaces.
codemap.js 29 // Initlialize namespaces
logreader.js 32 // Initlialize namespaces
profile_view.js 29 // Initlialize namespaces
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 58 private boolean namespaces = DEFAULT_NAMESPACES; field in class:Parser
73 "http://xml.org/sax/features/namespaces";
334 if (name.equals(namespacesFeature)) namespaces = value;
735 if (!namespaces) namespace = localName = "";
774 if (!namespaces) namespace = localName = "";
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
name-lookup.h 193 tree namespaces;
195 /* An array of static functions and variables (for namespaces only) */
201 /* A list of used namespaces. PURPOSE is the namespace,
191 tree namespaces; local
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/cp/
name-lookup.h 193 tree namespaces;
195 /* An array of static functions and variables (for namespaces only) */
201 /* A list of used namespaces. PURPOSE is the namespace,
191 tree namespaces; local
  /external/bluetooth/glib/gio/
gfile.c 2147 GFileAttributeInfoList *attributes, *namespaces; local
    [all...]

Completed in 1740 milliseconds

1 2