Package | Description |
---|---|
org.apache.fop.area |
FOP's area tree.
|
org.apache.fop.fo |
Classes, constants and basic infrastructure for the FO tree.
|
org.apache.fop.fo.extensions |
Base classes for implementing extensions to XSL-FO.
|
org.apache.fop.render.xml |
Area Tree XML Renderer.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AreaTreeObject.getForeignAttributeValue(QName name)
Returns the value of a foreign attribute on the area.
|
void |
AreaTreeObject.setForeignAttribute(QName name,
java.lang.String value)
Sets a foreign attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
FObj.addForeignAttribute(QName attributeName,
java.lang.String value)
Adds a foreign attribute to this FObj.
|
boolean |
ElementMapping.isAttributeProperty(QName attributeName)
Indicates whether a particular attribute of the namespace is a property, i.e.
|
boolean |
FOElementMapping.isAttributeProperty(QName attributeName)
Indicates whether a particular attribute of the namespace is a property, i.e.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ExtensionElementMapping.isAttributeProperty(QName attributeName)
Indicates whether a particular attribute of the namespace is a property, i.e.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLRenderer.addAttribute(QName name,
java.lang.String value)
Adds a new attribute to the protected member variable "atts".
|
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.