Changeset 7393
- Timestamp:
- 11/21/06 10:44:13 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2.x/Jav_GE/com/scenari/m/ge/xpath/dom/builder/ZXPathRootModel.java
r5603 r7393 82 82 IWAgent vAgent = wGetAgentFromCtx(pCtx); 83 83 vAgent = vAgent.hGetInstance().hGetAgentRoot(); 84 String vId = ZXPathIdFromPath.xGetId( vAgent.hGetComposant().hGetDocSource().hGetUri(), vAgent.hGetComposant(), vAgent);84 String vId = ZXPathIdFromPath.xGetId("src:".concat(vAgent.hGetComposant().hGetDocSource().hGetUri()), vAgent.hGetComposant(), vAgent); 85 85 return new XString(vId); 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.