org.axsl.fo.extension
Interface Metadata
- All Superinterfaces:
- Fo, java.lang.Iterable<Fo>, javax.swing.tree.TreeNode
public interface Metadata
- extends Fo
An axsl:metadata object which can be used as an extension to XSL-FO.
Method Summary |
java.lang.String |
getMetadataName()
Returns the name of the metadata item, for example "title", or "author". |
java.lang.String |
getMetadataValue()
Returns the value of the metadata item, for example the title of the
document or its author. |
Methods inherited from interface org.axsl.fo.Fo |
acceptProxyFactory, ancestorBasicLink, ancestorListRelatedObject, ancestorMarker, ancestorTable, getChildAt, getColumn, getContextMessage, getLine, getName, getParent, getSequentialIndex, getSystemId, isBlockLevelFo, qtyMarkerChildren, traitIsReferenceArea |
Methods inherited from interface javax.swing.tree.TreeNode |
children, getAllowsChildren, getChildCount, getIndex, isLeaf |
Methods inherited from interface java.lang.Iterable |
iterator |
getMetadataName
java.lang.String getMetadataName()
- Returns the name of the metadata item, for example "title", or "author".
- Returns:
- The name of the metadata item.
getMetadataValue
java.lang.String getMetadataValue()
- Returns the value of the metadata item, for example the title of the
document or its author.
- Returns:
- The value of the metadata item.
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.