org.openfast.template.loader
Class ComposedDecimalParser

java.lang.Object
  extended by org.openfast.template.loader.AbstractFieldParser
      extended by org.openfast.template.loader.ComposedDecimalParser
All Implemented Interfaces:
FieldParser

public class ComposedDecimalParser
extends AbstractFieldParser


Constructor Summary
ComposedDecimalParser()
           
 
Method Summary
 boolean canParse(org.w3c.dom.Element element, org.openfast.template.loader.ParsingContext context)
           
protected  Field parse(org.w3c.dom.Element fieldNode, boolean optional, org.openfast.template.loader.ParsingContext context)
           
 
Methods inherited from class org.openfast.template.loader.AbstractFieldParser
getElement, isElement, parse, parseExternalAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComposedDecimalParser

public ComposedDecimalParser()
Method Detail

canParse

public boolean canParse(org.w3c.dom.Element element,
                        org.openfast.template.loader.ParsingContext context)
Specified by:
canParse in interface FieldParser
Overrides:
canParse in class AbstractFieldParser

parse

protected Field parse(org.w3c.dom.Element fieldNode,
                      boolean optional,
                      org.openfast.template.loader.ParsingContext context)
Specified by:
parse in class AbstractFieldParser


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.