Home | History | Annotate | Download | only in transformer

Lines Matching refs:xmlSource

415       InputSource xmlSource = SAXSource.sourceToInputSource(source);
417 if (null == xmlSource)
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();
485 reader.parse(xmlSource);