SourceForge.net Logo
aXSL API 0.2

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.


Field Summary
 
Fields inherited from interface org.axsl.fo.Fo
DIMENSION_AUTO
 
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
 

Method Detail

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.

SourceForge.net Logo
aXSL API 0.2

This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.