public class TemplateCompiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateCompiler.WrappedResourceReader |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SOURCE_ENCODING |
static java.lang.String |
SOURCE_VERSION |
static java.lang.String |
TARGET_VERSION |
| Constructor and Description |
|---|
TemplateCompiler() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
compileTemplate(SourceResult result)
Compiles the source result.
|
void |
init(java.lang.ClassLoader classLoader) |
public static final java.lang.String SOURCE_VERSION
public static final java.lang.String SOURCE_ENCODING
public static final java.lang.String TARGET_VERSION
public void init(java.lang.ClassLoader classLoader)
public java.lang.Class compileTemplate(SourceResult result) throws org.xml.sax.SAXException
org.xml.sax.SAXException - if there is a compilation error in the source file.Copyright © 2013 XChain Framework. All Rights Reserved.