The nodename tag has no wiki summary.
-3
votes
1answer
59 views
jQuery and setTimeout: TypeError: g.nodeName is undefined
I'm having problems with a script. I'm using a jQuery.post function inside a setTimout and it returns TypeError: g.nodeName is undefined on Firebug. Here's my script:
jQuery(function($) {
var timer;
...
0
votes
0answers
107 views
Jython wsadmin: get nodeName of specific applications
Facing issue when I try to fetch list of nodes which is associated with JVM or Applications....
Jython wsadmin: get nodeName of server
from the above link i am able to fetch list of nodes on the ...
1
vote
1answer
95 views
Can we vary the text size along with node size in R-igraph?
Can we vary the text size along with node size in R-igraph?
If yes, what attribute we can use? Any example?
(By text I mean the node Name)
For example I have plotted above network using igraph ...
1
vote
2answers
83 views
how to get a node name from an unknown node via SimpleXML
For example I have 2 types of nodes in my xml file:
1) <book>
2) <author>
A variable named $node points to specific node(of unknown type).
How can I access this node's name? It ...
1
vote
2answers
78 views
jquery report what element is being hovered on
Im trying to build a mini inspector tool that simply reports the element being hovered over, its ID and any classes it has.
I built a demo page which has 4 nested elements:
html > body > ...
1
vote
1answer
728 views
how to get node name in Oracle SQL extract() with xPath (10g)
Here is a XML file:
<ROOT>
<A>
<B>2</B>
<C>3</C>
<D>4</D>
</A>
</ROOT>
How to get the tag name "C" through xPath. The ...
1
vote
2answers
875 views
jquery 1.7.2. spservices Syntax error, unrecognized expression: [nodeName=z:row]
Getting Syntax error, unrecognized expression: [nodeName=z:row] on this code.
<script type="text/javascript" src="https://.../jquery.js"></script>
<script type="text/javascript" ...
0
votes
2answers
100 views
HADOOP - get nodename inside mapper
I'm writing a mapper and would like to know if it is possible to get the nodename, where the mapper is running.
0
votes
2answers
121 views
nodeName being returned as “#text” when IF statement isn't commented out
Bit of a weird glitch here.
The tag name of a childNode is logged correctly when an IF statement is commented out, but as soon as you uncomment the IF statement then childNodes tag names are logged ...
0
votes
0answers
31 views
Store name of the node in a variable or parameter using xslt 1.0
How can store a node name in a variable?
For example.
<A>
<BB>123</BB>
<CC>456</CC>
so if i want to store the node name <CC> in a variable then how can i ...
0
votes
0answers
69 views
How to get the Node name at Runtime using xslt 1.0
How can i get the name of the node at the runtime using XSLT 1.0?
For example consider the sample input xml
<CD>
<Price>1000</Price>
<Audio>
...
1
vote
1answer
1k views
JTree set node name as one of UserObject attribute
I'm using JTree to create tree view and add node to its root as following:
String nodeName = "node1";
DefaultMutableTreeNode child = new DefaultMutableTreeNode(nodeName);
root.add(child);
The ...
0
votes
2answers
203 views
XSL count of this node verses nodes with the same name (dynamically)
I have the following XML:
<record>
<fruit>Apples</fruit>
<fruit>Oranges</fruit>
<fruit>Bananas</fruit>
<fruit>Plums</fruit>
...
1
vote
2answers
2k views
a.nodeName is undefined Jquery error
Script
function deleteThisRow()
{
$(this).closest('tr').fadeOut(400, function(){
$(this).remove();
});
}
HTML
<tr><td>blah blah ...
0
votes
4answers
357 views
jquery find index() of same node name
I have this setup, just to find the index() of an element, but it should look at elements of the same level with the same nodename.
The returning numbers are not as expected. See the code comment. I ...
1
vote
1answer
917 views
Convert #text from getNodeName to string
I am parsing a XML file as follows:
<ROW>
<INDUSTRY_ID>1</INDUSTRY_ID>
<ID>314</ID>
</ROW>
Here's my code:
NodeList titleList = ...
0
votes
2answers
861 views
Xquery - using variable to find node with namespace prefix
I am trying to find a node (prefixed with a namespace) using variables in my xquery like so:
declare variable $libx_ns as xs:string external;
declare namespace libx=$libx_ns;
declare variable $type ...
1
vote
3answers
1k views
Replace Node Name
Is it possible to replace a nodes name? Like:
HTML:
<strong id="element">Text</strong>
Javascript:
var element = document.getElementById("element");
element.nodeName = "b";
As I ...
0
votes
3answers
839 views
Xquery node values where node starts with same text
How to create xquery to select node values where node name starts with some text. for example document
<doc>
<cpv1>Value1</cpv1>
<cpv2>Value2</cpv2>
...
0
votes
1answer
15k views
Chrome says Cannot read property 'nodeName' of undefined, IE6 is fine, using Google Map API
I have an XML file in the following structure.
<NewDataSet>
<markers>
<name>name text</name>
<desc>desc text</desc>
<Lat>57.149328033771</Lat>
...
17
votes
2answers
28k views
jquery nodename returning undefined
This code isn't for anything in particular. I'm just trying to successfully get the tagName or nodeName of an element. However, when I run the following code, I always get an alert saying "undefined". ...
1
vote
5answers
6k views
IE6 and IE7 Sometimes Have A jQuery Bug With 'nodeName' is null or not an object
I'm having a problem where a jQuery setting against an .html() property on a selected element is returning the error 'nodeName' is null or not an object. This only occurs on IE6 and IE7, but not FF2, ...

