Home | History | Annotate | Download | only in transformer

Lines Matching refs:xmlSource

624       // reader.parse( xmlSource );
1115 * @param xmlSource The input for the source tree.
1120 public void transform(Source xmlSource, Result outputTarget)
1123 transform(xmlSource, outputTarget, true);
1128 * @param xmlSource The input for the source tree.
1134 public void transform(Source xmlSource, Result outputTarget, boolean shouldRelease)
1145 transform(xmlSource, shouldRelease);