Uses of Interface
org.apache.maven.doxia.sink.Sink
Packages that use Sink
Package
Description
-
Uses of Sink in org.apache.maven.doxia
Methods in org.apache.maven.doxia with parameters of type SinkModifier and TypeMethodDescriptionvoidParses the given source model using a parser with given id, and emits Doxia events into the given sink.voidParses the given source model using a parser with given id, and emits Doxia events into the given sink.voidParses the given source model using a parser with given id, and emits Doxia events into the given sink.voidParses the given source model using a parser with given id, and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.index
Classes in org.apache.maven.doxia.index that implement Sink -
Uses of Sink in org.apache.maven.doxia.macro
Methods in org.apache.maven.doxia.macro with parameters of type SinkModifier and TypeMethodDescriptionvoidEchoMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.voidMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSsiMacro.execute(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink.voidSwfMacro.execute(Sink sink, MacroRequest request) Deprecated.Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of Sink in org.apache.maven.doxia.macro.snippet
Methods in org.apache.maven.doxia.macro.snippet with parameters of type SinkModifier and TypeMethodDescriptionvoidSnippetMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink. -
Uses of Sink in org.apache.maven.doxia.macro.toc
Methods in org.apache.maven.doxia.macro.toc with parameters of type SinkModifier and TypeMethodDescriptionvoidTocMacro.execute(Sink sink, MacroRequest request) Execute the current macro using the given MacroRequest, and emit events into the given sink.private voidTocMacro.writeSubSectionN(Sink sink, IndexEntry sectionIndex, int n) -
Uses of Sink in org.apache.maven.doxia.module.apt
Classes in org.apache.maven.doxia.module.apt that implement SinkFields in org.apache.maven.doxia.module.apt declared as SinkMethods in org.apache.maven.doxia.module.apt that return SinkModifier and TypeMethodDescriptionprotected SinkAptSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.apt with parameters of type SinkModifier and TypeMethodDescriptionprotected voidAptParser.doTraverseText(String text, int begin, int end, Sink sink) Parse the given text.private static voidAptParser.flushTraversed(StringBuilder buffer, Sink sink) Emits the text so far parsed into the given sink.voidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.confluence
Classes in org.apache.maven.doxia.module.confluence that implement SinkMethods in org.apache.maven.doxia.module.confluence that return SinkModifier and TypeMethodDescriptionprotected SinkConfluenceSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.confluence with parameters of type SinkModifier and TypeMethodDescriptionvoidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.confluence.parser
Methods in org.apache.maven.doxia.module.confluence.parser with parameters of type SinkModifier and TypeMethodDescriptionabstract voidafter.voidafter.voidafter.voidafter.voidafter.abstract voidbefore.voidbefore.voidbefore.voidbefore.voidbefore.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse.voidtraverse. -
Uses of Sink in org.apache.maven.doxia.module.confluence.parser.list
Methods in org.apache.maven.doxia.module.confluence.parser.list with parameters of type SinkModifier and TypeMethodDescriptionvoidafter.voidafter.voidafter.voidbefore.voidbefore.voidbefore. -
Uses of Sink in org.apache.maven.doxia.module.confluence.parser.table
Methods in org.apache.maven.doxia.module.confluence.parser.table with parameters of type SinkModifier and TypeMethodDescriptionvoidafter.voidafter.voidafter.voidafter.voidbefore.voidbefore.voidbefore.voidbefore. -
Uses of Sink in org.apache.maven.doxia.module.docbook
Classes in org.apache.maven.doxia.module.docbook that implement SinkMethods in org.apache.maven.doxia.module.docbook that return SinkModifier and TypeMethodDescriptionprotected SinkDocbookSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected SinkDocbookSinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier.Methods in org.apache.maven.doxia.module.docbook with parameters of type SinkModifier and TypeMethodDescriptionprivate voidDocBookParser.handleAnchorStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleArticleInfoEndTags(String name, Sink sink) private voidDocBookParser.handleArticleInfoStartTags(String name, Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleArticleStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleCaptionEnd(Sink sink) private voidDocBookParser.handleCaptionStart(Sink sink, SinkEventAttributeSet attribs) protected voidDocBookParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles CDATA sections.protected voidDocBookParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.private voidDocBookParser.handleEmailStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) protected voidDocBookParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidDocBookParser.handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles entities.private voidDocBookParser.handleFigureStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleImageDataStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleItemizedListStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleLinkStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleListItemStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleOrderedListStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleParaEnd(Sink sink) private voidDocBookParser.handleParaStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleSectionElements(Sink sink, String name, SinkEventAttributeSet attribs) protected voidDocBookParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.private voidDocBookParser.handleTableStart(Sink sink, SinkEventAttributeSet attribs) protected voidDocBookParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles text events.private voidDocBookParser.handleTitleEnd(Sink sink) private voidDocBookParser.handleTitleStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleUlinkStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleVariableListStart(Sink sink, SinkEventAttributeSet attribs) private voidDocBookParser.handleXrefStart(Sink sink, SinkEventAttributeSet attribs) private booleanDocBookParser.linkStartTag(String name, Sink sink, SinkEventAttributeSet attribs) private booleanDocBookParser.listStartTags(String name, Sink sink, SinkEventAttributeSet attribs) private booleanDocBookParser.mediaStartTag(String name, Sink sink, SinkEventAttributeSet attribs) private booleanDocBookParser.styleStartTags(String name, Sink sink, SinkEventAttributeSet attribs) private booleanDocBookParser.tableStartTags(String name, Sink sink, SinkEventAttributeSet attribs) -
Uses of Sink in org.apache.maven.doxia.module.fml
Methods in org.apache.maven.doxia.module.fml with parameters of type SinkModifier and TypeMethodDescriptionprotected voidFmlParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles CDATA sections.protected voidFmlParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.protected voidFmlContentParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidFmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidFmlParser.handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles entities.private voidFmlParser.handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) TODO import from XdocParser, probably need to be generic.protected voidFmlContentParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidFmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidFmlParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles text events.voidParses the given source model and emits Doxia events into the given sink.private voidWrites the faqs to the specified sink.private voidFmlParser.writeTopLink(Sink sink) Writes a toplink element. -
Uses of Sink in org.apache.maven.doxia.module.fo
Classes in org.apache.maven.doxia.module.fo that implement SinkModifier and TypeClassDescriptionclassA Doxia Sink that produces an aggregated FO model.classA Doxia Sink that produces a FO model.Methods in org.apache.maven.doxia.module.fo that return SinkModifier and TypeMethodDescriptionprotected SinkFoSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected SinkFoSinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier. -
Uses of Sink in org.apache.maven.doxia.module.latex
Classes in org.apache.maven.doxia.module.latex that implement SinkMethods in org.apache.maven.doxia.module.latex that return SinkModifier and TypeMethodDescriptionprotected SinkLatexSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding. -
Uses of Sink in org.apache.maven.doxia.module.markdown
Classes in org.apache.maven.doxia.module.markdown that implement SinkMethods in org.apache.maven.doxia.module.markdown that return SinkModifier and TypeMethodDescriptionprotected SinkMarkdownSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.markdown with parameters of type SinkModifier and TypeMethodDescriptionprotected booleanMarkdownParser.MarkdownHtmlParser.baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) protected booleanMarkdownParser.MarkdownHtmlParser.baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) voidParses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.rtf
Classes in org.apache.maven.doxia.module.rtf that implement SinkMethods in org.apache.maven.doxia.module.rtf that return SinkModifier and TypeMethodDescriptionRtfSinkFactory.createSink(OutputStream out, String encoding) Create aSinkinto an OutputStream using a specified encoding. -
Uses of Sink in org.apache.maven.doxia.module.twiki
Classes in org.apache.maven.doxia.module.twiki that implement SinkMethods in org.apache.maven.doxia.module.twiki that return SinkModifier and TypeMethodDescriptionprotected SinkTWikiSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.Methods in org.apache.maven.doxia.module.twiki with parameters of type SinkModifier and TypeMethodDescriptionvoidParses the given source model and emits Doxia events into the given sink.final voidParses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.twiki.parser
Methods in org.apache.maven.doxia.module.twiki.parser with parameters of type SinkModifier and TypeMethodDescription(package private) abstract voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) final voidmethod called after traversing the childs(package private) abstract voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childs(package private) final voidmethod called before traversing the childsprivate voidSectionBlock.invokeVoidVoid(Sink sink, String name) Let you call sink's methods that returnsnulland have no parameters.private voidSectionBlock.sectionEnd(Sink sink) call to sink.section_() private voidSectionBlock.sectionStart(Sink sink) call to sink.section() private voidSectionBlock.sectionTitle(Sink sink) private voidSectionBlock.sectionTitle_(Sink sink) final voidTraverse the blockfinal voidTraverse the blockvoidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the blockfinal voidTraverse the block -
Uses of Sink in org.apache.maven.doxia.module.xdoc
Classes in org.apache.maven.doxia.module.xdoc that implement SinkModifier and TypeClassDescriptionclassXdoc Sink implementation.classDeprecated.Since 1.1, this sink is not more supported.Methods in org.apache.maven.doxia.module.xdoc that return SinkModifier and TypeMethodDescriptionprotected SinkXdocSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected SinkXdocSinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier.Methods in org.apache.maven.doxia.module.xdoc with parameters of type SinkModifier and TypeMethodDescriptionprivate voidXdocParser.closeOpenSections(int newLevel, Sink sink) Close open h4, h5, h6 sections.protected voidXdocParser.consecutiveSections(int newLevel, Sink sink) Make sure sections are nested consecutively.protected voidXdocParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.private voidXdocParser.handleMacroEnd(Sink sink) private voidXdocParser.handleMetaStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXdocParser.handleParamStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) private voidXdocParser.handleSectionStart(int level, Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) protected voidXdocParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.private voidXdocParser.openMissingSections(int newLevel, Sink sink) Open missing h4, h5, h6 sections.voidParses the given source model and emits Doxia events into the given sink. -
Uses of Sink in org.apache.maven.doxia.module.xhtml
Classes in org.apache.maven.doxia.module.xhtml that implement SinkModifier and TypeClassDescriptionclassAbstract AbstractXhtmlSink class.classXhtml 1.0 Transitional sink implementation.Methods in org.apache.maven.doxia.module.xhtml that return SinkModifier and TypeMethodDescriptionprotected SinkXhtmlSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected SinkXhtmlSinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier.Methods in org.apache.maven.doxia.module.xhtml with parameters of type SinkModifier and TypeMethodDescriptionprotected voidXhtmlParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.protected voidXhtmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.voidParses the given source model and emits Doxia events into the given sink.private voidXhtmlParser.processMacro(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, String text, Sink sink) process macro embedded in XHTML commment -
Uses of Sink in org.apache.maven.doxia.module.xhtml5
Classes in org.apache.maven.doxia.module.xhtml5 that implement SinkModifier and TypeClassDescriptionclassAbstract AbstractXhtml5Sink class.classXHTML 5.2 sink implementation.Methods in org.apache.maven.doxia.module.xhtml5 that return SinkModifier and TypeMethodDescriptionprotected SinkXhtml5SinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected SinkXhtml5SinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier.Methods in org.apache.maven.doxia.module.xhtml5 with parameters of type SinkModifier and TypeMethodDescriptionprotected voidXhtml5Parser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.protected voidXhtml5Parser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtml5Parser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.voidParses the given source model and emits Doxia events into the given sink.private voidXhtml5Parser.processMacro(String text, Sink sink) process macro embedded in XHTML commment -
Uses of Sink in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser with parameters of type SinkModifier and TypeMethodDescriptionprotected booleanXhtml5BaseParser.baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through a common list of possible html end tags.protected booleanXhtmlBaseParser.baseEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through a common list of possible html end tags.protected booleanXhtml5BaseParser.baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through a common list of possible html5 start tags.protected booleanXhtmlBaseParser.baseStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through a common list of possible html start tags.private voidXhtml5BaseParser.closeOpenSections(int newLevel, Sink sink) Close open sections.private voidXhtmlBaseParser.closeOpenSections(int newLevel, Sink sink) Close open sections.protected voidXhtml5BaseParser.consecutiveSections(int newLevel, Sink sink, SinkEventAttributeSet attribs) Make sure sections are nested consecutively.protected voidXhtmlBaseParser.consecutiveSections(int newLevel, Sink sink) Make sure sections are nested consecutively.voidAbstractParser.executeMacro(String macroId, MacroRequest request, Sink sink) Execute a macro on the given sink.private voidXhtml5BaseParser.handleAEnd(Sink sink) private voidXhtmlBaseParser.handleAEnd(Sink sink) private voidXhtml5BaseParser.handleAStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handleAStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) protected voidAbstractXmlParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles CDATA sections.protected voidXhtml5BaseParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles CDATA sections.protected voidXhtmlBaseParser.handleCdsect(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles CDATA sections.protected voidAbstractXmlParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.protected voidXhtml5BaseParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.protected voidXhtmlBaseParser.handleComment(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles comments.private booleanXhtml5BaseParser.handleDivEnd(Sink sink) private booleanXhtml5BaseParser.handleDivStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, SinkEventAttributeSet attribs, Sink sink) private booleanXhtmlBaseParser.handleDivStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, SinkEventAttributeSet attribs, Sink sink) protected abstract voidAbstractXmlParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtml5BaseParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidXhtmlBaseParser.handleEndTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible end tags.protected voidAbstractXmlParser.handleEntity(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles entities.private voidXhtmlBaseParser.handleFigureCaptionEnd(Sink sink) private voidXhtmlBaseParser.handleFigureCaptionStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handleHeadingStart(Sink sink, int level, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handleImgStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handleImgStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handleLIStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handleLIStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handleListItemEnd(Sink sink) private voidXhtmlBaseParser.handleListItemEnd(Sink sink) private voidXhtml5BaseParser.handleOLStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handleOLStart(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handlePreStart(SinkEventAttributeSet attribs, Sink sink) private voidXhtmlBaseParser.handlePreStart(SinkEventAttributeSet attribs, Sink sink) private voidXhtml5BaseParser.handlePStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handlePStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtml5BaseParser.handleSectionEnd(Sink sink) private voidXhtml5BaseParser.handleSectionStart(Sink sink, SinkEventAttributeSet attribs) private voidXhtmlBaseParser.handleSectionStart(Sink sink, int level, SinkEventAttributeSet attribs) protected abstract voidAbstractXmlParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidXhtml5BaseParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.protected voidXhtmlBaseParser.handleStartTag(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Goes through the possible start tags.private voidXhtml5BaseParser.handleTableStart(Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) private voidXhtmlBaseParser.handleTableStart(Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) protected voidAbstractXmlParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles text events.protected voidXhtml5BaseParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles text events.protected voidXhtmlBaseParser.handleText(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink) Handles text events.protected voidAbstractXmlParser.handleUnknown(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, int type) Handles an unknown event.private voidXhtml5BaseParser.openMissingSections(int newLevel, Sink sink) Open missing sections.private voidXhtmlBaseParser.openMissingSections(int newLevel, Sink sink) Open missing sections.voidParses the given source model and emits Doxia events into the given sink.voidConvenience method to parse an arbitrary string and emit events into the given sink.voidConvenience method to parse an arbitrary string and emit events into the given sink.voidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink.voidParses the given source model and emits Doxia events into the given sink.private voidParse the model from the XmlPullParser into the given sink. -
Uses of Sink in org.apache.maven.doxia.sink
Methods in org.apache.maven.doxia.sink that return SinkModifier and TypeMethodDescriptionSinkFactory.createSink(File outputDir, String outputName) Create aSinkinto a file.SinkFactory.createSink(File outputDir, String outputName, String encoding) Create aSinkinto a file using a specified encoding.SinkFactory.createSink(OutputStream out) Create aSinkinto an OutputStream.SinkFactory.createSink(OutputStream out, String encoding) Create aSinkinto an OutputStream using a specified encoding. -
Uses of Sink in org.apache.maven.doxia.sink.impl
Classes in org.apache.maven.doxia.sink.impl that implement SinkModifier and TypeClassDescriptionclassAn abstract base class that defines some convenience methods for sinks.classAn abstractSinkfor text markup syntax.classAn abstractSinkfor xml markup syntax.classThe RandomAccessSink provides the ability to create aSinkwith hooks.classEmpty implementation of theSinkinterface.classAbstract base xhtml5 sink implementation.classAbstract base xhtml sink implementation.Fields in org.apache.maven.doxia.sink.impl declared as SinkModifier and TypeFieldDescriptionprivate SinkRandomAccessSink.coreSinkprivate SinkRandomAccessSink.currentSinkFields in org.apache.maven.doxia.sink.impl with type parameters of type SinkMethods in org.apache.maven.doxia.sink.impl that return SinkModifier and TypeMethodDescriptionRandomAccessSink.addSinkHook()By calling this method a sink reference is added at the current position.AbstractBinarySinkFactory.createSink(File outputDir, String outputName) Create aSinkinto a file.AbstractBinarySinkFactory.createSink(File outputDir, String outputName, String encoding) Create aSinkinto a file using a specified encoding.AbstractBinarySinkFactory.createSink(OutputStream out) Create aSinkinto an OutputStream.AbstractTextSinkFactory.createSink(File outputDir, String outputName) Create aSinkinto a file.AbstractTextSinkFactory.createSink(File outputDir, String outputName, String encoding) Create aSinkinto a file using a specified encoding.AbstractTextSinkFactory.createSink(OutputStream out) Create aSinkinto an OutputStream.AbstractTextSinkFactory.createSink(OutputStream out, String encoding) Create aSinkinto an OutputStream using a specified encoding.protected abstract SinkAbstractTextSinkFactory.createSink(Writer writer, String encoding) Create a text Sink for a given encoding.protected abstract SinkAbstractXmlSinkFactory.createSink(Writer writer, String encoding, String languageId) Create a text Sink for a given encoding and for a given language identifier.static SinkPipelineSink.newInstance(List<Sink> pipeline) Returns an instance of a PipelineSink as a Sink.Methods in org.apache.maven.doxia.sink.impl with parameters of type SinkModifier and TypeMethodDescriptionvoidAdd a Sink to the List of Sinks.Method parameters in org.apache.maven.doxia.sink.impl with type arguments of type SinkModifier and TypeMethodDescriptionstatic SinkPipelineSink.newInstance(List<Sink> pipeline) Returns an instance of a PipelineSink as a Sink.Constructor parameters in org.apache.maven.doxia.sink.impl with type arguments of type SinkModifierConstructorDescriptionPipelineSink(List<Sink> pipeline) Constructs a PipelineSink for a given List of Sinks. -
Uses of Sink in org.codehaus.doxia.sink
Subinterfaces of Sink in org.codehaus.doxia.sink