Searched defs:namespaceURI (Results 1 - 25 of 64) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTagCollection.cpp32 TagCollection::TagCollection(ContainerNode& rootNode, CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) argument
34 , m_namespaceURI(namespaceURI)
56 return m_namespaceURI == starAtom || m_namespaceURI == testNode.namespaceURI();
H A DTagCollection.h35 static PassRefPtrWillBeRawPtr<TagCollection> create(ContainerNode& rootNode, const AtomicString& namespaceURI, const AtomicString& localName) argument
37 ASSERT(namespaceURI != starAtom);
38 return adoptRefWillBeNoop(new TagCollection(rootNode, TagCollectionType, namespaceURI, localName));
52 TagCollection(ContainerNode& rootNode, CollectionType, const AtomicString& namespaceURI, const AtomicString& localName);
H A DAttribute.h49 const AtomicString& namespaceURI() const { return m_name.namespaceURI(); } function in class:blink::Attribute
79 return qualifiedName.prefix() == starAtom || qualifiedName.namespaceURI() == namespaceURI();
H A DNamedNodeMap.cpp54 PassRefPtrWillBeRawPtr<Node> NamedNodeMap::getNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName) const argument
56 return m_element->getAttributeNodeNS(namespaceURI, localName);
69 PassRefPtrWillBeRawPtr<Node> NamedNodeMap::removeNamedItemNS(const AtomicString& namespaceURI, const AtomicString& localName, ExceptionState& exceptionState) argument
71 size_t index = m_element->attributes().findIndex(QualifiedName(nullAtom, localName, namespaceURI));
73 exceptionState.throwDOMException(NotFoundError, "No item with name '" + namespaceURI + "::" + localName + "' was found.");
H A DDOMImplementation.cpp202 PassRefPtrWillBeRawPtr<XMLDocument> DOMImplementation::createDocument(const AtomicString& namespaceURI, argument
207 if (namespaceURI == SVGNames::svgNamespaceURI) {
209 } else if (namespaceURI == HTMLNames::xhtmlNamespaceURI) {
220 documentElement = doc->createElementNS(namespaceURI, qualifiedName, exceptionState);
H A DNodeListsNodeData.h138 PassRefPtrWillBeRawPtr<TagCollection> addCache(ContainerNode& node, const AtomicString& namespaceURI, const AtomicString& localName) argument
140 QualifiedName name(nullAtom, localName, namespaceURI);
145 RefPtrWillBeRawPtr<TagCollection> list = TagCollection::create(node, namespaceURI, localName);
159 void removeCache(LiveNodeListBase* list, const AtomicString& namespaceURI, const AtomicString& localName) argument
161 QualifiedName name(nullAtom, localName, namespaceURI);
252 inline PassRefPtrWillBeRawPtr<Collection> ContainerNode::ensureCachedCollection(CollectionType type, const AtomicString& namespaceURI, const AtomicString& localName) argument
255 return ensureNodeLists().addCache(*this, namespaceURI, localName);
H A DQualifiedName.h49 static PassRefPtr<QualifiedNameImpl> create(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI, bool isStatic) argument
51 return adoptRef(new QualifiedNameImpl(prefix, localName, namespaceURI, isStatic));
82 QualifiedNameImpl(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI, bool isStatic) argument
87 , m_namespace(namespaceURI)
90 ASSERT(!namespaceURI.isEmpty() || namespaceURI.isNull());
94 QualifiedName(const AtomicString& prefix, const AtomicString& localName, const AtomicString& namespaceURI);
107 bool matches(const QualifiedName& other) const { return m_impl == other.m_impl || (localName() == other.localName() && namespaceURI() == other.namespaceURI()); }
109 bool matchesPossiblyIgnoringCase(const QualifiedName& other, bool shouldIgnoreCase) const { return m_impl == other.m_impl || (equalPossiblyIgnoringCase(localName(), other.localName(), shouldIgnoreCase) && namespaceURI()
116 const AtomicString& namespaceURI() const { return m_impl->m_namespace; } function in class:blink::QualifiedName
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementDescriptor.h47 CustomElementDescriptor(const AtomicString& type, const AtomicString& namespaceURI, const AtomicString& localName) argument
49 , m_namespaceURI(namespaceURI)
58 const AtomicString& namespaceURI() const { return m_namespaceURI; } function in class:blink::CustomElementDescriptor
/external/smack/asmack-master/static-src/custom/com/kenai/jbosh/
H A DQName.java66 * The value of a QName contains a <b>namespaceURI</b>, a <b>localPart</b> and a <b>prefix</b>.
68 * namespaceURI is a URI reference identifying the namespace.
77 /** Field namespaceURI */
78 private String namespaceURI; field in class:QName
98 * @param namespaceURI Namespace URI for the QName
101 public QName(String namespaceURI, String localPart) { argument
102 this(namespaceURI, localPart, emptyString);
108 * @param namespaceURI Namespace URI for the QName
112 public QName(String namespaceURI, String localPart, String prefix) { argument
113 this.namespaceURI
[all...]
/external/smack/src/com/kenai/jbosh/
H A DQName.java66 * The value of a QName contains a <b>namespaceURI</b>, a <b>localPart</b> and a <b>prefix</b>.
68 * namespaceURI is a URI reference identifying the namespace.
77 /** Field namespaceURI */
78 private String namespaceURI; field in class:QName
98 * @param namespaceURI Namespace URI for the QName
101 public QName(String namespaceURI, String localPart) { argument
102 this(namespaceURI, localPart, emptyString);
108 * @param namespaceURI Namespace URI for the QName
112 public QName(String namespaceURI, String localPart, String prefix) { argument
113 this.namespaceURI
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPSchemaRegistry.java59 * @param namespaceURI
69 String registerNamespace(String namespaceURI, String suggestedPrefix) throws XMPException; argument
79 * @param namespaceURI
84 String getNamespacePrefix(String namespaceURI); argument
91 * namespaceURI string is not modified if the namespace prefix is not
119 * Does nothing if the URI is not registered, or if the namespaceURI
124 * @param namespaceURI
127 void deleteNamespace(String namespaceURI); argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNamedNodeMap.java189 * @param namespaceURI The namespace URI of the node to retrieve.
197 public Node getNamedItemNS(String namespaceURI, String localName) argument
206 if ((namespaceURI == null && nsURI == null)
207 || (namespaceURI != null && namespaceURI.equals(nsURI)))
218 * Adds a node using its <code>namespaceURI</code> and
224 * accessible using the value of its <code>namespaceURI</code> and
254 * @param namespaceURI The namespace URI of the node to remove.
261 * <code>namespaceURI</code> and <code>localName</code> in this map.
265 public Node removeNamedItemNS(String namespaceURI, Strin argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h62 const AtomicString& namespaceURI() const { return m_item->namespaceURI(); } function in class:blink::HTMLElementStack::FINAL
H A DHTMLStackItem.h57 static PassRefPtrWillBeRawPtr<HTMLStackItem> create(PassRefPtrWillBeRawPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI)
59 return adoptRefWillBeNoop(new HTMLStackItem(node, token, namespaceURI));
68 const AtomicString& namespaceURI() const { return m_namespaceURI; } function in class:blink::HTMLStackItem
79 bool hasTagName(const QualifiedName& name) const { return m_tokenLocalName == name.localName() && m_namespaceURI == name.namespaceURI(); }
97 return namespaceURI() == HTMLNames::xhtmlNamespaceURI
224 m_namespaceURI = m_node->namespaceURI();
230 HTMLStackItem(PassRefPtrWillBeRawPtr<ContainerNode> node, AtomicHTMLToken* token, const AtomicString& namespaceURI = HTMLNames::xhtmlNamespaceURI)
234 , m_namespaceURI(namespaceURI)
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DQName.java88 * @param namespaceURI The namespace URI if known, or null
91 public QName(String namespaceURI, String localName) argument
93 this(namespaceURI, localName, false);
100 * @param namespaceURI The namespace URI if known, or null
105 public QName(String namespaceURI, String localName, boolean validate) argument
123 _namespaceURI = namespaceURI;
132 * @param namespaceURI The namespace URI if known, or null
137 public QName(String namespaceURI, String prefix, String localName) argument
139 this(namespaceURI, prefix, localName, false);
146 * @param namespaceURI Th
152 QName(String namespaceURI, String prefix, String localName, boolean validate) argument
[all...]
H A DStylesheetPIHandler.java312 * @param namespaceURI The Namespace URI, or an empty string.
321 String namespaceURI, String localName, String qName, Attributes atts)
320 startElement( String namespaceURI, String localName, String qName, Attributes atts) argument
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathStep.cpp97 ASSERT(first->nodeTest().namespaceURI().isEmpty());
103 first->nodeTest() = Step::NodeTest(second->nodeTest().kind(), second->nodeTest().data(), second->nodeTest().namespaceURI());
187 const AtomicString& namespaceURI = nodeTest.namespaceURI(); local
194 if (node->namespaceURI() == XMLNSNames::xmlnsNamespaceURI)
198 return namespaceURI.isEmpty() || node->namespaceURI() == namespaceURI;
200 return node->localName() == name && node->namespaceURI() == namespaceURI;
[all...]
H A DXPathStep.h62 NodeTest(Kind kind, const AtomicString& data, const AtomicString& namespaceURI) : m_kind(kind), m_data(data), m_namespaceURI(namespaceURI) { } argument
83 const AtomicString& namespaceURI() const { return m_namespaceURI; } function in class:blink::XPath::FINAL::NodeTest
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPSchemaRegistryImpl.java75 public synchronized String registerNamespace(String namespaceURI, String suggestedPrefix) argument
78 ParameterAsserts.assertSchemaNS(namespaceURI);
92 String registeredPrefix = (String) namespaceToPrefixMap.get(namespaceURI);
114 prefixToNamespaceMap.put(suggestedPrefix, namespaceURI);
115 namespaceToPrefixMap.put(namespaceURI, suggestedPrefix);
126 public synchronized void deleteNamespace(String namespaceURI) argument
128 String prefixToDelete = getNamespacePrefix(namespaceURI);
131 namespaceToPrefixMap.remove(namespaceURI);
140 public synchronized String getNamespacePrefix(String namespaceURI) argument
142 return (String) namespaceToPrefixMap.get(namespaceURI);
[all...]
H A DXMPNodeUtils.java62 * @param namespaceURI a namespace
72 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI, argument
76 return findSchemaNode(tree, namespaceURI, null, createNodes);
84 * @param namespaceURI a namespace
95 static XMPNode findSchemaNode(XMPNode tree, String namespaceURI, String suggestedPrefix, argument
100 XMPNode schemaNode = tree.findChildByName(namespaceURI);
104 schemaNode = new XMPNode(namespaceURI,
110 String prefix = XMPMetaFactory.getSchemaRegistry().getNamespacePrefix(namespaceURI);
115 prefix = XMPMetaFactory.getSchemaRegistry().registerNamespace(namespaceURI,
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToTextStream.java110 * @param namespaceURI The Namespace URI, or the empty string if the
127 String namespaceURI, String localName, String name, Attributes atts)
150 * @param namespaceURI The Namespace URI, or the empty string if the
163 public void endElement(String namespaceURI, String localName, String name) argument
126 startElement( String namespaceURI, String localName, String name, Attributes atts) argument
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DCustomElementConstructorBuilder.cpp111 AtomicString namespaceURI = HTMLNames::xhtmlNamespaceURI; local
113 namespaceURI = SVGNames::svgNamespaceURI;
133 if (namespaceURI == SVGNames::svgNamespaceURI) {
142 tagName = QualifiedName(nullAtom, localName, namespaceURI);
202 V8HiddenValue::setHiddenValue(isolate, m_constructor, V8HiddenValue::customElementNamespaceURI(isolate), v8String(isolate, descriptor.namespaceURI()));
281 TOSTRING_VOID(V8StringResource<>, namespaceURI, V8HiddenValue::getHiddenValue(isolate, info.Callee(), V8HiddenValue::customElementNamespaceURI(isolate)));
288 RefPtrWillBeRawPtr<Element> element = document->createElementNS(namespaceURI, tagName, maybeType->IsNull() ? nullAtom : type, exceptionState);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSelectorChecker.h162 const AtomicString& namespaceURI = tagQName.namespaceURI(); local
163 return namespaceURI == starAtom || namespaceURI == element.namespaceURI();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
H A DDOM2DTM.java743 * @param namespaceURI The namespace URI of the attribute to
751 public int getAttributeNode(int nodeHandle, String namespaceURI, argument
756 if (null == namespaceURI)
757 namespaceURI = "";
789 if (nodeuri.equals(namespaceURI) && name.equals(nodelocalname))
H A DDOM2DTMdefaultNamespaceDeclarationNode.java200 * <code>namespaceURI</code>, <code>prefix</code>, <code>nodeValue</code>
305 * @param namespaceURI
393 * This method checks if the specified <code>namespaceURI</code> is the
395 * @param namespaceURI The namespace URI to look for.
396 * @return <code>true</code> if the specified <code>namespaceURI</code>
400 public boolean isDefaultNamespace(String namespaceURI){ argument
411 if (namespaceURI == null) {
412 return (namespace == namespaceURI);
414 return namespaceURI.equals(namespace);
421 if (namespaceURI
474 lookupPrefix(String namespaceURI) argument
[all...]

Completed in 572 milliseconds

123