org.apache.fop.area
public abstract class AreaTreeObject extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
foreignAttributes
Foreign attributes
|
Constructor and Description |
---|
AreaTreeObject() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 attributepublic java.util.Map getForeignAttributes()
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.