/dports/devel/upnp/pupnp-release-1.14.12/ixml/src/ |
H A D | element.c | 113 IXML_Attr *newAttrNode; in ixmlElement_setAttribute() local 144 attrNode = (IXML_Node *)newAttrNode; in ixmlElement_setAttribute() 147 ixmlAttr_free(newAttrNode); in ixmlElement_setAttribute() 154 ixmlAttr_free(newAttrNode); in ixmlElement_setAttribute() 407 IXML_Node newAttrNode; in ixmlElement_setAttributeNS() local 420 ixmlNode_init(&newAttrNode); in ixmlElement_setAttributeNS() 422 if (newAttrNode.nodeName == NULL) { in ixmlElement_setAttributeNS() 428 Parser_freeNodeContent(&newAttrNode); in ixmlElement_setAttributeNS() 434 (newAttrNode.prefix != NULL && strcmp(newAttrNode.prefix, "xml") == 0 && in ixmlElement_setAttributeNS() 458 if (newAttrNode.prefix != NULL) { in ixmlElement_setAttributeNS() [all …]
|
H A D | node.c | 1155 IXML_Attr *newAttrNode; in ixmlNode_cloneNode() local 1163 newAttrNode = ixmlNode_cloneAttrDirect((IXML_Attr *)nodeptr); in ixmlNode_cloneNode() 1164 return (IXML_Node *)newAttrNode; in ixmlNode_cloneNode()
|
H A D | ixmlparser.c | 2013 IXML_Node *newAttrNode) in isDuplicateAttribute() argument 2021 if( strcmp( attrNode->nodeName, newAttrNode->nodeName ) == 0 ) { in isDuplicateAttribute()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jaxp/javax/xml/jaxp/functional/org/w3c/dom/ptests/ |
H A D | NamedNodeMapTest.java | 119 Node newAttrNode = namedNodeMap.getNamedItem("nonExistingName"); in testSetNamedItem() local 120 assertEquals(newAttrNode.getNodeValue(), ""); in testSetNamedItem()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/Document/ |
H A D | Document.cs | 687 System.Xml.XmlAttribute newAttrNode = null; in core0014D() 699 newAttrNode = testNode.CreateAttribute("district"); in core0014D() 703 computedValue += newAttrNode.Name+" "; in core0014D() 704 computedValue += newAttrNode.Value; in core0014D() 705 computedValue += newAttrNode.NodeType; in core0014D()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/Test/System.Xml/nist_dom/fundamental/NamedNodeMap/ |
H A D | NamedNodeMap.cs | 992 … System.Xml.XmlAttribute newAttrNode = util.getOtherDOMDocument().CreateAttribute("newAttribute"); in core0018M() 1010 testNode.Attributes.SetNamedItem(newAttrNode); in core0018M() 1050 …System.Xml.XmlAttribute newAttrNode = (System.Xml.XmlAttribute)util.createNode(util.ATTRIBUTE_NODE… in core0019M() 1067 entityDesc.Attributes.SetNamedItem(newAttrNode); in core0019M()
|
/dports/devel/upnp/pupnp-release-1.14.12/ |
H A D | ChangeLog | 2292 newAttrNode is not freed if newAttr->n.nodeValue = strdup(value); returns
|