Searched refs:getNodeValue (Results 76 - 100 of 117) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/
H A DInit.java196 (langAttr == null) ? null : langAttr.getNodeValue();
198 (countryAttr == null) ? null : countryAttr.getNodeValue();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java89 public String getNodeValue() { method in class:CharacterDataImpl
H A DDocumentImpl.java932 enclosingAttr.getNodeValue(),
986 retval.oldvalue = retval.node.getNodeValue();
1257 previous.getNodeValue(),
1278 attr.getNodeValue(), null, name,
H A DCoreDocumentImpl.java1623 newnode.setNodeValue(source.getNodeValue());
1633 newnode = createTextNode(source.getNodeValue());
1638 newnode = createCDATASection(source.getNodeValue());
1666 source.getNodeValue());
1671 newnode = createComment(source.getNodeValue());
H A DElementNSImpl.java360 String uri = attrNode.getNodeValue();
H A DTextImpl.java179 String content = getNodeValue();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java880 value = node.getNodeValue();
H A DBaseMarkupSerializer.java1026 text = node.getNodeValue();
1050 String text = node.getNodeValue();
1085 text = node.getNodeValue();
1168 processingInstructionIO( node.getNodeName(), node.getNodeValue() );
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMHMACSignatureMethod.java105 (paramsElem.getFirstChild().getNodeValue()).intValue();
H A DDOMX509Data.java120 content.add(childElem.getFirstChild().getNodeValue());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/
H A DResourceResolver.java126 Object exArgs[] = { ((uri != null) ? uri.getNodeValue() : "null"), baseURI };
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DDOMScanner.java262 String value = n.getNodeValue();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DAnyTypeBeanInfo.java99 target.text(child.getNodeValue(),null);
/openjdk7/jdk/test/javax/imageio/plugins/png/
H A DPngOutputTypeTest.java180 return a.getNodeValue();
H A DShortHistogramTest.java190 a.getNodeName(), a.getNodeValue());
/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/jpeg/
H A DJPEGMetadata.java1573 String csName = csType.getAttributes().getNamedItem("name").getNodeValue();
1891 alpha.getAttributes().getNamedItem("value").getNodeValue();
1963 String valueString = attrs.getNamedItem("value").getNodeValue();
1970 String valueString = attrs.getNamedItem("value").getNodeValue();
1977 String valueString = attrs.getNamedItem("value").getNodeValue();
2049 String compString = comp.getNodeValue();
2055 String value = attrs.getNamedItem("value").getNodeValue();
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java163 public String getNodeValue() { method in class:IIOAttr
334 public String getNodeValue(){ method in class:IIOMetadataNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java534 public String getNodeValue() throws DOMException { method in class:SOAPPartImpl
535 return document.getNodeValue();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/addressing/
H A DEndpointReferenceUtil.java362 msEpr.attributes.put(new QName(ns, localName, prefix), n.getNodeValue());
386 attribs.put(new QName(ns, localName, prefix), n.getNodeValue());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DTreeWalker.java337 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
349 attr.getNodeValue());
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDOMBuilder.java201 String data = newNode.getNodeValue();
H A DTreeWalker.java345 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
348 // System.out.println("TreeWalker#startNode: attr["+i+"] = "+attrName+", "+attr.getNodeValue());
357 attr.getNodeValue());
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/
H A DElementProxy.java454 if (!a.getNodeValue().equals(uri)) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/
H A DXmlUtil.java176 sb.append(n.getNodeValue());
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DAdaptiveResultTreeImpl.java1001 public String getNodeValue(int nodeHandle) method in class:AdaptiveResultTreeImpl
1004 return _dom.getNodeValue(nodeHandle);
1007 return super.getNodeValue(nodeHandle);

Completed in 67 milliseconds

12345