Skip navigation links
jCleanCim-02v01
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

W

W3C_XML_SCHEMA - Static variable in class org.tanjakostic.jcleancim.xml.AbstractXsdValidatingDOMBuilder
 
warning(SAXParseException) - Method in class org.tanjakostic.jcleancim.xml.AbstractConfiguredDOMBuilder.SaxErrorCollector
 
WAX - Class in org.tanjakostic.jcleancim.docgen.collector
String constants used for XML doc generation.
WAXWriter - Class in org.tanjakostic.jcleancim.docgen.writer.xml
Writes UML model content in XML format for Web access.
WAXWriter(WAXWriterInput) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.xml.WAXWriter
Constructs this instance and copies schemas into output directory.
WAXWriterInput - Class in org.tanjakostic.jcleancim.docgen.writer.xml
 
WAXWriterInput(Config, FixedFormDocumentation) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.xml.WAXWriterInput
Constructor.
WAXWriterInput(String, String, boolean, FixedFormDocumentation, String, String, String, String) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.xml.WAXWriterInput
Constructor, useful to create an instance if you don't have configuration.
WellformedDOM - Class in org.tanjakostic.jcleancim.xml
Abstract class as a supertype for a DOM document that will not use validation, such as for XML schema or a simple XML where we don't care about the validation.
WellformedDOM(String, XmlString) - Constructor for class org.tanjakostic.jcleancim.xml.WellformedDOM
 
WellformedDOMBuilder - Class in org.tanjakostic.jcleancim.xml
SAX reader configured to check wellformed-ness only.
WellformedDOMBuilder() - Constructor for class org.tanjakostic.jcleancim.xml.WellformedDOMBuilder
 
WellformedDOMBuilder(boolean) - Constructor for class org.tanjakostic.jcleancim.xml.WellformedDOMBuilder
 
WILDCARD - Static variable in class org.tanjakostic.jcleancim.docgen.collector.PlaceholderSpec
 
WordHelper<O> - Interface in org.tanjakostic.jcleancim.docgen.writer.word
 
WordHelper.PostProcessor - Interface in org.tanjakostic.jcleancim.docgen.writer.word
Used for testing only, to play with pure Word stuff, without the notion of the model.
WordPatternFinder<O> - Interface in org.tanjakostic.jcleancim.docgen.writer.word
 
WordWriter<O> - Interface in org.tanjakostic.jcleancim.docgen.writer.word
 
WordWriterInput - Class in org.tanjakostic.jcleancim.docgen.writer.word
 
WordWriterInput(Config, FreeFormDocumentation) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.word.WordWriterInput
Constructor.
WordWriterInput(String, String, boolean, Map<String, PackageDoc>, Map<String, ClassDoc>, ModelFinder, String, String, boolean, boolean, int, boolean, boolean, BookmarkRegistry) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.word.WordWriterInput
Constructor, useful to create an instance if you don't have configuration.
write() - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
write() - Method in interface org.tanjakostic.jcleancim.docgen.writer.Writer
Writes the content from input.
write() - Method in class org.tanjakostic.jcleancim.docgen.writer.xml.WAXWriter
 
writeAbbrTable(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeAbbrTable(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeClassFromPackage(Cursor<O>, ClassDoc, Style) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeClassFromPackage(Cursor<O>, ClassDoc, Style) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
Writes all related to a class at the end of range in initCursor.
writeDataIndex(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeDataIndex(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeDiagram(Cursor<O>, FigureDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeDiagram(Cursor<O>, FigureDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
Writes all related to a diagram at the end of range in cursor.
writeExplicitClass(Cursor<O>, ClassDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeExplicitClass(Cursor<O>, ClassDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
Writes all related to a class, including the title, at the start of range in cursor.
writeFcTable(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeFcTable(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeLnMapPackage(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeLnMapPackage(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writePackage(Cursor<O>, PackageDoc, boolean) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writePackage(Cursor<O>, PackageDoc, boolean) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
Writes all related to a package.
writePresCondTable(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writePresCondTable(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeProperties(Cursor<O>, PropertiesDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeProperties(Cursor<O>, PropertiesDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
Writes a set of properties as a table at the end of range in cursor.
Writer - Interface in org.tanjakostic.jcleancim.docgen.writer
Interface to be implemented by all the UML documentation writers.
WriterFactory - Class in org.tanjakostic.jcleancim.docgen
Factory class, allowing us to specify creation of concrete writers in one place and avoid undesired dependencies.
WriterInput - Class in org.tanjakostic.jcleancim.docgen.writer
Group of parameters to construct any documentation writer.
WriterInput(Config, String, String, boolean) - Constructor for class org.tanjakostic.jcleancim.docgen.writer.WriterInput
Constructor for testing only.
writeSclEnum(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeSclEnum(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeTrgOpTable(Cursor<O>, PackageDoc) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.AbstractWordWriter
 
writeTrgOpTable(Cursor<O>, PackageDoc) - Method in interface org.tanjakostic.jcleancim.docgen.writer.word.WordWriter
 
writeUmlTypes - Variable in class org.tanjakostic.jcleancim.docgen.collector.DocgenConfig
 
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
jCleanCim-02v01

Copyright 2009-2016 Tatjana (Tanja) Kostic