|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.fo.PropertyListBuilder
org.apache.fop.fo.DirectPropertyListBuilder
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.
Nested Class Summary | |
---|---|
static class |
DirectPropertyListBuilder.AttrPropertyList
|
Constructor Summary | |
---|---|
DirectPropertyListBuilder()
|
Method Summary | |
---|---|
PropertyList |
makeList(java.lang.String uri,
java.lang.String elementName,
org.xml.sax.Attributes attributes,
PropertyList parentPropertyList,
FObj parentFO)
|
Methods inherited from class org.apache.fop.fo.PropertyListBuilder |
---|
addElementList, addList, computeProperty, findMaker, getShorthand, getSubpropValue, isCorrespondingForced, isInherited, makeProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DirectPropertyListBuilder()
Method Detail |
public PropertyList makeList(java.lang.String uri, java.lang.String elementName, org.xml.sax.Attributes attributes, PropertyList parentPropertyList, FObj parentFO) throws FOPException
makeList
in class PropertyListBuilder
FOPException
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |