Uses of Class
eu.bandm.tools.util.xml.ContentPrinter
Packages that use ContentPrinter
Package
Description
Compiler for data models, from a concise mathematical oriented language into
Java.
Utility classes for XML.
-
Uses of ContentPrinter in eu.bandm.tools.umod
Methods in eu.bandm.tools.umod with parameters of type ContentPrinterModifier and TypeMethodDescriptionstatic UMod.ForestMain.stream2umod(UMod.Forest forest, InputStream str, String sourcefilename, MessageReceiver<SimpleMessage<@Opt XMLDocumentIdentifier>> msg, ContentPrinter cp) Main worker method, can be called from other classes. -
Uses of ContentPrinter in eu.bandm.tools.util.xml
Methods in eu.bandm.tools.util.xml that return ContentPrinterModifier and TypeMethodDescriptionContentPrinter.setDeclareXml(boolean declareXml) Whether an XML type declaration shall be printed at the start of the generated output.ContentPrinter.setDtdDocId(XMLDocumentIdentifier dtdDocId) The dtd adress of the doctype declaration which will be printed inserted in the generated output, iff !=nullContentPrinter.setLineWidth(int maxwidth)