org.apache.fop.render.afp.modca
public class TagLogicalElement extends AbstractAFPObject
log| Constructor and Description |
|---|
TagLogicalElement(java.lang.String name,
java.lang.String value)
Construct a tag logical element with the name and value specified.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to obtain the byte array AFP datastream for the
TagLogicalElement.
|
writeObjectListpublic TagLogicalElement(java.lang.String name,
java.lang.String value)
name - the name of the tag logical elementvalue - the value of the tag logical elementpublic void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The outputsteam streamjava.io.IOException - if an I/O exception occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.