Home | History | Annotate | Download | only in generators

Lines Matching refs:aDocument

286 		Document aDocument=null;
293 aDocument = builder.parse(inputSource);
310 if (aDocument == null) return;
312 NodeList nodeList = aDocument.getElementsByTagName("problem");