Interface BundleMetaDataEntryWriteHandler
-
- All Known Implementing Classes:
DateMetaDataEntryWriteHandler
,DocumentStatisticWriteHandler
,TextMetaDataEntryWriteHandler
,UserDefinedAttributeWriteHandler
public interface BundleMetaDataEntryWriteHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(BundleMetaDataXmlWriter bundleWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, String entryNamespace, String entryName, Object entryValue)
-
-
-
Method Detail
-
write
void write(BundleMetaDataXmlWriter bundleWriter, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter writer, String entryNamespace, String entryName, Object entryValue) throws IOException
- Throws:
IOException
-
-