org.apache.fop.render.afp.modca
Class TagLogicalElementBean
java.lang.Objectorg.apache.fop.render.afp.modca.TagLogicalElementBean
public class TagLogicalElementBean
extends java.lang.Object
The TagLogicalElementBean provides a bean for holding the attributes of
a tag logical element as key value pairs.
String | getKey()- Getter for the key attribute.
|
String | getValue()- Getter for the value attribute.
|
TagLogicalElementBean
public TagLogicalElementBean(String key,
String value) Constructor for the TagLogicalElementBean.
key - the key attributevalue - the value attribute
getKey
public String getKey()
Getter for the key attribute.
getValue
public String getValue()
Getter for the value attribute.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.