HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 176 - 200 of 529) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 145 // Parameter namespaces, true [required] (default)
146 private final static int NAMESPACES = 0x1 << 8;
219 fFeatures |= NAMESPACES;
326 // namespaces
445 return ((fFeatures & NAMESPACES) != 0) ? Boolean.TRUE : Boolean.FALSE;
475 (fFeatures & NAMESPACES) != 0 &&
563 fFeatures = state ? fFeatures | NAMESPACES : fFeatures
564 & ~NAMESPACES;
565 // namespaces
    [all...]
  /external/libxml2/include/libxml/
parser.h 276 int nsNr; /* the number of inherited namespaces */
279 struct _xmlParserCtxt *nsParent; /* parent context to inherit namespaces from * */
669 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
686 const xmlChar **namespaces,
    [all...]
schemasInternals.h 292 * Used to build a list of namespaces on wildcards.
316 xmlSchemaWildcardNsPtr nsSet; /* The list of allowed namespaces */
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 114 * parameter "<a href='http://www.w3.org/TR/DOM-Level-3-Core/core.html#parameter-namespaces'>
115 * namespaces</a>" is set to <code>true</code> and an unbound namespace prefix is
206 * <dt><code>"namespaces"</code></dt>
210 * <dd>[<em>required</em>] (<em>default</em>) Perform the namespace processing as defined in [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>]
211 * and [<a href='http://www.w3.org/TR/2004/REC-xml-names11-20040204/'>XML Namespaces 1.1</a>]
  /development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java 81 * Node names can contain namespaces in the form <code>namespace:node</code>.
133 * - Support namespaces in attribute names.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTM.java 141 // %ISSUE% What about inherited namespaces in this case?
219 // %REVIEW% The Namespace Spec currently says that Namespaces are
223 // to consider whether we check the namespace-for-namespaces
227 // all the namespaces it uses. DOM Level 3 will introduce a
549 // NOTE that XML Namespaces were not originally
569 // Namespaces spec rather than by the DTD.
    [all...]
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 226 // namespaces. Thus |crashing_pid| might be garbage from our point of view.
260 // namespaces also have /proc/[pid]/syscall, so we can look through
  /external/stlport/stlport/stl/config/
user_config.h 97 * if the compiler supports namespaces.
98 * Note : if the compiler do not support namespaces, those operators are not be provided by default,
  /frameworks/base/libs/utils/
README 110 defines two namespaces:
139 overlay packages) to existing resource namespaces, like so:
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 101 * provide support for XML namespaces. By default the value of this is set
105 * for XML namespaces; false otherwise.
SAXParserFactory.java 115 * provide support for XML namespaces. By default the value of this is set
119 * provide support for XML namespaces; false otherwise.
  /libcore/luni/src/main/java/org/xml/sax/
XMLReader.java 85 * http://xml.org/sax/features/namespaces and the
141 * http://xml.org/sax/features/namespaces to true and
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 41 * supports a false value for the http://xml.org/sax/features/namespaces
236 xmlReader.setFeature("http://xml.org/sax/features/namespaces",
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 97 * if the compiler supports namespaces.
98 * Note : if the compiler do not support namespaces, those operators are not be provided by default,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 97 * if the compiler supports namespaces.
98 * Note : if the compiler do not support namespaces, those operators are not be provided by default,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
user_config.h 97 * if the compiler supports namespaces.
98 * Note : if the compiler do not support namespaces, those operators are not be provided by default,
  /external/apache-xml/src/main/java/org/apache/xalan/serialize/
SerializerUtils.java 214 * list of namespaces
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMFilter.java 174 * decide there are many more localnames than namespaces, which is
  /external/chromium/chrome/common/extensions/
update_manifest_unittest.cc 73 // Includes unrelated <app> tags from other xml namespaces - this should
user_script.h 190 // as XML namespaces. Only used when parsing Greasemonkey-style scripts.
  /external/chromium/sdch/open-vcdiff/
ChangeLog 7 * Define std::string as string only within namespaces and class definitions
  /external/clang/test/Analysis/
dead-stores.cpp 102 // Dead stores in namespaces.
  /external/clang/test/CXX/class.access/class.friend/
p1.cpp 28 // Test that we recurse through namespaces to find already declared names, but
  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp 7 // that we allow specializations only in the appropriate namespaces (and

Completed in 313 milliseconds

1 2 3 4 5 6 78 91011>>