HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 26 - 50 of 527) sorted by null

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/xml/namespace/
package.html 28 <li><a href="http://www.w3.org/TR/REC-xml-names/#ns-qualnames">Namespaces in XML</a></li>
29 <li><a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a></li>
  /external/markdown/markdown/
html4.py 128 def _serialize_html(write, elem, encoding, qnames, namespaces):
145 if items or namespaces:
156 if namespaces:
157 items = namespaces.items()
190 qnames, namespaces = _namespaces(
194 write, root, encoding, qnames, namespaces
201 # identify namespaces used in this tree
207 namespaces = {}
209 namespaces[default_namespace] = ""
219 prefix = namespaces.get(uri
    [all...]
  /libcore/luni/src/main/java/javax/xml/
XMLConstants.java 30 * @see <a href="http://www.w3.org/TR/xml-names11/">Namespaces in XML 1.1</a>
31 * @see <a href="http://www.w3.org/TR/REC-xml-names">Namespaces in XML</a>
32 * @see <a href="http://www.w3.org/XML/xml-names-19990114-errata">Namespaces in XML Errata</a>
50 * Namespaces in XML, 5.2 Namespace Defaulting</a>
60 * Namespaces in XML, 3. Qualified Names</a>
71 * Namespaces in XML, 3. Qualified Names</a>
82 * Namespaces in XML, 3. Qualified Names</a>
95 * Namespaces in XML, 3. Qualified Names</a>
97 * Namespaces in XML Errata</a>
111 * Namespaces in XML, 3. Qualified Names</a
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NSInfo.java 36 * @param hasProcessedNS Flag indicating whether namespaces
56 * @param hasProcessedNS Flag indicating whether namespaces
96 /** Flag indicating whether namespaces have been processed for this node */
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfignamespaces1.js 71 * Checks behavior of "namespaces" configuration parameter.
73 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespaces
86 var parameter = "nAmEspaces";
domconfignamespaces2.js 77 * Document.getParameter("namespaces") should be true regardles if the
80 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespaces
97 state = domConfig.getParameter("namespaces");
  /development/scripts/app_engine_server/gae_shell/
README 12 definitions, and other values in the global and local namespaces can be used
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 26 // Test that all anonymous namespaces in a translation unit are
  /external/clang/test/SemaCXX/
warn-using-namespace-in-header.h 32 // But we shouldn't warn in extern contexts inside namespaces.
  /external/expat/lib/
amigaconfig.h 29 /* Define to make XML Namespaces functionality available. */
  /external/webkit/LayoutTests/fast/xpath/
xpath-namespaces.html 30 var namespaces = { xmpl: "http://www.example.org" };
31 var mapResolver = function(prefix) { return namespaces[prefix]; };
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 58 private static final String NAMESPACES = BASE_URI + "namespaces";
79 if (name.equals(Feature.NAMESPACES)) {
111 if (name.equals(Feature.NAMESPACES)) {
228 * Returns true if this SAX parser processes namespaces.
256 * prefixes if namespaces are disabled.
259 "feature is not supported while the 'namespaces' " +
  /system/extras/tests/bionic/libstdc++/
test_cstddef.cpp 52 // size_t should be defined in both namespaces
61 // ptrdiff_t should be defined in both namespaces
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 157 private static final String NAMESPACES = FEATURES + "namespaces";
165 * <p>The only features recognized are namespaces and
179 if (name.equals(NAMESPACES)) {
181 namespaces = value;
182 if (!namespaces && !prefixes) {
188 if (!prefixes && !namespaces) {
189 namespaces = true;
203 * <p>The only features recognized are namespaces and
217 if (name.equals(NAMESPACES)) {
824 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...]
  /external/kernel-headers/original/linux/
xattr.h 16 /* Namespaces */
  /external/libxslt/libxslt/
templates.h 44 /* TODO: this is obviously broken ... the namespaces should be passed too ! */
  /external/stlport/stlport/stl/config/
_dec_vms.h 13 // work with namespaces ;(
  /external/stlport/test/unit/
stldbg_include.cpp 3 * STLport use many defines and auxilary structures, namespaces and templates
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 13 // work with namespaces ;(
  /ndk/tests/device/test-gnustl-full/unit/
stldbg_include.cpp 3 * STLport use many defines and auxilary structures, namespaces and templates
  /ndk/tests/device/test-stlport/unit/
stldbg_include.cpp 3 * STLport use many defines and auxilary structures, namespaces and templates
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 13 // work with namespaces ;(
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_dec_vms.h 13 // work with namespaces ;(
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathAPI.java 78 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
117 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
156 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
203 * @param namespaceNode The node from which prefixes in the XPath will be resolved to namespaces.
219 // for things like namespaces, etc.
228 // XPath namespaces are resolved from the input context node's document element
272 // for things like namespaces, etc.

Completed in 649 milliseconds

12 3 4 5 6 7 8 91011>>