jaxx.compiler.tags.swing
Class ItemHandler
java.lang.Object
jaxx.compiler.tags.swing.ItemHandler
- All Implemented Interfaces:
- TagHandler
public class ItemHandler
- extends Object
- implements TagHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
ATTRIBUTE_ID
public static final String ATTRIBUTE_ID
- See Also:
- Constant Field Values
ItemHandler
public ItemHandler()
compileFirstPass
public void compileFirstPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
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:
CompilerException - if a compilation error occurs
IOException - if an I/O error occurs
compileSecondPass
public void compileSecondPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
IOException
- 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
- Throws:
CompilerException - if a compilation error occurs
IOException - if an I/O error occurs
compileChildrenFirstPass
protected void compileChildrenFirstPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
IOException
- Throws:
CompilerException
IOException
compileChildrenSecondPass
protected void compileChildrenSecondPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
IOException
- Throws:
CompilerException
IOException
compileChildTagFirstPass
protected void compileChildTagFirstPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
IOException
- Throws:
CompilerException
IOException
compileChildTagSecondPass
protected void compileChildTagSecondPass(Element tag,
JAXXCompiler compiler)
throws CompilerException,
IOException
- Throws:
CompilerException
IOException
Copyright © 2008-2011 CodeLutin. All Rights Reserved.