|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.tags.ScriptHandler
public class ScriptHandler
Handles the <script> tag.
| Constructor Summary | |
|---|---|
ScriptHandler()
|
|
| Method Summary | |
|---|---|
void |
compileFirstPass(org.w3c.dom.Element tag,
JAXXCompiler compiler)
Performs the first pass of compilation on an XML tag from a JAXX source file. |
void |
compileSecondPass(org.w3c.dom.Element tag,
JAXXCompiler compiler)
Performs the second pass of compilation on an XML tag from a JAXX source file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScriptHandler()
| Method Detail |
|---|
public void compileFirstPass(org.w3c.dom.Element tag,
JAXXCompiler compiler)
throws CompilerException,
java.io.IOException
TagHandlerTagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.
compileFirstPass in interface TagHandlertag - the XML tag to compilecompiler - the active JAXXCompiler
CompilerException - if a compilation error occurs
java.io.IOException - if an I/O error occurs
public void compileSecondPass(org.w3c.dom.Element tag,
JAXXCompiler compiler)
throws CompilerException,
java.io.IOException
TagHandlerTagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.
compileSecondPass in interface TagHandlertag - the XML tag to compilecompiler - the active JAXXCompiler
CompilerException - if a compilation error occurs
java.io.IOException - if an I/O error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||