org.apache.fop.fo
Class GenericShorthandParser

java.lang.Object
  |
  +--org.apache.fop.fo.GenericShorthandParser
Direct Known Subclasses:
BoxPropShorthandParser

public class GenericShorthandParser
extends java.lang.Object
implements ShorthandParser


Field Summary
protected  java.util.Vector list
           
 
Constructor Summary
GenericShorthandParser(ListProperty listprop)
           
 
Method Summary
protected  Property convertValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
protected  int count()
           
protected  Property getElement(int index)
           
 Property getValueForProperty(java.lang.String propName, Property.Maker maker, PropertyList propertyList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

protected java.util.Vector list
Constructor Detail

GenericShorthandParser

public GenericShorthandParser(ListProperty listprop)
Method Detail

getElement

protected Property getElement(int index)

count

protected int count()

getValueForProperty

public Property getValueForProperty(java.lang.String propName,
                                    Property.Maker maker,
                                    PropertyList propertyList)
Specified by:
getValueForProperty in interface ShorthandParser

convertValueForProperty

protected Property convertValueForProperty(java.lang.String propName,
                                           Property.Maker maker,
                                           PropertyList propertyList)


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.