HomeSort by relevance Sort by last modified time
    Searched defs:namespaceURI (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 35 * The "getElementsByTagNameNS(namespaceURI,localName)" method for a Document
39 * Invoke method getElementsByTagNameNS(namespaceURI,localName) on this document
40 * with namespaceURI and localName as " ". Method should return a new NodeList
70 String namespaceURI = "*";
75 newList = doc.getElementsByTagNameNS(namespaceURI, localName);
151 String namespaceURI = "http://www.nist.gov";
156 elementList = doc.getElementsByTagNameNS(namespaceURI, localName);
DocumentImportNode.java 24 * and namespaceURI "http://www.nist.gov" into the same document. Check the
177 String namespaceURI;
185 namespaceURI = importedAttr.getNamespaceURI();
190 "http://www.w3.org/DOM/Test", namespaceURI);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderImpl.java 96 String namespaceURI = null;
102 dom, namespaceURI, qualifiedName, doctype, inputEncoding);
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 277 const AtomicString& namespaceURI = svgElement->lookupNamespaceURI(prefix);
278 if (namespaceURI.isEmpty())
281 return QualifiedName(nullAtom, localName, namespaceURI);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 723 // namespaceURI matches an in scope declaration of one or
843 // If namespace-declarations=true, add the node with the Attr nodes namespaceURI
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.cpp 827 m_defaultNamespaceURI = parentElement->namespaceURI();
907 AtomicString namespaceURI = toAtomicString(namespaces[i].uri);
915 prefixedAttributes.append(Attribute(parsedName, namespaceURI));
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlwriter.c 1044 * @namespaceURI: namespace URI or NULL
1053 const xmlChar * namespaceURI)
1076 if (namespaceURI != 0) {
1092 p->uri = xmlStrdup(namespaceURI);
    [all...]
  /external/libxml2/
xmlwriter.c 1048 * @namespaceURI: namespace URI or NULL
1057 const xmlChar * namespaceURI)
1080 if (namespaceURI != 0) {
1096 p->uri = xmlStrdup(namespaceURI);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 34 namespaceURI = None # this is non-null only for elements and attributes
312 (nsURI == "*" or node.namespaceURI == nsURI)):
344 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None,
349 d["namespaceURI"] = namespaceURI
383 nsuri = self.namespaceURI
413 del elem._attrsNS[(self.namespaceURI, self.localName)]
433 if self.namespaceURI:
434 return info.isIdNS(self.namespaceURI, self.localName)
447 if self.namespaceURI
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 34 namespaceURI = None # this is non-null only for elements and attributes
312 (nsURI == "*" or node.namespaceURI == nsURI)):
344 def __init__(self, qName, namespaceURI=EMPTY_NAMESPACE, localName=None,
349 d["namespaceURI"] = namespaceURI
383 nsuri = self.namespaceURI
413 del elem._attrsNS[(self.namespaceURI, self.localName)]
433 if self.namespaceURI:
434 return info.isIdNS(self.namespaceURI, self.localName)
447 if self.namespaceURI
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 530 const AtomicString& Node::namespaceURI() const
    [all...]
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/devtools/tools/lib/
common.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.2.0/
common-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.0/
common-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.4.2/
common-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.0/
common-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.1/
common-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/22.5.3/
common-22.5.3.jar 

Completed in 3084 milliseconds

1 2 3 45 6 7