HomeSort by relevance Sort by last modified time
    Searched full:namespaceuri (Results 301 - 325 of 480) sorted by null

<<11121314151617181920

  /external/webkit/Source/WebCore/svg/
svgattrs.in 2 namespaceURI="http://www.w3.org/2000/svg"
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNodeUtils.java 62 * @param namespaceURI a namespace
72 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI,
76 return findSchemaNode(tree, namespaceURI, null, createNodes);
84 * @param namespaceURI a namespace
95 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI, String suggestedPrefix,
100 XMPNode schemaNode = tree.findChildByName(namespaceURI);
104 schemaNode = new XMPNode(namespaceURI,
110 String prefix = XMPMetaFactory.getSchemaRegistry().getNamespacePrefix(namespaceURI);
115 prefix = XMPMetaFactory.getSchemaRegistry().registerNamespace(namespaceURI,
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 13 * getElementsByTagNameNS on the documentElement with values for namespaceURI
ElementSetAttributeNS.java 198 String namespaceURI = null;
211 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 316 HRESULT STDMETHODCALLTYPE DOMNode::namespaceURI(
706 /* [in] */ BSTR /*namespaceURI*/,
715 /* [in] */ BSTR /*namespaceURI*/,
724 /* [in] */ BSTR namespaceURI,
731 String namespaceURIString(namespaceURI);
957 /* [in] */ BSTR /*namespaceURI*/,
966 /* [in] */ BSTR /*namespaceURI*/,
975 /* [in] */ BSTR /*namespaceURI*/,
983 /* [in] */ BSTR /*namespaceURI*/,
1000 /* [in] */ BSTR /*namespaceURI*/,
    [all...]
  /external/libxml2/
xmlwriter.c 1044 * @namespaceURI: namespace URI or NULL
1053 const xmlChar * namespaceURI)
1076 if (namespaceURI != 0) {
1092 p->uri = xmlStrdup(namespaceURI);
    [all...]
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.h 52 PassRefPtr<Node> getNamedItemNS(const String& namespaceURI, const String& localName) const;
53 PassRefPtr<Node> removeNamedItemNS(const String& namespaceURI, const String& localName, ExceptionCode&);
XMLDocumentParserQt.cpp 172 m_defaultNamespaceURI = parentElement->namespaceURI();
308 String attrURI = attr.namespaceUri();
346 String namespaceURI = decl.namespaceUri();
349 newElement->setAttributeNS("http://www.w3.org/2000/xmlns/", namespaceQName, namespaceURI, ec, scriptingPermission);
362 String attrURI = attr.namespaceUri().isEmpty() ? String() : String(attr.namespaceUri());
486 String uri = m_stream.namespaceUri();
DOMImplementation.cpp 230 PassRefPtr<Document> DOMImplementation::createDocument(const String& namespaceURI,
235 if (namespaceURI == SVGNames::svgNamespaceURI)
240 if (namespaceURI == WMLNames::wmlNamespaceURI)
244 if (namespaceURI == HTMLNames::xhtmlNamespaceURI)
257 documentElement = doc->createElementNS(namespaceURI, qualifiedName, ec);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeAttributeNS01.java 34 * The "removeAttributeNS(namespaceURI,localName)" method for an attribute causes the
41 * "removeAttributeNS(namespaceURI,localName)" method.
setAttributeNodeNS05.java 75 String namespaceURI = "http://www.newattr.com";
85 newAttr = doc2.createAttributeNS(namespaceURI, qualifiedName);
setNamedItemNS04.java 77 String namespaceURI = "http://www.w3.org/2000/xmlns/";
105 arg = attributes.getNamedItemNS(namespaceURI, localName);
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSResourceResolver.java 60 * @param namespaceURI The namespace of the resource being resolved,
76 String namespaceURI,
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 245 public String lookupPrefix(String namespaceURI) {
249 public boolean isDefaultNamespace(String namespaceURI) {
  /external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp 385 Adds an attribute with the given \a name in \a namespaceUri with \a value.
391 void QWebElement::setAttributeNS(const QString &namespaceUri, const QString &name, const QString &value)
396 m_element->setAttributeNS(namespaceUri, name, value, exception);
416 Returns the attribute with the given \a name in \a namespaceUri. If the
421 QString QWebElement::attributeNS(const QString &namespaceUri, const QString &name, const QString &defaultValue) const
425 if (m_element->hasAttributeNS(namespaceUri, name))
426 return m_element->getAttributeNS(namespaceUri, name);
446 \a namespaceUri; otherwise returns false.
450 bool QWebElement::hasAttributeNS(const QString &namespaceUri, const QString &name) const
454 return m_element->hasAttributeNS(namespaceUri, name)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 507 * <code>namespaceURI</code> and <code>localName</code> do not change.
529 * <code>namespaceURI</code> and <code>localName</code> do not change.
541 * <code>namespaceURI</code> of this node is <code>null</code>, if the
542 * specified prefix is "xml" and the <code>namespaceURI</code> of this
545 * the <code>namespaceURI</code> of this node is different from "<a href='http://www.w3.org/2000/xmlns/'>http://www.w3.org/2000/xmlns/</a>", or if this node is an attribute and the <code>qualifiedName</code> of
    [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/sonivox/docs/JET_Programming_Manual_files/
header.htm 13 <o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentadoptnode02.js 122 rootNS = docElem.namespaceURI;
documentadoptnode12.js 110 rootNS = docElem.namespaceURI;
documentadoptnode14.js 114 rootNS = docElem.namespaceURI;
documentadoptnode18.js 110 rootNS = docElem.namespaceURI;
documentadoptnode20.js 110 rootNS = docElem.namespaceURI;
documentadoptnode31.js 110 rootNS = docElem.namespaceURI;
documentadoptnode33.js 108 rootNS = docElem.namespaceURI;

Completed in 2658 milliseconds

<<11121314151617181920