public class ImportHandler extends Object implements TagHandler
<import> tag.| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
Logger
|
static String |
TAG_NAME |
XMLNS_ATTRIBUTE| Constructor and Description |
|---|
ImportHandler() |
| 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.
|
protected static final org.apache.commons.logging.Log log
public static final String TAG_NAME
public void compileFirstPass(Element tag, JAXXCompiler compiler) throws 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 JAXXCompilerIOException - if an I/O error occurspublic void compileSecondPass(Element tag, JAXXCompiler compiler)
TagHandlerTagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.compileSecondPass in interface TagHandlertag - the XML tag to compilecompiler - the active JAXXCompilerCopyright © 2008–2017 Ultreia.io. All rights reserved.