public class HTMLExporter extends Object implements PCMVisitor, PCMExporter
| Constructor and Description |
|---|
HTMLExporter() |
| Modifier and Type | Method and Description |
|---|---|
String |
export(PCMContainer container)
Export PCM from a PCM container
|
String |
toHTML(PCM pcm) |
String |
toHTML(PCMContainer container) |
void |
visit(BooleanValue booleanValue) |
void |
visit(Cell cell) |
void |
visit(Conditional conditional) |
void |
visit(DateValue dateValue) |
void |
visit(Dimension dimension) |
void |
visit(Feature feature) |
void |
visit(FeatureGroup featureGroup) |
void |
visit(IntegerValue integerValue) |
void |
visit(Multiple multiple) |
void |
visit(NotApplicable notApplicable) |
void |
visit(NotAvailable notAvailable) |
void |
visit(Partial partial) |
void |
visit(PCM pcm) |
void |
visit(Product product) |
void |
visit(RealValue realValue) |
void |
visit(StringValue stringValue) |
void |
visit(Unit unit) |
void |
visit(Version version) |
public String export(PCMContainer container)
PCMExporterexport in interface PCMExporterpublic String toHTML(PCMContainer container)
public void visit(PCM pcm)
visit in interface PCMVisitorpublic void visit(Feature feature)
visit in interface PCMVisitorpublic void visit(FeatureGroup featureGroup)
visit in interface PCMVisitorpublic void visit(Product product)
visit in interface PCMVisitorpublic void visit(Cell cell)
visit in interface PCMVisitorpublic void visit(BooleanValue booleanValue)
visit in interface PCMVisitorpublic void visit(Conditional conditional)
visit in interface PCMVisitorpublic void visit(DateValue dateValue)
visit in interface PCMVisitorpublic void visit(Dimension dimension)
visit in interface PCMVisitorpublic void visit(IntegerValue integerValue)
visit in interface PCMVisitorpublic void visit(Multiple multiple)
visit in interface PCMVisitorpublic void visit(NotApplicable notApplicable)
visit in interface PCMVisitorpublic void visit(NotAvailable notAvailable)
visit in interface PCMVisitorpublic void visit(Partial partial)
visit in interface PCMVisitorpublic void visit(RealValue realValue)
visit in interface PCMVisitorpublic void visit(StringValue stringValue)
visit in interface PCMVisitorpublic void visit(Unit unit)
visit in interface PCMVisitorpublic void visit(Version version)
visit in interface PCMVisitorCopyright © 2015. All rights reserved.