org.apache.fop.render.afp.modca
Class NoOperation
The No Operation structured field may be used to carry comments
or any other type of unarchitected data. Although not recommended,
it may also be used to carry semantic data in private or exchange data
streams. However, because receivers of interchange data streams should
ignore the content of No Operation structured fields and because
receiver-generator products are not required to propagate
No Operation structured fields, no semantics should be attached to
the data carried by the No Operation structured field in interchange
NoOperation(String content) - Construct a tag logical element with the name and value specified.
|
void | writeDataStream(OutputStream os) - Accessor method to obtain the byte array AFP datastream for the
NoOperation.
|
NoOperation
public NoOperation(String content)
Construct a tag logical element with the name and value specified.
content
- the content to record
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to obtain the byte array AFP datastream for the
NoOperation.
- writeDataStream in interface AbstractAFPObject
os
- The outputsteam stream
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.