/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
createElementNS04.java | 72 String namespaceURI = "http://www.w3.org/XML/1998/namespaces";
|
elementgetelementsbytagnamens04.java | 37 * local name 'child' and defined in different namespaces).
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DocumentType.java | 20 * else because the effect of namespaces and the various XML schema efforts
|
Document.java | 127 * namespaces" set to <code>true</code> in order to ensure that the 176 * namespaces" set to <code>true</code> in order to ensure that the 209 * attributes related to namespaces (<code>prefix</code>, 318 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 368 * http://www.w3.org/XML/1998/namespace</a>" [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 372 * support the <code>"XML"</code> feature, since namespaces were 382 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 441 * support the <code>"XML"</code> feature, since namespaces were 453 * special value <code>"*"</code> matches all namespaces. [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 104 /* Mac OS X is a little different with namespaces and cannot instantiate
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 104 /* Mac OS X is a little different with namespaces and cannot instantiate
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/ |
_gcc.h | 104 /* Mac OS X is a little different with namespaces and cannot instantiate
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
XmlnsAttributeDescriptor.java | 38 * http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/namespaces-algorithms.html#normalizeDocumentAlgo
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
Axis.java | 141 * A non-xpath axis, returns all nodes that aren't namespaces or attributes, 147 * A non-xpath axis, returns all nodes that aren't namespaces or attributes,
|
/external/clang/include/clang/Sema/ |
ExternalSemaSource.h | 67 /// \brief Load the set of namespaces that are known to the external source, 70 SmallVectorImpl<NamespaceDecl *> &Namespaces);
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
domconfigparameternames01.js | 89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-namespaces 131 (("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("entities".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
|
/libcore/dom/src/test/java/org/w3c/domts/ |
LSDocumentBuilderFactory.java | 252 strategies.put("namespaceAware", new LSParameterStrategy("namespaces", false)); 403 return hasProperty("namespaces");
|
/libcore/luni/src/main/java/org/xml/sax/ |
Attributes.java | 35 * Because SAX2 conforms to the original "Namespaces in XML" 51 * the <code>http://xml.org/sax/features/namespaces</code> feature is
|
ContentHandler.java | 35 * DocumentHandler interface, but it adds support for Namespaces 137 * names when the <code>http://xml.org/sax/features/namespaces</code> 213 * values of the <var>http://xml.org/sax/features/namespaces</var> 219 * the namespaces property is <var>true</var> (the default), and are 220 * optional when the namespaces property is <var>false</var> (if one is
|
/libcore/luni/src/test/java/libcore/xml/ |
PullParserTest.java | 61 parser.setFeature("http://xmlpull.org/v1/doc/features.html#process-namespaces", true); 69 parser.setFeature("http://xmlpull.org/v1/doc/features.html#process-namespaces", true); 629 // We should still be able to see the namespaces from two. 638 // We can still see the namespaces in one. 641 // We shouldn't be able to see the namespaces in two anymore. 649 // We shouldn't be able to see the namespaces in one anymore.
|
/external/libxslt/libxslt/ |
variables.c | 843 oldXPNamespaces = xpctxt->namespaces; 873 xpctxt->namespaces = comp->inScopeNs->list; 876 xpctxt->namespaces = NULL; 880 xpctxt->namespaces = comp->nsList; 884 xpctxt->namespaces = NULL; 910 xpctxt->namespaces = oldXPNamespaces; 1094 oldXPNamespaces = xpctxt->namespaces; 1106 xpctxt->namespaces = comp->inScopeNs->list; 1109 xpctxt->namespaces = NULL; 1113 xpctxt->namespaces = comp->nsList [all...] |
/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); 478 namespaces.push(ns); 484 const namespace_entry& ns = namespaces.top(); 504 namespaces.pop(); 972 // in different namespaces (and thus with different resource IDs) [all...] |
/external/llvm/docs/ |
CodingStandards.html | 72 <li><a href="#micro_anonns">Anonymous Namespaces</a></li> [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
NamespaceMappings.java | 30 * This class keeps track of the currently defined namespaces. Conceptually the 158 * Given a namespace uri, and the namespaces mappings for the 354 * and popping of namespaces to one push or one pop on
|
/external/expat/doc/ |
xmlwf.sgml | 158 This implies no namespaces (turns off <option>-n</option>) and 226 Turns on namespace processing. (describe namespaces) 227 <option>-c</option> disables namespaces.
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlSerializer.java | 133 * <a href="http://www.w3.org/XML/xml-names-19990114-errata#NE05">Namespaces in XML Errata</a>. 152 * <a href="http://www.w3.org/TR/REC-xml-names/">Namespaces in XML specification</a> 201 * The explicit prefixes for namespaces can be established by calling setPrefix()
|
/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
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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/ |
gfileattribute.c | 43 * by a colon, e.g. "namespace:keyname". Namespaces are included to sort 44 * key-value pairs by namespaces for relevance. Keys can be retrived 64 * <title>GFileAttributes Default Namespaces</title> 127 * Please note that these are not all of the possible namespaces. 128 * More namespaces can be added from GIO modules or by individual applications. 204 * namespaces. Keys for the "xattr" namespace are constructed by stripping [all...] |