Package org.eclipse.jst.jsp.css.core.internal.parser

Examples of org.eclipse.jst.jsp.css.core.internal.parser.JSPedCSSSourceParser


import org.eclipse.wst.sse.core.internal.document.IDocumentLoader;
import org.eclipse.wst.sse.core.internal.ltk.parser.RegionParser;

public class JSPedCSSDocumentLoader extends CSSDocumentLoader {
public RegionParser getParser() {
  return new JSPedCSSSourceParser();
}
View Full Code Here

TOP

Related Classes of org.eclipse.jst.jsp.css.core.internal.parser.JSPedCSSSourceParser

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.