Class ExcludeFieldValidatorHandler
- java.lang.Object
-
- org.nuiton.jaxx.compiler.tags.validator.ExcludeFieldValidatorHandler
-
- All Implemented Interfaces:
TagHandler
public class ExcludeFieldValidatorHandler extends Object implements TagHandler
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_ATTRIBUTEstatic StringNAME_ATTRIBUTEstatic StringTAG-
Fields inherited from interface org.nuiton.jaxx.compiler.tags.TagHandler
XMLNS_ATTRIBUTE
-
-
Constructor Summary
Constructors Constructor Description ExcludeFieldValidatorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompileFirstPass(Element tag, JAXXCompiler compiler)Performs the first pass of compilation on an XML tag from a JAXX source file.voidcompileSecondPass(Element tag, JAXXCompiler compiler)Performs the second pass of compilation on an XML tag from a JAXX source file.
-
-
-
Field Detail
-
TAG
public static final String TAG
- See Also:
- Constant Field Values
-
NAME_ATTRIBUTE
public static final String NAME_ATTRIBUTE
- See Also:
- Constant Field Values
-
COMPONENT_ATTRIBUTE
public static final String COMPONENT_ATTRIBUTE
- See Also:
- Constant Field Values
-
-
Method Detail
-
compileFirstPass
public void compileFirstPass(Element tag, JAXXCompiler compiler) throws CompilerException
Description copied from interface:TagHandlerPerforms the first pass of compilation on an XML tag from a JAXX source file.TagHandlerimplementations affect the generated.javafile by calling methods in theJAXXCompiler.- Specified by:
compileFirstPassin interfaceTagHandler- Parameters:
tag- the XML tag to compilecompiler- the active JAXXCompiler- Throws:
CompilerException- if a compilation error occurs
-
compileSecondPass
public void compileSecondPass(Element tag, JAXXCompiler compiler) throws CompilerException
Description copied from interface:TagHandlerPerforms the second pass of compilation on an XML tag from a JAXX source file.TagHandlerimplementations affect the generated.javafile by calling methods in theJAXXCompiler.- Specified by:
compileSecondPassin interfaceTagHandler- Parameters:
tag- the XML tag to compilecompiler- the active JAXXCompiler- Throws:
CompilerException- if a compilation error occurs
-
-