/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 47 * namespaces = true 147 * namespaces = true. 161 && config.namespaces; 173 config.namespaces = true; 181 PARAMETERS.put("namespaces", new BooleanParameter() { 183 return config.namespaces; 186 config.namespaces = (Boolean) value; 195 * Has no effect if namespaces is false. 292 private boolean namespaces = true; field in class:DOMConfigurationImpl 380 * TODO: normalize namespaces [all...] |
/libcore/luni/src/main/java/org/w3c/dom/ |
Element.java | 165 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 176 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 198 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 213 * malformed per the Namespaces in XML specification, if the 222 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 241 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 251 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 260 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 272 * through the Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 283 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a> [all...] |
NamedNodeMap.java | 103 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 114 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 126 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 150 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 163 * <br>Per [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 176 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
|
DOMImplementation.java | 50 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]). 93 * http://www.w3.org/XML/1998/namespace</a>" [<a href='http://www.w3.org/TR/1999/REC-xml-names-19990114/'>XML Namespaces</a>] 96 * provided, since namespaces were defined by XML. 102 * Document does not support XML Namespaces (such as [<a href='http://www.w3.org/TR/1999/REC-html401-19991224/'>HTML 4.01</a>]).
|
/external/libxml2/include/libxml/ |
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 */
|
pattern.h | 56 const xmlChar **namespaces);
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | 206 // Retrieve the set of identifier namespaces that correspond to a 743 // Perform direct name lookup into the namespaces nominated by the [all...] |
/external/libxslt/libxslt/ |
templates.c | 30 #include "namespaces.h" 47 * @nsList: the namespaces in scope 48 * @nsNr: the number of namespaces in scope 68 oldNamespaces = ctxt->xpathCtxt->namespaces; 72 ctxt->xpathCtxt->namespaces = nsList; 94 ctxt->xpathCtxt->namespaces = oldNamespaces; 106 * @nsNr: the number of namespaces in the list 107 * @nsList: the list of in-scope namespaces to use 131 oldNamespaces = ctxt->xpathCtxt->namespaces; 134 /* TODO: do we need to propagate the namespaces here ? * [all...] |
/device/sample/frameworks/PlatformLibrary/ |
README.txt | 46 namespaces -- the namespace given in the <library> tag above is just the 48 link happens all of the Java namespaces in that library will be available
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOMConstants.java | 44 // xmlns namespaces
70 public static final String DOM_NAMESPACES = "namespaces";
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/ |
p3.cpp | 38 // name lookup that considers functions from namespaces and classes 71 // on innermost namespaces.
|
/external/libxml2/ |
c14n.c | 280 xmlC14NErrMemory("creating namespaces stack"); 290 xmlC14NErrParam("destroying namespaces stack"); 355 xmlC14NErrParam("saving namespaces stack"); 367 xmlC14NErrParam("restoring namespaces stack"); 378 xmlC14NErrParam("shifting namespaces stack"); 414 xmlC14NErrParam("searching namespaces stack (c14n)"); 447 xmlC14NErrParam("searching namespaces stack (exc c14n)"); 506 * Compares the namespaces by names (prefixes). 538 xmlC14NErrParam("writing namespaces"); 605 xmlC14NErrParam("processing namespaces axis (c14n)") [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level2/core/ |
createAttributeNS04.java | 41 * the string "http://www.w3.org/XML/1998/namespaces" (which differs from the required 72 String namespaceURI = "http://www.w3.org/XML/1998/namespaces";
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
debug.h | 33 /** Macros and namespaces used by the implementation outside of debug 41 // Debug mode namespaces.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 33 /** Macros and namespaces used by the implementation outside of debug 41 // Debug mode namespaces.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
debug.h | 33 /** Macros and namespaces used by the implementation outside of debug 41 // Debug mode namespaces.
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
XmlPullParser.java | 178 * if <a href='#FEATURE_PROCESS_NAMESPACES'>namespaces are enabled</a>. 180 * See getNamespace* methods to retrieve newly declared namespaces. 349 * namespaces. As for all features, the default value is false. 357 "http://xmlpull.org/v1/doc/features.html#process-namespaces"; 542 * If namespaces are not enabled, 0 is returned. 547 * <p><b>NOTE:</b> to retrieve list of namespaces declared in current element:<pre> 610 * <a href="http://www.w3.org/TR/REC-xml-names/#ns-using">Namespaces in XML</a> 747 * If namespaces are not enabled, an empty String ("") is always returned. 755 * element is returned when namespaces are enabled. When namespace 761 * when namespaces are enabled and the prefix is not null [all...] |
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
p8.cpp | 3 // Fun things you can do with inline namespaces:
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udir/ |
p1.cpp | 39 // Same thing, but with the directives in namespaces.
|
/external/expat/lib/ |
macconfig.h | 40 /* Define to make XML Namespaces functionality available. */
|
/external/icu4c/common/unicode/ |
uversion.h | 70 * If the C++ compiler supports namespaces, it also begins a namespace block. 80 * If the C++ compiler supports namespaces, it also ends the namespace block 89 * If the compiler doesn't support namespaces, this does nothing. 97 * If the compiler doesn't support namespaces, this does nothing.
|
/external/libxslt/ |
Android.mk | 8 libxslt/namespaces.c \
|
/external/stlport/stlport/stl/config/ |
_dec.h | 27 work with namespaces ;(
|
/external/webkit/Source/JavaScriptCore/wtf/ |
NullPtr.h | 31 // nullptr_t type and nullptr object. They are defined in the same namespaces they
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
_dec.h | 27 work with namespaces ;(
|