java.lang.Object
com.sun.facelets.compiler.Compiler
com.sun.facelets.compiler.SAXCompiler
- public final class SAXCompiler
- extends Compiler
Compiler implementation that uses SAX
- Version:
- $Id: SAXCompiler.java,v 1.13 2006/05/31 04:16:46 jhook Exp $
| Methods inherited from class com.sun.facelets.compiler.Compiler |
addTagDecorator, addTagLibrary, compile, createExpressionFactory, createTagDecorator, createTagLibrary, getFeature, isTrimmingComments, isTrimmingWhitespace, isValidating, setFeature, setTrimmingComments, setTrimmingWhitespace, setValidating |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlDeclaration
private static final java.util.regex.Pattern XmlDeclaration
SAXCompiler
public SAXCompiler()
doCompile
public com.sun.facelets.FaceletHandler doCompile(java.net.URL src,
java.lang.String alias)
throws java.io.IOException,
com.sun.facelets.FaceletException,
ELException,
javax.faces.FacesException
- Specified by:
doCompile in class Compiler
writeXmlDecl
protected static final java.lang.String writeXmlDecl(java.io.InputStream is,
CompilationManager mngr)
throws java.io.IOException
createSAXParser
private final javax.xml.parsers.SAXParser createSAXParser(SAXCompiler.CompilationHandler handler)
throws org.xml.sax.SAXException,
javax.xml.parsers.ParserConfigurationException