- Timestamp:
- 11/23/06 18:21:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/xpath/dom/builder/ZXPathGetContent.java
r7460 r7467 105 105 if (vAgt != null) vAgt = vAgt.hGetAgentAssoc("xhtmlContent"); 106 106 if (vAgt != null && vAgt instanceof IWAgentComputor) { 107 String vRes = ((IWAgentComputor) vAgt).computeAs Data(vDialog, null).getString();107 String vRes = ((IWAgentComputor) vAgt).computeAsString(vDialog, null); 108 108 if (vRes != null && vRes.length() > 0) { 109 109 return new XString(vRes);
Note: See TracChangeset
for help on using the changeset viewer.