< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncDoclocation.java

Print this page

        

*** 60,71 **** } if (DTM.NULL != whereNode) { fileLocation = dtm.getDocumentBaseURI(); - // int owner = dtm.getDocument(); - // fileLocation = xctxt.getSourceTreeManager().findURIFromDoc(owner); } } return new XString((null != fileLocation) ? fileLocation : ""); } --- 60,69 ----
< prev index next >