|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.area.AreaTreeObject
public abstract class AreaTreeObject
Abstract base class for all area tree objects.
Field Summary | |
---|---|
protected java.util.Map |
foreignAttributes
Foreign attributes |
Constructor Summary | |
---|---|
AreaTreeObject()
|
Method Summary | |
---|---|
java.util.Map |
getForeignAttributes()
|
java.lang.String |
getForeignAttributeValue(QName name)
Returns the value of a foreign attribute on the area. |
void |
setForeignAttribute(QName name,
java.lang.String value)
Sets a foreign attribute. |
void |
setForeignAttributes(java.util.Map atts)
Set foreign attributes from a Map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map foreignAttributes
Constructor Detail |
---|
public AreaTreeObject()
Method Detail |
---|
public void setForeignAttribute(QName name, java.lang.String value)
name
- the qualified name of the attributevalue
- the attribute valuepublic void setForeignAttributes(java.util.Map atts)
atts
- a Map with attributes (keys: QName, values: String)public java.lang.String getForeignAttributeValue(QName name)
name
- the qualified name of the attribute
public java.util.Map getForeignAttributes()
|
fop 0.95 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |