HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 351 - 375 of 1492) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 396 # If this ever changes, Namespaces.end_element_handler() needs to
718 class Namespaces:
719 """Mix-in class for builders; adds support for namespaces."""
818 class ExpatBuilderNS(Namespaces, ExpatBuilder):
819 """Document builder that supports namespaces."""
826 class FragmentBuilderNS(Namespaces, FragmentBuilder):
827 """Fragment builder that supports namespaces."""
    [all...]
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
expatbuilder.py 396 # If this ever changes, Namespaces.end_element_handler() needs to
718 class Namespaces:
719 """Mix-in class for builders; adds support for namespaces."""
818 class ExpatBuilderNS(Namespaces, ExpatBuilder):
819 """Document builder that supports namespaces."""
826 class FragmentBuilderNS(Namespaces, FragmentBuilder):
827 """Fragment builder that supports namespaces."""
    [all...]
xmlbuilder.py 22 namespaces = 1 variable in class:Options
156 ("namespaces", 0): [
157 ("namespaces", 0)],
158 ("namespaces", 1): [
159 ("namespaces", 1)],
  /external/chromium_org/third_party/libxml/src/
c14n.c 285 xmlC14NErrMemory("creating namespaces stack");
295 xmlC14NErrParam("destroying namespaces stack");
360 xmlC14NErrParam("saving namespaces stack");
372 xmlC14NErrParam("restoring namespaces stack");
383 xmlC14NErrParam("shifting namespaces stack");
419 xmlC14NErrParam("searching namespaces stack (c14n)");
452 xmlC14NErrParam("searching namespaces stack (exc c14n)");
509 * Compares the namespaces by names (prefixes).
541 xmlC14NErrParam("writing namespaces");
608 xmlC14NErrParam("processing namespaces axis (c14n)")
    [all...]
regressions.xml 47 <testname>XML Namespaces Regression Tests</testname>
48 <srcsub>namespaces</srcsub>
49 <ressub>namespaces</ressub>
  /external/libxml2/
c14n.c 287 xmlC14NErrMemory("creating namespaces stack");
297 xmlC14NErrParam("destroying namespaces stack");
362 xmlC14NErrParam("saving namespaces stack");
374 xmlC14NErrParam("restoring namespaces stack");
385 xmlC14NErrParam("shifting namespaces stack");
421 xmlC14NErrParam("searching namespaces stack (c14n)");
454 xmlC14NErrParam("searching namespaces stack (exc c14n)");
511 * Compares the namespaces by names (prefixes).
543 xmlC14NErrParam("writing namespaces");
610 xmlC14NErrParam("processing namespaces axis (c14n)")
    [all...]
  /docs/source.android.com/
DoxygenLayout.xml 8 <tab type="namespaces" visible="yes" title="">
112 <namespaces visible="yes" title=""/>
140 <namespaces visible="yes" title=""/>
  /external/apache-xml/src/main/java/org/apache/xml/utils/
Constants.java 36 * and xml:lang. It was defined by the W3C's XML Namespaces spec.</li>
82 * Xalan extension namespaces.
96 * EXSLT extension namespaces.
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);
  /external/clang/include/clang/Lex/
Pragma.h 57 /// we treat "\#pragma STDC" and "\#pragma GCC" as namespaces that contain other
86 /// allowing hierarchical pragmas to be defined. Common examples of namespaces
87 /// are "\#pragma GCC", "\#pragma STDC", and "\#pragma omp", but any namespaces
  /external/clang/test/ARCMT/Inputs/
module.map 108 header "namespaces-top.h"
112 header "namespaces-left.h"
116 header "namespaces-right.h"
  /external/clang/test/Modules/Inputs/
module.map 109 header "namespaces-top.h"
113 header "namespaces-left.h"
117 header "namespaces-right.h"
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 53 * @param namespaces The namespace that relates to the accepted means of transfer.
57 StreamInitiation streamInitiationOffer, String[] namespaces)
68 for (String namespace : namespaces) {
  /libcore/luni/src/test/java/libcore/xml/
NamespacedAttributesLookupTest.java 33 * names for different combinations of namespaces and namespace prefixes.
38 "http://xml.org/sax/features/namespaces";
110 * Only supply the uri+localName or qname depending on whether namespaces are
NormalizeTest.java 62 "element-content-whitespace", "comments", "namespaces" };
180 assertEquals(true, domConfiguration.getParameter("namespaces"));
181 assertSupported("namespaces", false);
182 assertSupported("namespaces", true);
401 domConfiguration.setParameter("namespaces", false);
421 domConfiguration.setParameter("namespaces", false);
434 domConfiguration.setParameter("namespaces", false);
446 domConfiguration.setParameter("namespaces", false);
467 domConfiguration.setParameter("namespaces", false);
488 domConfiguration.setParameter("namespaces", false)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java 133 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
172 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
211 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
258 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
274 // for things like namespaces, etc.
280 // XPath namespaces are resolved from the input context node's document element
324 // for things like namespaces, etc.
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 104 * namespaces of XSLT elements.
290 int inheritedNsNr; /* number of inherited namespaces */
291 xmlNsPtr *inheritedNs;/* inherited non-excluded namespaces */
357 xmlNsPtr *nsList; /* the namespaces in scope */
358 int nsNr; /* the number of namespaces in scope */
558 * The in-scope namespaces.
1174 * excluded result namespaces; i.e., this *won't* be created uniquely
1185 * This means that excluded namespaces (via exclude-result-prefixes,
    [all...]
  /libcore/luni/src/main/java/javax/xml/namespace/
QName.java 32 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
34 * href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces
60 * @see <a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a>
61 * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a>
122 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
142 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
164 * href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces
186 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
240 * as specified in <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces
416 * <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML</a>.</p
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 205 // Retrieve the set of identifier namespaces that correspond to a
767 // Perform direct name lookup into the namespaces nominated by the
    [all...]
  /external/lldb/www/cpp_reference/html/
SBDefines_8h.html 14 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
31 <a href="#namespaces">Namespaces</a> </div>
56 <tr class="heading"><td colspan="2"><h2><a name="namespaces"></a>
57 Namespaces</h2></td></tr>
SBTarget_8h.html 14 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
32 <a href="#namespaces">Namespaces</a> </div>
69 <tr class="heading"><td colspan="2"><h2><a name="namespaces"></a>
70 Namespaces</h2></td></tr>
  /external/chromium_org/components/policy/core/common/
policy_service_impl.cc 196 // Only notify observers of namespaces that have been modified.
221 // Send updates for the remaining new namespaces, if any.
225 // Sends updates for the remaining removed namespaces, if any.
  /external/chromium_org/sandbox/linux/services/
unix_domain_socket_unittest.cc 25 // PIDs across namespaces).
40 // Otherwise hope the kernel supports unprivileged namespaces.
170 // Again similar to Fork, but now with nested PID namespaces.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
ParserAdapterTest.java 52 private final static String NAMESPACES = FEATURES + "namespaces";
112 String[] features = new String[] { NAMESPACES, NAMESPACE_PREFIXES,

Completed in 1171 milliseconds

<<11121314151617181920>>