org.apache.fop.fo
Class DirectPropertyListBuilder
java.lang.Object
org.apache.fop.fo.PropertyListBuilder
org.apache.fop.fo.DirectPropertyListBuilder
public class DirectPropertyListBuilder
- extends PropertyListBuilder
This is a property list builder that bypasses overhead.
The attribute list is made available directly so it can
be used to build a dom.
Note: there should be a better way to handle this and
the attribute list is only valid within the startElement
call of the sax events.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirectPropertyListBuilder
public DirectPropertyListBuilder()
makeList
public PropertyList makeList(String uri,
String elementName,
Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
throws FOPException
- Overrides:
makeList
in class PropertyListBuilder
- Throws:
FOPException
Copyright ? 1999-2003 Apache Software Foundation. All Rights Reserved.