jaxx.compiler.tags
Class ImportHandler
java.lang.Object
jaxx.compiler.tags.ImportHandler
- All Implemented Interfaces:
- TagHandler
public class ImportHandler
- extends Object
- implements TagHandler
Handles the <import> tag.
- Since:
- 2.1
- Version:
- $Id: ImportHandler.java 2228 2011-02-19 21:56:44Z tchemit $
- Author:
- tchemit
|
Field Summary |
protected static org.apache.commons.logging.Log |
log
Logger |
static String |
TAG_NAME
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.apache.commons.logging.Log log
- Logger
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
ImportHandler
public ImportHandler()
compileFirstPass
public void compileFirstPass(Element tag,
JAXXCompiler compiler)
throws IOException
- Description copied from interface:
TagHandler
- Performs the first pass of compilation on an XML tag from a JAXX source file.
TagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.
- Specified by:
compileFirstPass in interface TagHandler
- Parameters:
tag - the XML tag to compilecompiler - the active JAXXCompiler
- Throws:
IOException - if an I/O error occurs
compileSecondPass
public void compileSecondPass(Element tag,
JAXXCompiler compiler)
- Description copied from interface:
TagHandler
- Performs the second pass of compilation on an XML tag from a JAXX source file.
TagHandler implementations affect the generated .java
file by calling methods in the JAXXCompiler.
- Specified by:
compileSecondPass in interface TagHandler
- Parameters:
tag - the XML tag to compilecompiler - the active JAXXCompiler
Copyright © 2008-2012 CodeLutin. All Rights Reserved.