Package org.zkoss.idom.input

Examples of org.zkoss.idom.input.SAXHandler


   * @param source the source
   * @return the transformed result in an iDOM document
   */
  public final Document transform(Source source)
  throws TransformerException {
    final SAXHandler hdl = new SAXHandler();
    _tfmr.transform(source, new SAXResult(hdl));
    return hdl.getDocument();
  }
View Full Code Here

TOP

Related Classes of org.zkoss.idom.input.SAXHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.