M
michael.totschnig
Hello,
I would like to find out something about the type of a contextnode. But
when I read the dataType and definition properties of the DOM node by
objNode = XDocument.View.GetContextNodes().item(0);
if (objNode.definition == null)
XDocument.UI.Alert("no definition found");
if (objNode.dataType == null)
XDocument.UI.Alert("no dataType found");
they do not seem to be set. Is there a reason for this, and is there
anotherway to find out structural information about the contextnode?
Regards,
Michael Totschnig
I would like to find out something about the type of a contextnode. But
when I read the dataType and definition properties of the DOM node by
objNode = XDocument.View.GetContextNodes().item(0);
if (objNode.definition == null)
XDocument.UI.Alert("no definition found");
if (objNode.dataType == null)
XDocument.UI.Alert("no dataType found");
they do not seem to be set. Is there a reason for this, and is there
anotherway to find out structural information about the contextnode?
Regards,
Michael Totschnig