Searched refs:setNodeValue (Results 1 - 25 of 27) sorted by relevance

12

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DProcessingInstructionImpl.java32 * This class inherits from CharacterDataImpl to reuse its setNodeValue method.
133 * Note that setData is aliased to setNodeValue.
138 // Hand off to setNodeValue for code-reuse reasons (mutation
140 setNodeValue(data);
H A DCharacterDataImpl.java34 * setNodeValue method, this class isn't declared as implementing the interface
105 * setNodeValue has been called from some other DOM functions.
109 * type if the client simply calls setNodeValue(value).
142 public void setNodeValue(String value) { method in class:CharacterDataImpl
201 setNodeValue(this.data + data);
384 setNodeValue(value);
H A DEntityImpl.java140 public void setNodeValue(String x) method in class:EntityImpl
H A DElementImpl.java517 newAttr.setNodeValue(value);
520 newAttr.setNodeValue(value);
669 newAttr.setNodeValue(value);
701 newAttr.setNodeValue(value);
H A DTextImpl.java635 setNodeValue(data.substring(0, offset));
H A DNodeImpl.java211 public void setNodeValue(String x) method in class:NodeImpl
1359 setNodeValue(textContent);
H A DAttrImpl.java277 * need to redefine setNodeValue, for symmetry's sake. Note that
281 public void setNodeValue(String value) throws DOMException { method in class:AttrImpl
H A DRangeImpl.java1873 n.setNodeValue( oldNodeValue );
1877 newNode.setNodeValue( newNodeValue );
H A DDOMNormalizer.java552 node.setNodeValue(value.substring(0, index+2));
1488 attr.setNodeValue(attrValue);
/openjdk9/jdk/test/javax/imageio/plugins/external_plugin_tests/src/simp/
H A DSIMPMetadata.java69 child.setNodeValue(object.toString());
/openjdk9/jaxp/src/java.xml/share/classes/org/w3c/dom/
H A DNode.java245 public void setNodeValue(String nodeValue) method in interface:Node
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DTextImpl.java84 setNodeValue(text);
128 public void setNodeValue(String nodeValue) throws DOMException { method in class:TextImpl
129 domNode.setNodeValue(nodeValue);
H A DElementImpl.java1210 valueNode.setNodeValue(value);
1682 public void setNodeValue(String nodeValue) throws DOMException { method in class:ElementImpl
1683 element.setNodeValue(nodeValue);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java149 public void setNodeValue(String nodeValue) throws DOMException { method in class:DefaultNode
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/dom/
H A DCR6517707Test.java49 * @summary Test Node.setNodeValue(value) shall throw DOMException.NO_MODIFICATION_ALLOWED_ERR if the node is read-only.
76 anEntity.setNodeValue("someValue"); // on jdk 6, not even throwing
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/wbmp/
H A DWBMPMetadata.java103 child.setNodeValue(ImageUtil.convertObjectToString(object));
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentFragment.java144 public void setNodeValue(String nodeValue) throws DOMException { method in class:SOAPDocumentFragment
145 documentFragment.setNodeValue(nodeValue);
H A DSOAPDocumentImpl.java374 public void setNodeValue(String nodeValue) throws DOMException { method in class:SOAPDocumentImpl
375 document.setNodeValue(nodeValue);
H A DSOAPPartImpl.java687 public void setNodeValue(String arg0) throws DOMException { method in class:SOAPPartImpl
688 document.setNodeValue(arg0);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java90 public void setNodeValue(String value) {throw new DTMException(NOT_SUPPORTED_ERR);} method in class:DOM2DTMdefaultNamespaceDeclarationNode
587 setNodeValue(textContent);
/openjdk9/jaxp/test/javax/xml/jaxp/libs/test/astro/
H A DDOML3InputSourceFactoryImpl.java134 child.setNodeValue("T%E!S#T$");
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/bmp/
H A DBMPMetadata.java298 child.setNodeValue(ImageUtil.convertObjectToString(object));
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java567 public void setNodeValue(String nodeValue) throws DOMException method in class:UnImplNode
569 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"setNodeValue not supported!");
1728 setNodeValue(textContent);
/openjdk9/jdk/src/java.desktop/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java172 public void setNodeValue(String value) { method in class:IIOAttr
345 public void setNodeValue(String nodeValue) { method in class:IIOMetadataNode
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java327 public final void setNodeValue(String nodeValue) throws DOMException method in class:DTMNodeProxy
2072 setNodeValue(textContent);

Completed in 129 milliseconds

12