org.openfast.template.loader
Class ByteVectorParser

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

public class ByteVectorParser
extends VariableLengthScalarParser


Constructor Summary
ByteVectorParser()
           
 
Method Summary
 boolean canParse(org.w3c.dom.Element element, org.openfast.template.loader.ParsingContext context)
           
 
Methods inherited from class org.openfast.template.loader.VariableLengthScalarParser
getOperatorElement, parse
 
Methods inherited from class org.openfast.template.loader.ScalarParser
getName, getType, getTypeName
 
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

ByteVectorParser

public ByteVectorParser()
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 ScalarParser


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