Uses of Class
org.apache.maven.doxia.sink.impl.SinkEventAttributeSet
Packages that use SinkEventAttributeSet
Package
Description
-
Uses of SinkEventAttributeSet in org.apache.maven.doxia.module.xdoc
Methods in org.apache.maven.doxia.module.xdoc with parameters of type SinkEventAttributeSetModifier and TypeMethodDescriptionprivate void
XdocParser.handleMetaStart
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, Sink sink, SinkEventAttributeSet attribs) private void
XdocParser.handleSectionStart
(int level, Sink sink, SinkEventAttributeSet attribs, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) -
Uses of SinkEventAttributeSet in org.apache.maven.doxia.parser
Methods in org.apache.maven.doxia.parser that return SinkEventAttributeSetModifier and TypeMethodDescriptionprotected SinkEventAttributeSet
AbstractXmlParser.getAttributesFromParser
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser) Converts the attributes of the current start tag of the given parser to a SinkEventAttributeSet.Methods in org.apache.maven.doxia.parser with parameters of type SinkEventAttributeSetModifier and TypeMethodDescriptionprotected boolean
Xhtml5BaseParser.baseEndTag
(String elementName, SinkEventAttributeSet attribs, Sink sink) protected boolean
Xhtml5BaseParser.baseStartTag
(String elementName, SinkEventAttributeSet attribs, Sink sink) protected void
Xhtml5BaseParser.consecutiveSections
(int newLevel, Sink sink, SinkEventAttributeSet attribs) Deprecated.private void
Xhtml5BaseParser.handleAStart
(Sink sink, SinkEventAttributeSet attribs) private boolean
Xhtml5BaseParser.handleDivStart
(SinkEventAttributeSet attribs, Sink sink) private void
Xhtml5BaseParser.handleHeadingStart
(Sink sink, int level, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handleImgStart
(Sink sink, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handleLIStart
(Sink sink, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handleOLStart
(Sink sink, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handlePreStart
(SinkEventAttributeSet attribs, Sink sink) private void
Xhtml5BaseParser.handlePStart
(Sink sink, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handleSectionStart
(Sink sink, SinkEventAttributeSet attribs) private void
Xhtml5BaseParser.handleTableStart
(Sink sink, SinkEventAttributeSet attribs) protected void
AbstractXmlParser.handleUnknown
(String elementName, SinkEventAttributeSet attribs, Sink sink, int type) -
Uses of SinkEventAttributeSet in org.apache.maven.doxia.sink.impl
Methods in org.apache.maven.doxia.sink.impl that return SinkEventAttributeSetModifier and TypeMethodDescriptionSinkEventAttributeSet.unmodifiable()
Replace this AttributeSet by an unmodifiable view of itself.
Xhtml5BaseParser.emitHeadingSections(int, Sink, boolean)
instead.