Home | History | Annotate | Download | only in transformer

Lines Matching defs:getSystemId

131   public String getSystemId()
269 else if (null != sresult.getSystemId())
271 String fileURL = sresult.getSystemId();
340 if ((source instanceof StreamSource && source.getSystemId()==null &&
350 String systemID = source.getSystemId();
368 m_systemID = dsource.getSystemId();
423 if (null != xmlSource.getSystemId())
424 m_systemID = xmlSource.getSystemId();