Home | History | Annotate | Download | only in templates

Lines Matching refs:newDoc

194       int newDoc = getDoc(xctxt, context, ref.toString(), base);
196 // nodes.mutableNodeset().addNode(newDoc);
197 if (DTM.NULL != newDoc)
199 // TODO: mnl.addNodeInDocOrder(newDoc, true, xctxt); ??
200 if (!mnl.contains(newDoc))
202 mnl.addElement(newDoc);
206 if (null == iterator || newDoc == DTM.NULL)
234 int newDoc;
238 newDoc = treeMgr.getNode(source);
250 if (DTM.NULL != newDoc)
251 return newDoc;
275 newDoc = treeMgr.getSourceTree(source, xctxt.getSAXLocator(), xctxt);
277 // System.out.println("newDoc: "+((Document)newDoc).getDocumentElement().getNodeName());
287 newDoc = DTM.NULL;
352 if (DTM.NULL == newDoc)
371 // xctxt.getSourceTreeManager().associateXLocatorToNode(newDoc, url, null);
374 return newDoc;