Searched defs:nodeValue (Results 1 - 22 of 22) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXPathUtil.cpp51 return node->nodeValue();
59 const String& nodeValue = n->nodeValue(); local
60 result.append(nodeValue.characters(), nodeValue.length());
H A DXPathNamespace.cpp64 String XPathNamespace::nodeValue() const function in class:WebCore::XPathNamespace
/external/webkit/Source/WebCore/editing/
H A DAppendNodeCommand.cpp48 String nodeValue = node->nodeValue(); local
49 unsigned len = nodeValue.length();
51 if (nodeValue == "\n")
/external/webkit/Source/WebCore/dom/
H A DAttr.cpp116 String Attr::nodeValue() const function in class:WebCore::Attr
H A DCharacterData.cpp156 String CharacterData::nodeValue() const function in class:WebCore::CharacterData
166 void CharacterData::setNodeValue(const String& nodeValue, ExceptionCode& ec) argument
168 setData(nodeValue, ec);
H A DProcessingInstruction.cpp85 String ProcessingInstruction::nodeValue() const function in class:WebCore::ProcessingInstruction
90 void ProcessingInstruction::setNodeValue(const String& nodeValue, ExceptionCode& ec) argument
93 setData(nodeValue, ec);
H A DStyleElement.cpp105 unsigned length = c->nodeValue().length();
119 String nodeValue = c->nodeValue(); local
120 unsigned nodeLength = nodeValue.length();
121 memcpy(p, nodeValue.characters(), nodeLength * sizeof(UChar));
H A DNode.cpp592 String Node::nodeValue() const function in class:WebCore::Node
597 void Node::setNodeValue(const String& /*nodeValue*/, ExceptionCode& ec)
605 // By default, setting nodeValue has no effect.
1868 if (nodeValue() != other->nodeValue())
2335 String value = nodeValue();
/external/webkit/Source/WebKit/chromium/src/
H A DWebNode.cpp91 WebString WebNode::nodeValue() const function in class:WebKit::WebNode
93 return m_private->nodeValue();
/external/webkit/Source/WebKit/win/
H A DDOMCoreClasses.h130 virtual HRESULT STDMETHODCALLTYPE nodeValue(
354 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMDocument
355 /* [retval][out] */ BSTR* result) { return DOMNode::nodeValue(result); }
585 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMElement
586 /* [retval][out] */ BSTR* result) { return DOMNode::nodeValue(result); }
H A DDOMCoreClasses.cpp115 HRESULT STDMETHODCALLTYPE DOMNode::nodeValue( function in class:DOMNode
120 WTF::String nodeValueStr = m_node->nodeValue();
H A DDOMHTMLClasses.h210 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLDocument
211 /* [retval][out] */ BSTR *result) { return DOMDocument::nodeValue(result); }
484 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLElement
485 /* [retval][out] */ BSTR *result) { return DOMElement::nodeValue(result); }
743 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLFormElement
744 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1048 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLSelectElement
1049 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(result); }
1372 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLOptionElement
1373 /* [retval][out] */ BSTR *result) { return DOMHTMLElement::nodeValue(resul
1670 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLInputElement
2080 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLTextAreaElement
2405 virtual HRESULT STDMETHODCALLTYPE nodeValue( function in class:DOMHTMLIFrameElement
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java1018 * @param nodeValue Value to set this node to
1022 public void setNodeValue(String nodeValue) throws DOMException argument
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DUnImplNode.java559 * @param nodeValue Value to set this node to
563 public void setNodeValue(String nodeValue) throws DOMException argument
1265 * <code>namespaceURI</code>, <code>prefix</code>, <code>nodeValue</code>
1634 * <code>nodeValue</code></td>
1684 * <code>nodeValue</code></td>
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java309 * @param nodeValue
314 public final void setNodeValue(String nodeValue) throws DOMException argument
1515 * <code>namespaceURI</code>, <code>prefix</code>, <code>nodeValue</code>
1876 * <code>nodeValue</code></td>
1926 * <code>nodeValue</code></td>
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h276 @property(copy) NSString *nodeValue; variable
/external/webkit/Source/WebCore/inspector/
H A DInspectorDOMAgent.cpp1013 String nodeValue; local
1019 nodeValue = node->nodeValue();
1038 value->setString("nodeValue", nodeValue);
1180 return node && node->nodeType() == Node::TEXT_NODE && node->nodeValue().stripWhiteSpace().length() == 0;
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMAgent.js39 this._nodeValue = payload.nodeValue;
113 nodeValue: function()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp78 static string dumpPath(JSGlobalContextRef context, JSObjectRef nodeValue) argument
80 JSValueRef nodeNameValue = propertyValue(context, nodeValue, "nodeName");
84 JSValueRef parentNode = propertyValue(context, nodeValue, "parentNode");
103 JSValueRef nodeValue = WKBundleFrameGetJavaScriptWrapperForNodeForWorld(frame, node, world); local
104 ASSERT(JSValueIsObject(context, nodeValue));
105 JSObjectRef nodeObject = (JSObjectRef)nodeValue;
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 796 milliseconds