Home | History | Annotate | Download | only in transformer

Lines Matching defs:systemID

549       // If no systemID of the source, use the base of the stylesheet.
593 String systemID = source.getSystemId();
597 if (systemID != null) {
598 source.setSystemId(systemID);
1020 String systemID = format.getProperty(OutputKeys.DOCTYPE_SYSTEM);
1021 if (systemID != null)
1022 xoh.setDoctypeSystem(systemID);