org.openfast.template.loader
Class TemplateParser

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

public class TemplateParser
extends GroupParser


Constructor Summary
TemplateParser(boolean loadTemplateIdFromAuxId)
           
 
Method Summary
protected  Field parse(org.w3c.dom.Element templateElement, boolean optional, org.openfast.template.loader.ParsingContext context)
          Creates a MessageTemplate object from the dom template element
 
Methods inherited from class org.openfast.template.loader.GroupParser
getTypeReference, parseFields, parseMore
 
Methods inherited from class org.openfast.template.loader.AbstractFieldParser
canParse, getElement, isElement, parse, parseExternalAttributes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateParser

public TemplateParser(boolean loadTemplateIdFromAuxId)
Method Detail

parse

protected Field parse(org.w3c.dom.Element templateElement,
                      boolean optional,
                      org.openfast.template.loader.ParsingContext context)
Creates a MessageTemplate object from the dom template element

Overrides:
parse in class GroupParser
Parameters:
context -
templateElement - The dom element object
Returns:
Returns a newly created MessageTemplate object


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