Uses of Class
org.fugerit.java.doc.base.config.DocInput
-
Packages that use DocInput Package Description org.fugerit.java.doc.base.config org.fugerit.java.doc.base.facade org.fugerit.java.doc.base.process org.fugerit.java.doc.base.typehandler.markdown -
-
Uses of DocInput in org.fugerit.java.doc.base.config
Methods in org.fugerit.java.doc.base.config that return DocInput Modifier and Type Method Description static DocInputDocInput. newInput(String type, Reader reader)static DocInputDocInput. newInput(String type, Reader reader, int source)static DocInputDocInput. newInput(String type, DocBase doc)static DocInputDocInput. newInput(String type, DocBase doc, Reader reader)static DocInputDocInput. newInput(String type, DocBase doc, Reader reader, int source)Methods in org.fugerit.java.doc.base.config with parameters of type DocInput Modifier and Type Method Description voidDocTypeHandler. handle(DocInput docInput, DocOutput docOutput)voidDocTypeHandlerDecorator. handle(DocInput docInput, DocOutput docOutput)voidDocTypeHandlerDefault. handle(DocInput docInput, DocOutput docOutput)voidDocTypeHandlerXML. handle(DocInput docInput, DocOutput docOutput) -
Uses of DocInput in org.fugerit.java.doc.base.facade
Methods in org.fugerit.java.doc.base.facade with parameters of type DocInput Modifier and Type Method Description voidDocHandlerFacade. handle(DocInput docInput, DocOutput docOutput) -
Uses of DocInput in org.fugerit.java.doc.base.process
Methods in org.fugerit.java.doc.base.process with parameters of type DocInput Modifier and Type Method Description DocProcessContextDocProcessContext. withDocInput(DocInput docInput) -
Uses of DocInput in org.fugerit.java.doc.base.typehandler.markdown
Methods in org.fugerit.java.doc.base.typehandler.markdown with parameters of type DocInput Modifier and Type Method Description voidSimpleMarkdownBasicTypeHandler. handle(DocInput docInput, DocOutput docOutput)voidSimpleMarkdownExtTypeHandler. handle(DocInput docInput, DocOutput docOutput)
-