public class ScriptHandler extends Object implements TagHandler
<script> tag.| Modifier and Type | Field and Description |
|---|---|
static String |
SOURCE_ATTRIBUTE |
static String |
TAG_NAME |
XMLNS_ATTRIBUTE| Constructor and Description |
|---|
ScriptHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
compileFirstPass(Element tag,
JAXXCompiler compiler)
Performs the first pass of compilation on an XML tag from a JAXX source file.
|
void |
compileSecondPass(Element tag,
JAXXCompiler compiler)
Performs the second pass of compilation on an XML tag from a JAXX source file.
|
public static final String TAG_NAME
public static final String SOURCE_ATTRIBUTE
public void compileFirstPass(Element tag, JAXXCompiler compiler) throws CompilerException
TagHandlerTagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.compileFirstPass in interface TagHandlertag - the XML tag to compilecompiler - the active JAXXCompilerCompilerException - if a compilation error occurspublic void compileSecondPass(Element tag, JAXXCompiler compiler) throws CompilerException
TagHandlerTagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.compileSecondPass in interface TagHandlertag - the XML tag to compilecompiler - the active JAXXCompilerCompilerException - if a compilation error occursCopyright © 2008–2018 Ultreia.io. All rights reserved.