Package org.xhtmlrenderer.resource

Examples of org.xhtmlrenderer.resource.CSSResource


   *
   * @param uri Location of the CSS source.
   * @return A CSSResource containing the parsed CSS.
   */
  public CSSResource getCSSResource(String uri) {
        return new CSSResource(resolveAndOpenStream(uri));
    }
View Full Code Here

TOP

Related Classes of org.xhtmlrenderer.resource.CSSResource

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.