Searched refs:xmlSource (Results 1 – 3 of 3) sorted by relevance
277 InputSource xmlSource; in getDTM() local280 xmlSource = null; in getDTM()283 xmlSource = SAXSource.sourceToInputSource(source); in getDTM()285 String urlOfSource = xmlSource.getSystemId(); in getDTM()295 xmlSource.setSystemId(urlOfSource); in getDTM()390 if (null == xmlSource) { in getDTM()405 coParser.startParse(xmlSource); in getDTM()439 reader.parse(xmlSource); in getDTM()
415 InputSource xmlSource = SAXSource.sourceToInputSource(source); in transform() local417 if (null == xmlSource) in transform()423 if (null != xmlSource.getSystemId()) in transform()424 m_systemID = xmlSource.getSystemId(); in transform()485 reader.parse(xmlSource); in transform()
1120 public void transform(Source xmlSource, Result outputTarget) in transform() argument1123 transform(xmlSource, outputTarget, true); in transform()1134 public void transform(Source xmlSource, Result outputTarget, boolean shouldRelease) in transform() argument1145 transform(xmlSource, shouldRelease); in transform()