public class ItemHandler extends Object implements TagHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_ID |
static String |
TAG_NAME |
XMLNS_ATTRIBUTE| Constructor and Description |
|---|
ItemHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
compileChildrenFirstPass(Element tag,
JAXXCompiler compiler) |
protected void |
compileChildrenSecondPass(Element tag,
JAXXCompiler compiler) |
protected void |
compileChildTagFirstPass(Element tag,
JAXXCompiler compiler) |
protected void |
compileChildTagSecondPass(Element tag,
JAXXCompiler compiler) |
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 ATTRIBUTE_ID
public void compileFirstPass(Element tag, JAXXCompiler compiler) throws CompilerException, 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 JAXXCompilerCompilerException - if a compilation error occursIOException - if an I/O error occurspublic void compileSecondPass(Element tag, JAXXCompiler compiler) throws CompilerException, 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 JAXXCompilerCompilerException - if a compilation error occursIOException - if an I/O error occursprotected void compileChildrenFirstPass(Element tag, JAXXCompiler compiler) throws CompilerException, IOException
CompilerExceptionIOExceptionprotected void compileChildrenSecondPass(Element tag, JAXXCompiler compiler) throws CompilerException, IOException
CompilerExceptionIOExceptionprotected void compileChildTagFirstPass(Element tag, JAXXCompiler compiler) throws CompilerException, IOException
CompilerExceptionIOExceptionprotected void compileChildTagSecondPass(Element tag, JAXXCompiler compiler) throws CompilerException, IOException
CompilerExceptionIOExceptionCopyright © 2008–2019 Ultreia.io. All rights reserved.