- Common ways to obtain SAXToXMLWriter
private void myMethod () {SAXToXMLWriter s =
U lU;new SAXToXMLWriter((SAXVisitor)lU, encodeSpecialChars)
- Smart code suggestions by Codota
}
/** * Write the element text to any {@link StreamResult} instance that may have been supplied to the * {@link Smooks#filterSource(javax.xml.transform.Source, javax.xml.transform.Result) Smooks.filterSource()} * method. * <p/> * <a href="#writing-text">See about writing text</a>. * * @param element The element. * @throws IOException Exception writing. */ public void writeText(SAXElement element) throws IOException { writeText(element, element.getWriter(owner)); }
/** * Write the element text to any {@link StreamResult} instance that may have been supplied to the * {@link Smooks#filterSource(javax.xml.transform.Source, javax.xml.transform.Result) Smooks.filterSource()} * method. * <p/> * <a href="#writing-text">See about writing text</a>. * * @param element The element. * @throws IOException Exception writing. */ public void writeText(SAXElement element) throws IOException { writeText(element, element.getWriter(owner)); }
/** * Write the element text to any {@link StreamResult} instance that may have been supplied to the * {@link Smooks#filterSource(javax.xml.transform.Source, javax.xml.transform.Result) Smooks.filterSource()} * method. * <p/> * <a href="#writing-text">See about writing text</a>. * * @param element The element. * @throws IOException Exception writing. */ public void writeText(SAXElement element) throws IOException { writeText(element, element.getWriter(owner)); }
public void writeText(SAXElement element) throws IOException { writeText(element, element.getWriter(owner)); }